package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "cool-admin",
  3. "version": "7.3.0",
  4. "type": "module",
  5. "scripts": {
  6. "dev": "vite --host",
  7. "build": "run-p type-check \"build-only {@}\" --",
  8. "preview": "vite preview",
  9. "build-only": "vite build",
  10. "type-check": "vue-tsc --build --force",
  11. "lint": "eslint . --fix",
  12. "format": "prettier --write src/"
  13. },
  14. "dependencies": {
  15. "@cool-vue/crud": "^7.2.3",
  16. "@element-plus/icons-vue": "^2.3.1",
  17. "@vueuse/core": "^11.1.0",
  18. "@wangeditor/editor": "^5.1.23",
  19. "@wangeditor/editor-for-vue": "^5.1.12",
  20. "axios": "^1.7.7",
  21. "chardet": "^2.0.0",
  22. "core-js": "^3.38.1",
  23. "dayjs": "^1.11.13",
  24. "echarts": "^5.5.1",
  25. "element-plus": "2.8.4",
  26. "file-saver": "^2.0.5",
  27. "lodash-es": "^4.17.21",
  28. "marked": "^14.1.3",
  29. "md5": "^2.3.0",
  30. "mitt": "^3.0.1",
  31. "mockjs": "^1.1.0",
  32. "monaco-editor": "0.52.0",
  33. "nprogress": "^0.2.0",
  34. "pinia": "^2.2.4",
  35. "socket.io-client": "^4.8.0",
  36. "store": "^2.0.12",
  37. "vue": "^3.5.12",
  38. "vue-echarts": "^7.0.3",
  39. "vue-router": "^4.4.5",
  40. "vuedraggable": "^4.1.0",
  41. "xlsx": "^0.18.5"
  42. },
  43. "devDependencies": {
  44. "@cool-vue/vite-plugin": "^7.2.4",
  45. "@rushstack/eslint-patch": "^1.10.4",
  46. "@tsconfig/node20": "^20.1.4",
  47. "@types/file-saver": "^2.0.7",
  48. "@types/jsdom": "^21.1.7",
  49. "@types/lodash-es": "^4.17.12",
  50. "@types/mockjs": "^1.0.10",
  51. "@types/node": "^20.16.11",
  52. "@types/nprogress": "^0.2.3",
  53. "@types/store": "^2.0.5",
  54. "@vitejs/plugin-vue": "^5.1.4",
  55. "@vitejs/plugin-vue-jsx": "^4.0.1",
  56. "@vue/compiler-sfc": "^3.5.12",
  57. "@vue/eslint-config-prettier": "^10.0.0",
  58. "@vue/eslint-config-typescript": "^14.0.1",
  59. "@vue/test-utils": "^2.4.6",
  60. "@vue/tsconfig": "^0.5.1",
  61. "eslint": "^9.12.0",
  62. "eslint-plugin-prettier": "^5.2.1",
  63. "eslint-plugin-vue": "^9.29.0",
  64. "jsdom": "^25.0.1",
  65. "npm-run-all2": "^6.2.3",
  66. "prettier": "^3.3.3",
  67. "rollup-plugin-visualizer": "^5.12.0",
  68. "sass": "1.77.0",
  69. "terser": "^5.36.0",
  70. "typescript": "~5.5.4",
  71. "vite": "^5.4.8",
  72. "vite-plugin-compression": "^0.5.1",
  73. "vite-plugin-vue-devtools": "^7.5.2",
  74. "vue-tsc": "^2.1.6"
  75. },
  76. "volta": {
  77. "node": "20.18.1"
  78. }
  79. }