package.json 2.2 KB

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