-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 867 Bytes
/
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
{
"name": "books",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.14",
"axios": "^1.2.2",
"echarts": "^5.4.1",
"element-plus": "^2.2.28",
"oh-vue-icons": "^1.0.0-rc3",
"pinia": "^2.0.28",
"postcss-plugin-px2rem": "^0.8.1",
"volar": "^0.0.0",
"vue": "^3.2.45",
"vue-echarts": "^6.5.4",
"vue-ellipsis-3": "^0.0.5",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vicons/fa": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/runtime-dom": "^3.2.47",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vfonts": "^0.0.3",
"vite": "^4.0.0"
}
}