package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "fs-admin",
  3. "version": "2.6.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.2",
  19. "@fskj-admin/core": "^1.5.11",
  20. "@fskj-admin/micro": "^0.1.0",
  21. "@icon-park/vue-next": "^1.4.2",
  22. "@vueuse/core": "^13.6.0",
  23. "@vxe-ui/plugin-render-element": "^4.0.16",
  24. "@wangeditor-next/editor": "^5.6.43",
  25. "@wangeditor-next/editor-for-vue": "^5.1.14",
  26. "axios": "^1.11.0",
  27. "dayjs": "^1.11.13",
  28. "element-plus": "^2.10.6",
  29. "nprogress": "^0.2.0",
  30. "pinia": "^3.0.3",
  31. "splitpanes": "^4.0.4",
  32. "vue": "^3.5.18",
  33. "vue-cropper": "^1.1.4",
  34. "vue-router": "^4.5.1",
  35. "vxe-pc-ui": "^4.8.13",
  36. "vxe-table": "^4.15.6",
  37. "wujie-vue3": "^1.0.29",
  38. "xe-utils": "^3.7.8"
  39. },
  40. "devDependencies": {
  41. "@iconify-json/ep": "^1.2.3",
  42. "@rushstack/eslint-patch": "^1.12.0",
  43. "@tsconfig/node20": "^20.1.6",
  44. "@types/node": "^20.19.10",
  45. "@types/nprogress": "^0.2.3",
  46. "@types/qs": "^6.14.0",
  47. "@vitejs/plugin-vue": "^6.0.1",
  48. "@vitejs/plugin-vue-jsx": "^5.0.1",
  49. "@vue/eslint-config-prettier": "^9.0.0",
  50. "@vue/eslint-config-typescript": "^12.0.0",
  51. "@vue/tsconfig": "^0.5.1",
  52. "eslint": "^8.57.1",
  53. "eslint-plugin-vue": "^9.33.0",
  54. "npm-run-all": "^4.1.5",
  55. "plop": "^4.0.1",
  56. "prettier": "^3.6.2",
  57. "sass": "^1.90.0",
  58. "typescript": "~5.3.3",
  59. "unocss": "^66.4.2",
  60. "unplugin-auto-import": "^0.17.8",
  61. "unplugin-icons": "^0.19.3",
  62. "unplugin-vue-components": "^0.26.0",
  63. "unplugin-vue-define-options": "^1.5.5",
  64. "vite": "^7.1.2",
  65. "vite-plugin-eslint": "^1.8.1",
  66. "vite-plugin-lazy-import": "^1.0.7",
  67. "vite-plugin-style-import": "^2.0.0",
  68. "vite-plugin-svg-icons": "^2.0.1",
  69. "vite-plugin-vue-devtools": "^8.0.0",
  70. "vue-tsc": "^3.0.5"
  71. }
  72. }