-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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
{
"name": "auto-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@tanstack/vue-query": "^4.29.20",
"@vueuse/core": "^10.2.1",
"axios": "^1.4.0",
"echarts": "^5.4.2",
"element-plus": "^2.3.6",
"grid-layout-plus": "^1.0.2",
"lodash": "^4.17.21",
"msw": "^1.2.2",
"pinia": "^2.1.4",
"vue": "^3.3",
"vue-echarts": "^6.6.0",
"vue-router": "4"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.21",
"@storybook/addon-interactions": "^7.0.21",
"@storybook/addon-links": "^7.0.21",
"@storybook/blocks": "^7.0.21",
"@storybook/testing-library": "^0.0.14-next.2",
"@storybook/vue3": "^7.0.21",
"@storybook/vue3-vite": "^7.0.21",
"@vitejs/plugin-vue": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.63.6",
"storybook": "^7.0.21",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vue-tsc": "^1.4.2"
},
"packageManager": "[email protected]",
"msw": {
"workerDirectory": "public"
}
}