mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "front-next",
|
|
"version": "0.2.3",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit --skipLibCheck && 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": {
|
|
"array.prototype.flat": "^1.2.4",
|
|
"axios": "^0.21.1",
|
|
"clipboard": "^2.0.8",
|
|
"clone-deep": "^4.0.1",
|
|
"codemirror": "^5.60.0",
|
|
"core-js": "^3.6.5",
|
|
"echarts": "^5.0.2",
|
|
"element-plus": "1.0.2-beta.35",
|
|
"glob": "^7.1.6",
|
|
"js-beautify": "^1.13.5",
|
|
"lodash": "^4.17.21",
|
|
"merge": "^2.1.1",
|
|
"mitt": "^2.1.0",
|
|
"mockjs": "^1.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"quill": "^1.3.7",
|
|
"socket.io-client": "^4.0.0",
|
|
"store": "^2.0.12",
|
|
"uuid": "^8.3.2",
|
|
"vue": "^3.0.11",
|
|
"vue-echarts": "^6.0.0-rc.3",
|
|
"vue-router": "^4.0.5",
|
|
"vuedraggable": "^4.0.1",
|
|
"vuex": "^4.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/node": "^14.14.37",
|
|
"@typescript-eslint/eslint-plugin": "^4.20.0",
|
|
"@typescript-eslint/parser": "^4.20.0",
|
|
"@vitejs/plugin-vue": "^1.2.1",
|
|
"@vitejs/plugin-vue-jsx": "^1.1.3",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"@vue/composition-api": "^1.0.0-rc.6",
|
|
"eslint": "^7.23.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-vue": "^7.8.0",
|
|
"prettier": "^2.2.1",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "^11.0.1",
|
|
"svg-sprite-loader": "^6.0.2",
|
|
"typescript": "^4.1.3",
|
|
"vite": "^2.1.5",
|
|
"vite-plugin-style-import": "^0.9.1",
|
|
"vite-svg-loader": "^1.5.1",
|
|
"vue-tsc": "^0.0.8"
|
|
}
|
|
}
|