cool-admin-vue/package.json

72 lines
2.0 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",
2022-08-21 02:03:01 +08:00
"version": "5.9.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": {
2022-07-21 19:07:32 +08:00
"@codemirror/lang-javascript": "^6.0.1",
"@codemirror/theme-one-dark": "^6.0.0",
2022-08-21 02:03:01 +08:00
"@cool-vue/crud": "^5.5.4",
2022-07-21 19:07:32 +08:00
"@element-plus/icons-vue": "^2.0.6",
"@vueuse/core": "^9.1.0",
2022-08-17 00:59:56 +08:00
"@wangeditor/editor": "^5.1.14",
"@wangeditor/editor-for-vue": "^5.1.12",
"add": "^2.0.6",
2022-05-18 15:09:13 +08:00
"axios": "^0.27.2",
2022-07-21 19:07:32 +08:00
"codemirror": "^6.0.1",
"core-js": "^3.23.5",
"echarts": "^5.3.3",
"element-plus": "^2.2.12",
2021-04-19 10:29:35 +08:00
"file-saver": "^2.0.5",
"lodash-es": "^4.17.21",
2022-04-02 22:50:51 +08:00
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
2021-02-28 01:55:04 +08:00
"nprogress": "^0.2.0",
2022-07-21 19:07:32 +08:00
"pinia": "^2.0.16",
2021-03-07 10:31:49 +08:00
"quill": "^1.3.7",
2022-06-10 17:33:59 +08:00
"socket.io-client": "^4.5.1",
2021-02-28 01:55:04 +08:00
"store": "^2.0.12",
2022-07-21 19:07:32 +08:00
"vue": "^3.2.37",
2022-07-27 11:53:44 +08:00
"vue-codemirror": "^6.0.1",
2022-07-21 19:07:32 +08:00
"vue-echarts": "^6.2.3",
"vue-router": "^4.1.2",
2022-04-02 22:50:51 +08:00
"vuedraggable": "^4.1.0",
2022-08-17 00:59:56 +08:00
"xlsx": "^0.18.5",
"yarn": "^1.22.19"
2021-02-28 01:55:04 +08:00
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
2022-07-21 19:07:32 +08:00
"@types/mockjs": "^1.0.6",
"@types/node": "^18.0.6",
2022-04-02 22:50:51 +08:00
"@types/nprogress": "^0.2.0",
2022-04-06 02:36:20 +08:00
"@types/quill": "^2.0.9",
2022-04-12 19:36:11 +08:00
"@types/store": "^2.0.2",
2022-04-02 22:50:51 +08:00
"@types/uuid": "^8.3.4",
2022-07-21 19:07:32 +08:00
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/compiler-sfc": "^3.2.37",
"@vue/composition-api": "^1.7.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.1.0",
2022-07-21 19:07:32 +08:00
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.2.0",
"lodash": "^4.17.21",
2022-07-21 19:07:32 +08:00
"magic-string": "^0.26.2",
"prettier": "^2.7.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"typescript": "^4.7.4",
"vite": "^3.0.6",
2022-07-21 19:07:32 +08:00
"vite-plugin-compression": "^0.5.1"
2021-03-30 18:23:08 +08:00
}
2021-02-28 01:55:04 +08:00
}