-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
64 lines (64 loc) · 1.94 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@ohrm/oxd",
"license": "GPL-3.0",
"version": "2.0.3",
"private": true,
"scripts": {
"dev": "storybook dev -p 6006",
"build:oxd": "vue-tsc -p tsconfig.build.json && vite build --mode library",
"build:storybook": "storybook build -o ./dist",
"test:unit": "vitest --run --environment jsdom --root src/",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@revolist/vue3-datagrid": "^3.2.17",
"chart.js": "^4.1.2",
"date-fns": "^2.29.3",
"mitt": "^3.0.0",
"nanoid": "^4.0.0",
"vue": "^3.2.45"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/blocks": "^7.6.17",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.6.17",
"@storybook/vue3-vite": "^7.6.17",
"@types/jsdom": "^20.0.1",
"@types/node": "^18.11.12",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-c8": "^0.27.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.2.6",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.22.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.3.0",
"jsdom": "^20.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1",
"storybook": "^7.6.17",
"typescript": "~4.7.4",
"vite": "^4.0.0",
"vitest": "^0.25.6",
"vue-tsc": "^1.0.12"
},
"main": "index.umd.js",
"unpkg": "index.umd.js",
"module": "index.es.js",
"browser": "index.umd.js",
"types": "./types/index.d.ts",
"engines": {
"node": ">=18.12.1",
"yarn": ">=3.3.1"
},
"packageManager": "[email protected]"
}