package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "fs-admin",
  3. "version": "2.3.0",
  4. "type": "module",
  5. "scripts": {
  6. "dev": "vite --host",
  7. "build": "run-p type-check build-only",
  8. "preview": "vite preview --port 4173",
  9. "build-only": "vite build",
  10. "build-test": "vite build --mode test",
  11. "type-check": "vue-tsc --noEmit",
  12. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  13. "module": "plop module",
  14. "micro": "plop micro"
  15. },
  16. "dependencies": {
  17. "@element-plus/icons-vue": "^2.3.1",
  18. "@fskj-admin/core": "^1.2.14",
  19. "@fskj-admin/micro": "^0.1.0",
  20. "@icon-park/vue-next": "^1.4.2",
  21. "@sentry/vue": "^8.9.2",
  22. "@vueuse/core": "^10.11.0",
  23. "@wangeditor/editor": "^5.1.23",
  24. "@wangeditor/editor-for-vue": "^5.1.12",
  25. "axios": "^1.7.2",
  26. "dayjs": "^1.11.11",
  27. "element-plus": "^2.7.6",
  28. "nprogress": "^0.2.0",
  29. "pinia": "^2.1.7",
  30. "splitpanes": "^3.1.5",
  31. "vue": "^3.4.29",
  32. "vue-cropper": "^1.1.3",
  33. "vue-router": "^4.3.3",
  34. "vxe-table": "~4.6.17",
  35. "wujie-vue3": "^1.0.22",
  36. "xe-utils": "^3.5.27"
  37. },
  38. "devDependencies": {
  39. "@iconify-json/ep": "^1.1.15",
  40. "@rushstack/eslint-patch": "^1.10.3",
  41. "@sentry/vite-plugin": "^2.18.0",
  42. "@tsconfig/node20": "^20.1.4",
  43. "@types/node": "^20.14.5",
  44. "@types/nprogress": "^0.2.3",
  45. "@types/qs": "^6.9.15",
  46. "@vitejs/plugin-vue": "^5.0.5",
  47. "@vitejs/plugin-vue-jsx": "^3.1.0",
  48. "@vue/eslint-config-prettier": "^9.0.0",
  49. "@vue/eslint-config-typescript": "^12.0.0",
  50. "@vue/tsconfig": "^0.5.1",
  51. "eslint": "^8.57.0",
  52. "eslint-plugin-vue": "^9.26.0",
  53. "npm-run-all": "^4.1.5",
  54. "plop": "^4.0.1",
  55. "prettier": "^3.3.2",
  56. "sass": "^1.77.6",
  57. "typescript": "~5.3.3",
  58. "unocss": "^0.61.0",
  59. "unplugin-auto-import": "^0.17.6",
  60. "unplugin-icons": "^0.19.0",
  61. "unplugin-vue-components": "^0.26.0",
  62. "unplugin-vue-define-options": "^1.4.5",
  63. "vite": "^5.3.1",
  64. "vite-plugin-style-import": "^2.0.0",
  65. "vite-plugin-svg-icons": "^2.0.1",
  66. "vite-plugin-vue-devtools": "^7.3.1",
  67. "vue-tsc": "^2.0.21"
  68. }
  69. }