forked from giszh86/vohive
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.27 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
40
41
42
43
44
45
46
47
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"lint": "node ./node_modules/eslint/bin/eslint.js \"src/**/*.{ts,vue}\"",
"typecheck": "vue-tsc --noEmit",
"build": "npm run typecheck && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@vicons/fluent": "^0.13.0",
"@vicons/ionicons5": "^0.13.0",
"axios": "^1.13.2",
"echarts": "^6.0.0",
"element-plus": "^2.11.0",
"pinia": "^3.0.4",
"qrcode.vue": "^3.6.0",
"vfonts": "^0.0.3",
"vue": "^3.5.24",
"vue-echarts": "^8.0.1",
"vue-router": "^4.6.4",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"@vitejs/plugin-vue": "^5.2.4",
"autoprefixer": "^10.4.23",
"eslint": "^9.22.0",
"eslint-plugin-vue": "^9.33.0",
"globals": "^16.0.0",
"postcss": "^8.5.6",
"sass-embedded": "^1.97.3",
"tailwindcss": "^3.3.0",
"tsx": "^4.22.4",
"typescript": "^5.8.2",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^31.0.0",
"vite": "^5.4.21",
"vue-tsc": "^2.2.12"
}
}