mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "cool-admin",
|
|
"version": "7.2.0",
|
|
"scripts": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@cool-vue/crud": "^7.2.0",
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@vueuse/core": "^10.4.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"axios": "^1.7.2",
|
|
"chardet": "^2.0.0",
|
|
"core-js": "^3.32.1",
|
|
"dayjs": "^1.11.10",
|
|
"echarts": "^5.4.3",
|
|
"element-plus": "^2.7.7",
|
|
"file-saver": "^2.0.5",
|
|
"lodash-es": "^4.17.21",
|
|
"marked": "^11.1.1",
|
|
"mitt": "^3.0.1",
|
|
"mockjs": "^1.1.0",
|
|
"monaco-editor": "0.49.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.1.7",
|
|
"socket.io-client": "^4.7.2",
|
|
"store": "^2.0.12",
|
|
"vue": "^3.4.15",
|
|
"vue-echarts": "^6.6.1",
|
|
"vue-router": "^4.4.0",
|
|
"vuedraggable": "^4.1.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@cool-vue/vite-plugin": "^7.2.1",
|
|
"@rushstack/eslint-patch": "^1.8.0",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/lodash-es": "^4.17.8",
|
|
"@types/mockjs": "^1.0.7",
|
|
"@types/node": "^20.14.5",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/store": "^2.0.2",
|
|
"@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",
|
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
"sass": "^1.53.0",
|
|
"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"
|
|
}
|
|
}
|