mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-12-02 03:07:37 +08:00
92 lines
2.5 KiB
JSON
92 lines
2.5 KiB
JSON
{
|
|
"name": "vue-pure-admin",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "cross-env --max_old_space_size=4096 vite",
|
|
"serve": "cross-env --max_old_space_size=4096 vite",
|
|
"build": "cross-env vite build",
|
|
"preview": "vite preview",
|
|
"preview:build": "npm run build && vite preview",
|
|
"lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "node scripts/verify-commit.js",
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
"@logicflow/core": "^0.4.6",
|
|
"@logicflow/extension": "^0.4.6",
|
|
"@vueuse/core": "^5.0.3",
|
|
"await-to-js": "^3.0.0",
|
|
"axios": "^0.21.1",
|
|
"cropperjs": "^1.5.11",
|
|
"dayjs": "^1.10.5",
|
|
"dotenv": "^8.2.0",
|
|
"echarts": "^5.1.1",
|
|
"element-plus": "^1.0.2-beta.53",
|
|
"font-awesome": "^4.7.0",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^2.1.0",
|
|
"mockjs": "^1.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"path": "^0.12.7",
|
|
"path-to-regexp": "^6.2.0",
|
|
"pinia": "^2.0.0-beta.2",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"responsive-storage": "^1.0.4",
|
|
"v-contextmenu": "^3.0.0",
|
|
"vue": "^3.1.2",
|
|
"vue-i18n": "^9.1.6",
|
|
"vue-json-pretty": "^2.0.2",
|
|
"vue-router": "^4.0.9",
|
|
"vue-types": "^3.0.2",
|
|
"vuedraggable": "^4.0.3",
|
|
"vxe-table": "^4.0.21",
|
|
"wangeditor": "^4.0.3",
|
|
"xe-ajax": "^4.0.5",
|
|
"xe-utils": "^3.2.1",
|
|
"xgplayer": "^2.22.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mockjs": "^1.0.3",
|
|
"@types/node": "^14.14.14",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.28.1",
|
|
"@typescript-eslint/parser": "^4.28.1",
|
|
"@vitejs/plugin-vue": "^1.2.4",
|
|
"@vitejs/plugin-vue-jsx": "^1.1.6",
|
|
"@vue/compiler-sfc": "^3.1.2",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
"autoprefixer": "^10.2.4",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"chalk": "^2.4.2",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.30.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-vue": "^7.12.1",
|
|
"husky": "^6.0.0",
|
|
"lint-staged": "^11.0.0",
|
|
"postcss": "^8.2.6",
|
|
"postcss-import": "^14.0.0",
|
|
"prettier": "^2.3.2",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "^11.0.1",
|
|
"typescript": "^4.2.4",
|
|
"vite": "^2.3.8",
|
|
"vite-plugin-mock": "^2.8.0",
|
|
"vite-plugin-style-import": "^1.0.1",
|
|
"vue-eslint-parser": "^7.7.2"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue,ts,tsx}": [
|
|
"npm run lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|