-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 924 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": "vue3-vant-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"vant": "^4.9.1",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@types/node": "^20.14.9",
"@vant/auto-import-resolver": "^1.2.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue-macros/volar": "^0.23.0",
"eslint": "^9.6.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.7.0",
"less": "^4.2.0",
"typescript": "^5.5.2",
"typescript-eslint": "^7.15.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-macros": "^2.9.5",
"vite": "^5.3.2",
"vite-plugin-vue-devtools": "^7.3.5",
"vue-tsc": "^2.0.24"
}
}