2021-02-28 01:55:04 +08:00
|
|
|
{
|
2023-09-28 13:50:15 +08:00
|
|
|
"name": "cool-admin",
|
2024-07-29 18:28:09 +08:00
|
|
|
"version": "7.2.0",
|
2021-02-28 01:55:04 +08:00
|
|
|
"scripts": {
|
2023-09-28 13:50:15 +08:00
|
|
|
"dev": "vite --host",
|
|
|
|
"build": "vite build",
|
2024-07-22 20:24:18 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
"format": "prettier --write src/",
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .eslintignore"
|
2021-02-28 01:55:04 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-09-28 15:44:19 +08:00
|
|
|
"@cool-vue/crud": "^7.2.2",
|
2024-02-27 18:44:23 +08:00
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
2023-09-28 13:50:15 +08:00
|
|
|
"@vueuse/core": "^10.4.0",
|
|
|
|
"@wangeditor/editor": "^5.1.23",
|
|
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
2024-07-22 20:24:18 +08:00
|
|
|
"axios": "^1.7.2",
|
2024-02-02 20:49:42 +08:00
|
|
|
"chardet": "^2.0.0",
|
2023-09-28 13:50:15 +08:00
|
|
|
"core-js": "^3.32.1",
|
2023-11-29 17:41:09 +08:00
|
|
|
"dayjs": "^1.11.10",
|
2023-09-28 13:50:15 +08:00
|
|
|
"echarts": "^5.4.3",
|
2024-09-20 17:40:53 +08:00
|
|
|
"element-plus": "^2.8.3",
|
2023-09-28 13:50:15 +08:00
|
|
|
"file-saver": "^2.0.5",
|
|
|
|
"lodash-es": "^4.17.21",
|
2024-01-25 17:30:25 +08:00
|
|
|
"marked": "^11.1.1",
|
2023-09-28 13:50:15 +08:00
|
|
|
"mitt": "^3.0.1",
|
2021-03-17 18:34:35 +08:00
|
|
|
"mockjs": "^1.1.0",
|
2024-05-30 19:48:00 +08:00
|
|
|
"monaco-editor": "0.49.0",
|
2021-02-28 01:55:04 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2023-11-29 17:41:09 +08:00
|
|
|
"pinia": "^2.1.7",
|
2023-09-28 13:50:15 +08:00
|
|
|
"socket.io-client": "^4.7.2",
|
2021-02-28 01:55:04 +08:00
|
|
|
"store": "^2.0.12",
|
2024-09-20 17:40:53 +08:00
|
|
|
"vue": "^3.5.6",
|
2023-09-28 13:50:15 +08:00
|
|
|
"vue-echarts": "^6.6.1",
|
2024-07-22 20:24:18 +08:00
|
|
|
"vue-router": "^4.4.0",
|
2023-09-28 13:50:15 +08:00
|
|
|
"vuedraggable": "^4.1.0",
|
|
|
|
"xlsx": "^0.18.5"
|
2021-02-28 01:55:04 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-16 16:43:51 +08:00
|
|
|
"@cool-vue/vite-plugin": "^7.2.4",
|
2024-07-22 20:24:18 +08:00
|
|
|
"@rushstack/eslint-patch": "^1.8.0",
|
2024-02-04 12:49:36 +08:00
|
|
|
"@types/file-saver": "^2.0.7",
|
2023-09-28 13:50:15 +08:00
|
|
|
"@types/lodash-es": "^4.17.8",
|
|
|
|
"@types/mockjs": "^1.0.7",
|
2024-07-22 20:24:18 +08:00
|
|
|
"@types/node": "^20.14.5",
|
2023-09-28 13:50:15 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
|
|
|
"@types/store": "^2.0.2",
|
2024-09-20 17:40:53 +08:00
|
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
|
|
"@vue/compiler-sfc": "^3.5.6",
|
2024-07-22 20:24:18 +08:00
|
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-plugin-vue": "^9.23.0",
|
|
|
|
"prettier": "^3.3.3",
|
2023-09-28 13:50:15 +08:00
|
|
|
"rollup-plugin-visualizer": "^5.9.2",
|
2024-07-22 20:24:18 +08:00
|
|
|
"sass": "^1.53.0",
|
2024-02-02 20:49:42 +08:00
|
|
|
"terser": "^5.27.0",
|
2024-07-22 20:24:18 +08:00
|
|
|
"typescript": "^5.4.0",
|
|
|
|
"vite": "^5.3.4",
|
|
|
|
"vite-plugin-compression": "^0.5.1",
|
|
|
|
"vite-plugin-vue-devtools": "^7.3.1"
|
2021-02-28 01:55:04 +08:00
|
|
|
}
|
|
|
|
}
|