package.json 2.0 KB

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