-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1012 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1012 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
33
34
35
36
37
38
39
40
41
42
{
"name": "football",
"private": true,
"version": "2.4.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^14.2.1",
"axios": "^1.13.5",
"dayjs": "^1.11.19",
"echarts": "^6.0.0",
"got": "^14.6.6",
"lodash": "^4.17.23",
"pinia": "^3.0.4",
"pinyin-pro": "^3.28.0",
"vant": "^4.9.22",
"vue": "^3.5.28",
"vue-router": "^5.0.2",
"vxe-table": "^4.17.49"
},
"devDependencies": {
"@types/lodash": "^4.17.23",
"@types/node": "^25.2.3",
"@vant/auto-import-resolver": "^1.3.0",
"@vitejs/plugin-vue": "^6.0.4",
"autoprefixer": "^10.4.24",
"less": "^4.5.1",
"less-loader": "^12.3.1",
"postcss": "^8.5.6",
"sass-embedded": "^1.97.3",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"unplugin-vue-components": "^31.0.0",
"vite": "^7.3.1",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^3.2.4"
}
}