package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "fs-admin",
  3. "version": "1.7.4",
  4. "scripts": {
  5. "dev": "vite --host",
  6. "build": "run-p type-check build-only",
  7. "preview": "vite preview --port 4173",
  8. "build-only": "vite build",
  9. "type-check": "vue-tsc --noEmit",
  10. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons-vue": "^2.1.0",
  14. "@icon-park/vue-next": "^1.4.2",
  15. "@vueuse/core": "^10.1.2",
  16. "@wangeditor/editor": "^5.1.23",
  17. "@wangeditor/editor-for-vue": "^5.1.12",
  18. "axios": "^1.4.0",
  19. "dayjs": "^1.11.8",
  20. "echarts": "^5.4.2",
  21. "element-plus": "^2.3.14",
  22. "nprogress": "^0.2.0",
  23. "pinia": "^2.1.3",
  24. "splitpanes": "^3.1.5",
  25. "vue": "^3.3.4",
  26. "vue-cropper": "^1.0.9",
  27. "vue-router": "^4.2.2",
  28. "vuedraggable": "^4.1.0",
  29. "vxe-table": "^4.4.1",
  30. "xe-utils": "^3.5.10"
  31. },
  32. "devDependencies": {
  33. "@iconify-json/ep": "^1.1.10",
  34. "@rushstack/eslint-patch": "^1.3.0",
  35. "@tsconfig/node18": "^2.0.1",
  36. "@types/node": "^18.16.16",
  37. "@types/nprogress": "^0.2.0",
  38. "@types/qs": "^6.9.7",
  39. "@vitejs/plugin-vue": "^4.2.3",
  40. "@vitejs/plugin-vue-jsx": "^3.0.1",
  41. "@vue/eslint-config-prettier": "^7.1.0",
  42. "@vue/eslint-config-typescript": "^11.0.3",
  43. "@vue/tsconfig": "^0.4.0",
  44. "eslint": "^8.42.0",
  45. "eslint-plugin-vue": "^9.14.1",
  46. "npm-run-all": "^4.1.5",
  47. "prettier": "^2.8.8",
  48. "sass": "^1.62.1",
  49. "typescript": "~5.1.3",
  50. "unocss": "^0.52.7",
  51. "unplugin-auto-import": "^0.16.4",
  52. "unplugin-icons": "^0.16.2",
  53. "unplugin-vue-components": "^0.25.0",
  54. "unplugin-vue-define-options": "^1.3.7",
  55. "vite": "^4.3.9",
  56. "vite-plugin-style-import": "^2.0.0",
  57. "vite-plugin-svg-icons": "^2.0.1",
  58. "vue-tsc": "^1.6.5"
  59. }
  60. }