You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
510 B

{
"name": "vite-vue-tutorial",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write ./**/*.{html,vue,ts,js,json}"
},
"dependencies": {
"axios": "^0.27.2",
"nprogress": "^0.2.0",
"router": "^1.3.7",
"vant": "^3.6.3",
"vue": "^3.2.37",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
"vite": "^3.1.0"
}
}