-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 803 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 803 Bytes
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
{
"name": "v-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "vite build && gh-pages -d dist"
},
"homepage": "https://under-tree.github.io/tsada",
"dependencies": {
"axios": "^1.9.0",
"echarts": "^5.5.1",
"element-plus": "^2.9.5",
"vue": "^3.4.37",
"vue-router": "4"
},
"devDependencies": {
"@iconify-json/ep": "^1.2.2",
"@unocss/preset-icons": "^0.62.4",
"@unocss/preset-uno": "^0.62.4",
"@unocss/transformer-directives": "^0.62.4",
"@vitejs/plugin-vue": "^5.1.2",
"gh-pages": "^6.2.0",
"unocss": "^0.62.4",
"unplugin-auto-import": "^19.1.0",
"unplugin-vue-components": "^28.4.0",
"vite": "^5.4.1"
}
}