cool-admin-vue/package.json

65 lines
1.7 KiB
JSON
Raw Normal View History

2021-02-28 01:55:04 +08:00
{
2023-09-28 13:50:15 +08:00
"name": "cool-admin",
"version": "7.1.2",
2021-02-28 01:55:04 +08:00
"scripts": {
2023-09-28 13:50:15 +08:00
"dev": "vite --host",
"build": "vite build",
"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-07-27 15:38:50 +08:00
"@cool-vue/crud": "^7.1.27",
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",
"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",
"element-plus": "^2.7.7",
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",
"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-02-02 20:49:42 +08:00
"vue": "^3.4.15",
2023-09-28 13:50:15 +08:00
"vue-echarts": "^6.6.1",
"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": {
"@rushstack/eslint-patch": "^1.8.0",
2024-07-27 15:38:50 +08:00
"@cool-vue/vite-plugin": "^7.1.7",
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",
"@types/node": "^20.14.5",
2023-09-28 13:50:15 +08:00
"@types/nprogress": "^0.2.0",
"@types/store": "^2.0.2",
2024-02-02 20:49:42 +08:00
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.4.15",
"@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",
"sass": "^1.53.0",
2024-02-02 20:49:42 +08:00
"terser": "^5.27.0",
"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
}
}