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.
66 lines
1.8 KiB
66 lines
1.8 KiB
{
|
|
"name": "vite-admin-template",
|
|
"version": "1.0.0",
|
|
"description": "A vite vue admin template with Element UI & axios & iconfont & permission control & lint",
|
|
"author": "misaka10032@aliyun.com",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
|
|
"lint": "eslint --ext .js,.vue src"
|
|
},
|
|
"dependencies": {
|
|
"@logicflow/core": "^1.2.17",
|
|
"@logicflow/extension": "^1.2.18",
|
|
"@vueuse/core": "^10.6.1",
|
|
"axios": "^1.4.0",
|
|
"core-js": "3.31.0",
|
|
"dayjs": "^1.11.10",
|
|
"echarts": "^5.6.0",
|
|
"element-ui": "2.15.13",
|
|
"js-base64": "^3.7.5",
|
|
"lodash-es": "^4.17.21",
|
|
"normalize.css": "8.0.1",
|
|
"nprogress": "0.2.0",
|
|
"path-browserify": "^1.0.1",
|
|
"path-to-regexp": "6.2.1",
|
|
"pinia": "^2.1.4",
|
|
"qs": "^6.11.2",
|
|
"uuid": "^9.0.0",
|
|
"vue": "^2.7.14",
|
|
"vue-color": "^2.8.1",
|
|
"vue-router": "3.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.5",
|
|
"@babel/eslint-parser": "^7.22.5",
|
|
"@babel/preset-env": "^7.22.5",
|
|
"@typescript-eslint/parser": "^5.61.0",
|
|
"@vitejs/plugin-vue2": "^2.2.0",
|
|
"@vitejs/plugin-vue2-jsx": "^1.1.0",
|
|
"autoprefixer": "9.5.1",
|
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
"eslint": "^8.44.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-vue": "^9.15.1",
|
|
"mockjs": "^1.1.0",
|
|
"sass": "1.63.6",
|
|
"svgo": "1.2.2",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-mock": "^2.9.6",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue-template-compiler": "^2.7.14"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
],
|
|
"engines": {
|
|
"node": ">=8.9",
|
|
"npm": ">= 6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|
|
|