package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "cool-admin-vue",
  3. "version": "8.0.0",
  4. "type": "module",
  5. "scripts": {
  6. "dev": "vite --host",
  7. "build": "vite build",
  8. "build-static": "vite build --mode static",
  9. "build-demo": "vite build --mode demo",
  10. "preview": "vite preview",
  11. "type-check": "vue-tsc --build --force",
  12. "lint": "eslint . --fix",
  13. "format": "prettier --write src/"
  14. },
  15. "dependencies": {
  16. "@cool-vue/crud": "^8.0.4",
  17. "@element-plus/icons-vue": "^2.3.1",
  18. "@vueuse/core": "^12.5.0",
  19. "@wangeditor/editor": "^5.1.23",
  20. "@wangeditor/editor-for-vue": "^5.1.12",
  21. "axios": "^1.7.9",
  22. "chardet": "^2.0.0",
  23. "core-js": "^3.40.0",
  24. "dayjs": "^1.11.13",
  25. "echarts": "^5.6.0",
  26. "element-plus": "^2.9.3",
  27. "file-saver": "^2.0.5",
  28. "lodash-es": "^4.17.21",
  29. "marked": "^14.1.3",
  30. "mitt": "^3.0.1",
  31. "nprogress": "^0.2.0",
  32. "pinia": "^2.3.1",
  33. "store": "^2.0.12",
  34. "vue": "^3.5.13",
  35. "vue-echarts": "^7.0.3",
  36. "vue-i18n": "^11.0.1",
  37. "vue-router": "^4.5.0",
  38. "vuedraggable": "^4.1.0",
  39. "xlsx": "^0.18.5"
  40. },
  41. "devDependencies": {
  42. "@cool-vue/vite-plugin": "^8.1.2",
  43. "@intlify/unplugin-vue-i18n": "^6.0.3",
  44. "@rushstack/eslint-patch": "^1.10.5",
  45. "@tsconfig/node20": "^20.1.4",
  46. "@types/file-saver": "^2.0.7",
  47. "@types/lodash-es": "^4.17.12",
  48. "@types/mockjs": "^1.0.10",
  49. "@types/node": "^20.17.17",
  50. "@types/nprogress": "^0.2.3",
  51. "@types/store": "^2.0.5",
  52. "@vitejs/plugin-vue": "^5.2.1",
  53. "@vitejs/plugin-vue-jsx": "^4.1.1",
  54. "@vue/compiler-sfc": "^3.5.13",
  55. "@vue/eslint-config-prettier": "^10.2.0",
  56. "@vue/eslint-config-typescript": "^14.3.0",
  57. "@vue/test-utils": "^2.4.6",
  58. "@vue/tsconfig": "^0.5.1",
  59. "autoprefixer": "^10.4.20",
  60. "eslint": "^9.19.0",
  61. "eslint-plugin-prettier": "^5.2.3",
  62. "eslint-plugin-vue": "^9.32.0",
  63. "postcss": "^8.5.1",
  64. "prettier": "^3.4.2",
  65. "rollup-plugin-visualizer": "^5.14.0",
  66. "sass": "1.81.0",
  67. "tailwindcss": "^3.4.17",
  68. "terser": "^5.36.0",
  69. "typescript": "~5.5.4",
  70. "vite": "^5.4.14",
  71. "vite-plugin-compression": "^0.5.1",
  72. "vite-plugin-vue-devtools": "^7.7.1",
  73. "vue-tsc": "^2.2.0"
  74. }
  75. }