mirror of
https://github.com/talktao/Vue3-Vite-Vant-TS-H5.git
synced 2025-06-16 16:06:52 +08:00
31 lines
686 B
JSON
31 lines
686 B
JSON
{
|
|
"name": "vue-vant-ts",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"server": "live-server ./ --port=8081"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.26.1",
|
|
"vant": "^3.4.6",
|
|
"vue": "^3.2.25",
|
|
"vue-router": "^4.0.14",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.21",
|
|
"@types/webpack-env": "^1.16.3",
|
|
"@vitejs/plugin-vue": "^2.2.0",
|
|
"lib-flexible": "^0.3.2",
|
|
"postcss-pxtorem": "^5.1.1",
|
|
"sass": "^1.49.9",
|
|
"typescript": "^4.5.4",
|
|
"vite": "^2.8.0",
|
|
"vite-plugin-style-import": "1.4.1",
|
|
"vue-tsc": "^0.29.8"
|
|
}
|
|
}
|