mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
|
{
|
||
|
"name": "front-next",
|
||
|
"version": "5.2.1",
|
||
|
"scripts": {
|
||
|
"dev": "vite --host",
|
||
|
"build": "vite build",
|
||
|
"serve": "vite preview",
|
||
|
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
|
||
|
"lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@cool-vue/crud": "^5.0.7",
|
||
|
"@element-plus/icons-vue": "^1.1.3",
|
||
|
"@vueuse/core": "^8.2.5",
|
||
|
"axios": "^0.27.2",
|
||
|
"codemirror": "^5.62.0",
|
||
|
"core-js": "^3.6.5",
|
||
|
"echarts": "^5.0.2",
|
||
|
"element-plus": "^2.2.0",
|
||
|
"file-saver": "^2.0.5",
|
||
|
"js-beautify": "^1.13.5",
|
||
|
"lodash": "^4.17.21",
|
||
|
"mitt": "^3.0.0",
|
||
|
"mockjs": "^1.1.0",
|
||
|
"nprogress": "^0.2.0",
|
||
|
"pinia": "^2.0.12",
|
||
|
"quill": "^1.3.7",
|
||
|
"store": "^2.0.12",
|
||
|
"unocss": "^0.31.0",
|
||
|
"vue": "^3.2.32",
|
||
|
"vue-echarts": "^6.0.2",
|
||
|
"vue-router": "^4.0.14",
|
||
|
"vuedraggable": "^4.1.0",
|
||
|
"xlsx": "^0.16.9"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/lodash": "^4.14.168",
|
||
|
"@types/node": "^16.10.2",
|
||
|
"@types/nprogress": "^0.2.0",
|
||
|
"@types/quill": "^2.0.9",
|
||
|
"@types/store": "^2.0.2",
|
||
|
"@types/uuid": "^8.3.4",
|
||
|
"@typescript-eslint/eslint-plugin": "^4.20.0",
|
||
|
"@typescript-eslint/parser": "^4.20.0",
|
||
|
"@unocss/preset-uno": "^0.31.0",
|
||
|
"@vitejs/plugin-vue": "^2.3.1",
|
||
|
"@vitejs/plugin-vue-jsx": "^1.3.9",
|
||
|
"@vue/cli-plugin-babel": "^5.0.1",
|
||
|
"@vue/cli-plugin-typescript": "^5.0.1",
|
||
|
"@vue/compiler-sfc": "^3.2.31",
|
||
|
"@vue/composition-api": "^1.4.9",
|
||
|
"eslint": "^7.23.0",
|
||
|
"eslint-config-prettier": "^8.1.0",
|
||
|
"eslint-plugin-prettier": "^3.3.1",
|
||
|
"eslint-plugin-vue": "^7.13.0",
|
||
|
"iconv-lite": "^0.6.3",
|
||
|
"prettier": "^2.4.1",
|
||
|
"sass": "^1.49.9",
|
||
|
"sass-loader": "^11.1.1",
|
||
|
"svg-sprite-loader": "^6.0.2",
|
||
|
"typescript": "^4.6.2",
|
||
|
"unplugin-vue-components": "^0.17.21",
|
||
|
"vite": "^2.9.8",
|
||
|
"vite-plugin-compression": "^0.5.1",
|
||
|
"vite-plugin-dts": "^0.9.9",
|
||
|
"vite-plugin-mock": "^2.9.6",
|
||
|
"vite-plugin-style-import": "^1.0.1",
|
||
|
"vite-svg-loader": "^2.1.0"
|
||
|
}
|
||
|
}
|