package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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.3.1",
  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. "exceljs": "^4.4.0",
  29. "nprogress": "^0.2.0",
  30. "pinia": "^2.1.7",
  31. "splitpanes": "^3.1.5",
  32. "vue": "^3.4.29",
  33. "vue-cropper": "^1.1.3",
  34. "vue-router": "^4.3.3",
  35. "vxe-table": "~4.6.17",
  36. "wujie-vue3": "^1.0.22",
  37. "xe-utils": "^3.5.27"
  38. },
  39. "devDependencies": {
  40. "@iconify-json/ep": "^1.1.15",
  41. "@rushstack/eslint-patch": "^1.10.3",
  42. "@sentry/vite-plugin": "^2.18.0",
  43. "@tsconfig/node20": "^20.1.4",
  44. "@types/node": "^20.14.5",
  45. "@types/nprogress": "^0.2.3",
  46. "@types/qs": "^6.9.15",
  47. "@vitejs/plugin-vue": "^5.0.5",
  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.0",
  53. "eslint-plugin-vue": "^9.26.0",
  54. "npm-run-all": "^4.1.5",
  55. "plop": "^4.0.1",
  56. "prettier": "^3.3.2",
  57. "sass": "^1.77.6",
  58. "typescript": "~5.3.3",
  59. "unocss": "^0.61.0",
  60. "unplugin-auto-import": "^0.17.6",
  61. "unplugin-icons": "^0.19.0",
  62. "unplugin-vue-components": "^0.26.0",
  63. "unplugin-vue-define-options": "^1.4.5",
  64. "vite": "^5.3.1",
  65. "vite-plugin-style-import": "^2.0.0",
  66. "vite-plugin-svg-icons": "^2.0.1",
  67. "vite-plugin-vue-devtools": "^7.3.1",
  68. "vue-tsc": "^2.0.21"
  69. }
  70. }