cool-admin-vue/package.json

68 lines
1.8 KiB
JSON
Raw Normal View History

2021-02-28 01:55:04 +08:00
{
2021-03-31 09:56:37 +08:00
"name": "front-next",
2021-12-05 23:09:33 +08:00
"version": "4.0.0",
2021-02-28 01:55:04 +08:00
"scripts": {
2021-12-05 23:09:33 +08:00
"dev": "vite --host",
2021-07-21 16:54:12 +08:00
"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"
2021-02-28 01:55:04 +08:00
},
"dependencies": {
2021-12-05 23:09:33 +08:00
"@cool-vue/crud": "^1.0.4",
2021-03-29 00:10:32 +08:00
"array.prototype.flat": "^1.2.4",
2021-02-28 01:55:04 +08:00
"axios": "^0.21.1",
2021-03-29 00:10:32 +08:00
"clipboard": "^2.0.8",
"clone-deep": "^4.0.1",
2021-07-21 16:54:12 +08:00
"codemirror": "^5.62.0",
2021-03-09 18:10:43 +08:00
"core-js": "^3.6.5",
"echarts": "^5.0.2",
2021-10-13 16:17:59 +08:00
"element-plus": "^1.1.0-beta.20",
2021-04-19 10:29:35 +08:00
"file-saver": "^2.0.5",
2021-04-02 19:00:16 +08:00
"glob": "^7.1.6",
2021-03-07 10:31:49 +08:00
"js-beautify": "^1.13.5",
2021-03-29 00:10:32 +08:00
"merge": "^2.1.1",
2021-12-05 23:09:33 +08:00
"merge-deep": "^3.0.3",
2021-03-29 00:10:32 +08:00
"mitt": "^2.1.0",
"mockjs": "^1.1.0",
2021-02-28 01:55:04 +08:00
"nprogress": "^0.2.0",
2021-07-21 16:54:12 +08:00
"qrcode": "^1.4.4",
2021-03-07 10:31:49 +08:00
"quill": "^1.3.7",
2021-07-21 16:54:12 +08:00
"socket.io-client": "^4.1.2",
2021-02-28 01:55:04 +08:00
"store": "^2.0.12",
2021-03-30 18:23:08 +08:00
"uuid": "^8.3.2",
2021-10-13 16:17:59 +08:00
"vue": "^3.2.20",
"vue-echarts": "^6.0.0-rc.3",
2021-03-29 00:10:32 +08:00
"vue-router": "^4.0.5",
"vuedraggable": "^4.0.1",
2021-04-19 10:29:35 +08:00
"vuex": "^4.0.0-0",
"xlsx": "^0.16.9"
2021-02-28 01:55:04 +08:00
},
"devDependencies": {
2021-04-01 18:36:57 +08:00
"@types/lodash": "^4.14.168",
2021-10-13 16:17:59 +08:00
"@types/node": "^16.10.2",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
2021-10-13 16:17:59 +08:00
"@vitejs/plugin-vue": "1.9.2",
2021-07-21 16:54:12 +08:00
"@vitejs/plugin-vue-jsx": "^1.1.6",
2021-10-13 16:17:59 +08:00
"@vue/compiler-sfc": "3.2.19",
2021-07-21 16:54:12 +08:00
"@vue/composition-api": "^1.0.0-rc.13",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
2021-07-21 16:54:12 +08:00
"eslint-plugin-vue": "^7.13.0",
2021-12-05 23:09:33 +08:00
"iconv-lite": "^0.6.3",
"prettier": "^2.2.1",
2021-10-13 16:17:59 +08:00
"sass": "^1.42.1",
2021-06-01 11:38:25 +08:00
"sass-loader": "^11.1.1",
2021-03-29 00:10:32 +08:00
"svg-sprite-loader": "^6.0.2",
2021-10-13 16:17:59 +08:00
"typescript": "4.4.3",
"unplugin-vue-components": "0.15.4",
2021-12-05 23:09:33 +08:00
"vite": "2.6.7",
2021-10-13 16:17:59 +08:00
"vite-plugin-compression": "^0.3.5",
2021-12-05 23:09:33 +08:00
"vite-plugin-mock": "^2.9.6",
2021-07-21 16:54:12 +08:00
"vite-plugin-style-import": "^1.0.1",
"vite-svg-loader": "^2.1.0"
2021-03-30 18:23:08 +08:00
}
2021-02-28 01:55:04 +08:00
}