package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "fs-admin",
  3. "version": "2.0.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. "type-check": "vue-tsc --noEmit",
  11. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  12. },
  13. "dependencies": {
  14. "@element-plus/icons-vue": "^2.1.0",
  15. "@icon-park/vue-next": "^1.4.2",
  16. "@vueuse/core": "^10.6.1",
  17. "@wangeditor/editor": "^5.1.23",
  18. "@wangeditor/editor-for-vue": "^5.1.12",
  19. "axios": "^1.6.2",
  20. "dayjs": "^1.11.10",
  21. "echarts": "^5.4.3",
  22. "element-plus": "^2.4.2",
  23. "nprogress": "^0.2.0",
  24. "pinia": "^2.1.7",
  25. "splitpanes": "^3.1.5",
  26. "vue": "^3.3.8",
  27. "vue-cropper": "^1.1.1",
  28. "vue-router": "^4.2.5",
  29. "vuedraggable": "^4.1.0",
  30. "vxe-table": "^4.5.13",
  31. "wujie-vue3": "^1.0.22",
  32. "xe-utils": "^3.5.14"
  33. },
  34. "devDependencies": {
  35. "@iconify-json/ep": "^1.1.12",
  36. "@rushstack/eslint-patch": "^1.6.0",
  37. "@tsconfig/node18": "^18.2.2",
  38. "@types/node": "^20.9.5",
  39. "@types/nprogress": "^0.2.3",
  40. "@types/qs": "^6.9.10",
  41. "@vitejs/plugin-vue": "^4.5.0",
  42. "@vitejs/plugin-vue-jsx": "^3.1.0",
  43. "@vue/eslint-config-prettier": "^8.0.0",
  44. "@vue/eslint-config-typescript": "^12.0.0",
  45. "@vue/tsconfig": "^0.4.0",
  46. "eslint": "^8.54.0",
  47. "eslint-plugin-vue": "^9.18.1",
  48. "npm-run-all": "^4.1.5",
  49. "prettier": "^3.1.0",
  50. "sass": "^1.69.5",
  51. "typescript": "~5.3.2",
  52. "unocss": "^0.57.7",
  53. "unplugin-auto-import": "^0.16.7",
  54. "unplugin-icons": "^0.17.4",
  55. "unplugin-vue-components": "^0.25.2",
  56. "unplugin-vue-define-options": "^1.4.0",
  57. "vite": "^5.0.2",
  58. "vite-plugin-style-import": "^2.0.0",
  59. "vite-plugin-svg-icons": "^2.0.1",
  60. "vue-tsc": "^1.8.22"
  61. }
  62. }