package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "name": "fs-admin",
  3. "version": "2.5.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. "@amap/amap-jsapi-loader": "^1.0.1",
  18. "@element-plus/icons-vue": "^2.3.1",
  19. "@fskj-admin/core": "^1.4.7",
  20. "@fskj-admin/micro": "^0.1.0",
  21. "@icon-park/vue-next": "^1.4.2",
  22. "@vueuse/core": "^10.11.1",
  23. "@vxe-ui/plugin-render-element": "^4.0.5",
  24. "@wangeditor/editor": "^5.1.23",
  25. "@wangeditor/editor-for-vue": "^5.1.12",
  26. "axios": "^1.7.4",
  27. "dayjs": "^1.11.12",
  28. "element-plus": "^2.8.0",
  29. "exceljs": "^4.4.0",
  30. "nprogress": "^0.2.0",
  31. "pinia": "^2.2.1",
  32. "splitpanes": "^3.1.5",
  33. "vue": "^3.4.38",
  34. "vue-cropper": "^1.1.4",
  35. "vue-router": "^4.4.3",
  36. "vxe-pc-ui": "^4.0.95",
  37. "vxe-table": "^4.7.65",
  38. "wujie-vue3": "^1.0.22",
  39. "xe-utils": "^3.5.30"
  40. },
  41. "devDependencies": {
  42. "@iconify-json/ep": "^1.1.16",
  43. "@rushstack/eslint-patch": "^1.10.4",
  44. "@sentry/vite-plugin": "^2.22.2",
  45. "@tsconfig/node20": "^20.1.4",
  46. "@types/node": "^20.14.15",
  47. "@types/nprogress": "^0.2.3",
  48. "@types/qs": "^6.9.15",
  49. "@vitejs/plugin-vue": "^5.1.2",
  50. "@vitejs/plugin-vue-jsx": "^3.1.0",
  51. "@vue/eslint-config-prettier": "^9.0.0",
  52. "@vue/eslint-config-typescript": "^12.0.0",
  53. "@vue/tsconfig": "^0.5.1",
  54. "eslint": "^8.57.0",
  55. "eslint-plugin-vue": "^9.27.0",
  56. "npm-run-all": "^4.1.5",
  57. "plop": "^4.0.1",
  58. "prettier": "^3.3.3",
  59. "sass": "^1.77.8",
  60. "typescript": "~5.3.3",
  61. "unocss": "^0.61.9",
  62. "unplugin-auto-import": "^0.17.8",
  63. "unplugin-icons": "^0.19.2",
  64. "unplugin-vue-components": "^0.26.0",
  65. "unplugin-vue-define-options": "^1.4.9",
  66. "vite": "^5.4.0",
  67. "vite-plugin-lazy-import": "^1.0.7",
  68. "vite-plugin-style-import": "^2.0.0",
  69. "vite-plugin-svg-icons": "^2.0.1",
  70. "vite-plugin-vue-devtools": "^7.3.8",
  71. "vue-tsc": "^2.0.29"
  72. }
  73. }