package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "fs-admin",
  3. "version": "2.5.6",
  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.5.10",
  19. "@fskj-admin/micro": "^0.1.0",
  20. "@icon-park/vue-next": "^1.4.2",
  21. "@vueuse/core": "^10.11.1",
  22. "@vxe-ui/plugin-render-element": "^4.0.11",
  23. "@wangeditor/editor": "^5.1.23",
  24. "@wangeditor/editor-for-vue": "^5.1.12",
  25. "axios": "^1.9.0",
  26. "dayjs": "^1.11.13",
  27. "element-plus": "^2.9.10",
  28. "exceljs": "^4.4.0",
  29. "nprogress": "^0.2.0",
  30. "pinia": "^2.3.1",
  31. "splitpanes": "^4.0.3",
  32. "vue": "^3.5.13",
  33. "vue-cropper": "^1.1.4",
  34. "vue-router": "^4.5.1",
  35. "vxe-pc-ui": "^4.6.8",
  36. "vxe-table": "^4.13.28",
  37. "wujie-vue3": "^1.0.28",
  38. "xe-utils": "^3.7.4"
  39. },
  40. "devDependencies": {
  41. "@iconify-json/ep": "^1.2.2",
  42. "@rushstack/eslint-patch": "^1.11.0",
  43. "@tsconfig/node20": "^20.1.5",
  44. "@types/node": "^20.17.47",
  45. "@types/nprogress": "^0.2.3",
  46. "@types/qs": "^6.9.18",
  47. "@vitejs/plugin-vue": "^5.2.4",
  48. "@vitejs/plugin-vue-jsx": "^3.1.0",
  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.5.3",
  57. "sass": "^1.88.0",
  58. "typescript": "~5.3.3",
  59. "unocss": "^0.61.9",
  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": "^5.4.19",
  65. "vite-plugin-lazy-import": "^1.0.7",
  66. "vite-plugin-style-import": "^2.0.0",
  67. "vite-plugin-svg-icons": "^2.0.1",
  68. "vite-plugin-vue-devtools": "^7.7.6",
  69. "vue-tsc": "^2.2.10"
  70. }
  71. }