package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "kerui-portal",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "engines": {
  7. "node": "^20.19.0 || >=22.12.0"
  8. },
  9. "scripts": {
  10. "dev": "vite",
  11. "build": "run-p type-check \"build-only {@}\" --",
  12. "preview": "vite preview",
  13. "build-only": "vite build",
  14. "type-check": "vue-tsc --build"
  15. },
  16. "dependencies": {
  17. "@iconify/iconify": "^3.1.1",
  18. "@iconify/vue": "^5.0.0",
  19. "@types/qs": "^6.14.0",
  20. "axios": "^1.13.1",
  21. "element-plus": "^2.11.7",
  22. "jsencrypt": "^3.5.4",
  23. "motion-v": "^1.7.4",
  24. "pinia": "^3.0.3",
  25. "pinia-plugin-persistedstate": "^4.7.1",
  26. "qs": "^6.14.0",
  27. "vue": "^3.5.22",
  28. "vue-router": "^4.6.3",
  29. "web-storage-cache": "^1.1.1"
  30. },
  31. "devDependencies": {
  32. "@tailwindcss/vite": "^4.1.16",
  33. "@tsconfig/node22": "^22.0.2",
  34. "@types/node": "^22.18.11",
  35. "@vitejs/plugin-vue": "^6.0.1",
  36. "@vue/tsconfig": "^0.8.1",
  37. "autoprefixer": "^10.4.21",
  38. "npm-run-all2": "^8.0.4",
  39. "postcss": "^8.5.6",
  40. "tailwindcss": "^4.1.16",
  41. "typescript": "~5.9.0",
  42. "unplugin-auto-import": "^20.2.0",
  43. "unplugin-vue-components": "^30.0.0",
  44. "vite": "^7.1.11",
  45. "vite-plugin-vue-devtools": "^8.0.3",
  46. "vue-tsc": "^3.1.1"
  47. }
  48. }