package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "fs-admin",
  3. "version": "1.2.0",
  4. "scripts": {
  5. "dev": "vite",
  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.0.10",
  14. "@icon-park/vue-next": "^1.4.2",
  15. "@vueuse/core": "^9.12.0",
  16. "@wangeditor/editor": "^5.1.23",
  17. "@wangeditor/editor-for-vue": "^5.1.12",
  18. "axios": "^1.2.6",
  19. "dayjs": "^1.11.7",
  20. "element-plus": "^2.2.28",
  21. "nprogress": "^0.2.0",
  22. "pinia": "^2.0.29",
  23. "splitpanes": "^3.1.0",
  24. "vue": "^3.2.45",
  25. "vue-cropper": "^1.0.5",
  26. "vue-router": "^4.1.6",
  27. "vxe-table": "^4.3.9",
  28. "xe-utils": "^3.5.7"
  29. },
  30. "devDependencies": {
  31. "@iconify-json/ep": "^1.1.8",
  32. "@rushstack/eslint-patch": "^1.2.0",
  33. "@types/node": "^16.18.11",
  34. "@types/nprogress": "^0.2.0",
  35. "@types/qs": "^6.9.7",
  36. "@vitejs/plugin-vue": "^4.0.0",
  37. "@vitejs/plugin-vue-jsx": "^3.0.0",
  38. "@vue/eslint-config-prettier": "^7.0.0",
  39. "@vue/eslint-config-typescript": "^11.0.2",
  40. "@vue/tsconfig": "^0.1.3",
  41. "eslint": "^8.33.0",
  42. "eslint-plugin-vue": "^9.9.0",
  43. "npm-run-all": "^4.1.5",
  44. "prettier": "^2.8.3",
  45. "sass": "^1.57.1",
  46. "typescript": "~4.7.4",
  47. "unocss": "^0.49.1",
  48. "unplugin-auto-import": "^0.11.5",
  49. "unplugin-icons": "^0.14.15",
  50. "unplugin-vue-components": "^0.22.12",
  51. "unplugin-vue-define-options": "^0.11.2",
  52. "vite": "^4.0.4",
  53. "vite-plugin-style-import": "^2.0.0",
  54. "vite-plugin-svg-icons": "^2.0.1",
  55. "vue-tsc": "^0.39.5"
  56. }
  57. }