-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "xlong-big-data",
"description": "a management system for study only",
"author": "xLong <[email protected]>",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:release": "vite build --mode release",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@vueuse/core": "9.5.0",
"autoprefixer": "^10.4.8",
"axios": "^0.27.2",
"echarts": "^5.3.3",
"element-plus": "2.2.13",
"pinia": "^2.0.14",
"vue": "^3.2.37",
"vue-countup-v3": "^1.0.14",
"vue-router": "4.0.10",
"vue3-seamless-scroll": "^2.0.1",
"swiper": "^7.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"mockjs": "^1.1.0",
"sass": "^1.35.1",
"sass-loader": "^8.0.2",
"sass-resources-loader": "^2.2.3",
"unplugin-auto-import": "^0.11.1",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.7",
"vite-plugin-mock": "^2.9.6",
"echarts-liquidfill": "3.1.0"
}
}