ai-vue3-admin/package.json
2021-04-01 17:54:18 +08:00

47 lines
1.0 KiB
JSON

{
"name": "erp-vue3",
"version": "1.0.0",
"author": {
"name": "huzhushan",
"email": "huzhushan@126.com",
"url": "https://github.com/huzhushan"
},
"scripts": {
"start": "npm run mock",
"dev": "vite",
"mock": "vite --mode mock",
"build": "vite build",
"serve": "vite preview"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"dependencies": {
"axios": "^0.21.1",
"vue": "^3.0.5",
"vue-router": "^4.0.5",
"vuex": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.2.5",
"element-plus": "^1.0.2-beta.35",
"mockjs": "^1.1.0",
"sass": "^1.32.8",
"vite": "^2.1.0",
"vite-plugin-mock": "^2.3.0",
"vite-plugin-svg-icons": "^0.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huzhushan/erp-vue3.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/huzhushan/erp-vue3/issues"
},
"homepage": "https://github.com/huzhushan/erp-vue3"
}