mirror of
https://github.com/talktao/Vue3-Vite-Vant-TS-H5.git
synced 2025-04-06 03:57:55 +08:00
30 lines
662 B
JSON
30 lines
662 B
JSON
{
|
|
"name": "vue-vant-ts",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"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"
|
|
}
|
|
}
|