12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "name": "cool-admin",
- "version": "7.3.0",
- "type": "module",
- "scripts": {
- "dev": "vite --host",
- "build": "run-p type-check \"build-only {@}\" --",
- "preview": "vite preview",
- "build-only": "vite build",
- "type-check": "vue-tsc --build --force",
- "lint": "eslint . --fix",
- "format": "prettier --write src/"
- },
- "dependencies": {
- "@cool-vue/crud": "^7.2.3",
- "@element-plus/icons-vue": "^2.3.1",
- "@vueuse/core": "^11.1.0",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "axios": "^1.7.7",
- "chardet": "^2.0.0",
- "core-js": "^3.38.1",
- "dayjs": "^1.11.13",
- "echarts": "^5.5.1",
- "element-plus": "2.8.4",
- "file-saver": "^2.0.5",
- "lodash-es": "^4.17.21",
- "marked": "^14.1.3",
- "md5": "^2.3.0",
- "mitt": "^3.0.1",
- "mockjs": "^1.1.0",
- "monaco-editor": "0.52.0",
- "nprogress": "^0.2.0",
- "pinia": "^2.2.4",
- "socket.io-client": "^4.8.0",
- "store": "^2.0.12",
- "vue": "^3.5.12",
- "vue-echarts": "^7.0.3",
- "vue-router": "^4.4.5",
- "vuedraggable": "^4.1.0",
- "xlsx": "^0.18.5"
- },
- "devDependencies": {
- "@cool-vue/vite-plugin": "^7.2.4",
- "@rushstack/eslint-patch": "^1.10.4",
- "@tsconfig/node20": "^20.1.4",
- "@types/file-saver": "^2.0.7",
- "@types/jsdom": "^21.1.7",
- "@types/lodash-es": "^4.17.12",
- "@types/mockjs": "^1.0.10",
- "@types/node": "^20.16.11",
- "@types/nprogress": "^0.2.3",
- "@types/store": "^2.0.5",
- "@vitejs/plugin-vue": "^5.1.4",
- "@vitejs/plugin-vue-jsx": "^4.0.1",
- "@vue/compiler-sfc": "^3.5.12",
- "@vue/eslint-config-prettier": "^10.0.0",
- "@vue/eslint-config-typescript": "^14.0.1",
- "@vue/test-utils": "^2.4.6",
- "@vue/tsconfig": "^0.5.1",
- "eslint": "^9.12.0",
- "eslint-plugin-prettier": "^5.2.1",
- "eslint-plugin-vue": "^9.29.0",
- "jsdom": "^25.0.1",
- "npm-run-all2": "^6.2.3",
- "prettier": "^3.3.3",
- "rollup-plugin-visualizer": "^5.12.0",
- "sass": "1.77.0",
- "terser": "^5.36.0",
- "typescript": "~5.5.4",
- "vite": "^5.4.8",
- "vite-plugin-compression": "^0.5.1",
- "vite-plugin-vue-devtools": "^7.5.2",
- "vue-tsc": "^2.1.6"
- },
- "volta": {
- "node": "20.18.1"
- }
- }
|