package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "domain": "plop domain",
  13. "micro": "plop micro"
  14. },
  15. "dependencies": {
  16. "@element-plus/icons-vue": "^2.3.1",
  17. "@fskj-admin/core": "^1.1.2",
  18. "@fskj-admin/micro": "^0.0.5",
  19. "@icon-park/vue-next": "^1.4.2",
  20. "@vueuse/core": "^10.7.1",
  21. "@wangeditor/editor": "^5.1.23",
  22. "@wangeditor/editor-for-vue": "^5.1.12",
  23. "axios": "^1.6.4",
  24. "dayjs": "^1.11.10",
  25. "element-plus": "^2.4.4",
  26. "nprogress": "^0.2.0",
  27. "pinia": "^2.1.7",
  28. "splitpanes": "^3.1.5",
  29. "vue": "^3.4.5",
  30. "vue-cropper": "^1.1.1",
  31. "vue-router": "^4.2.5",
  32. "vxe-table": "^4.5.17",
  33. "wujie-vue3": "^1.0.22",
  34. "xe-utils": "^3.5.14"
  35. },
  36. "devDependencies": {
  37. "@iconify-json/ep": "^1.1.14",
  38. "@rushstack/eslint-patch": "^1.6.1",
  39. "@tsconfig/node18": "^18.2.2",
  40. "@types/node": "^20.10.6",
  41. "@types/nprogress": "^0.2.3",
  42. "@types/qs": "^6.9.11",
  43. "@vitejs/plugin-vue": "^5.0.2",
  44. "@vitejs/plugin-vue-jsx": "^3.1.0",
  45. "@vue/eslint-config-prettier": "^9.0.0",
  46. "@vue/eslint-config-typescript": "^12.0.0",
  47. "@vue/tsconfig": "^0.5.1",
  48. "eslint": "^8.56.0",
  49. "eslint-plugin-vue": "^9.19.2",
  50. "npm-run-all": "^4.1.5",
  51. "plop": "^4.0.1",
  52. "prettier": "^3.1.1",
  53. "sass": "^1.69.7",
  54. "typescript": "~5.3.3",
  55. "unocss": "^0.58.3",
  56. "unplugin-auto-import": "^0.17.3",
  57. "unplugin-icons": "^0.18.1",
  58. "unplugin-vue-components": "^0.26.0",
  59. "unplugin-vue-define-options": "^1.4.1",
  60. "vite": "^5.0.10",
  61. "vite-plugin-style-import": "^2.0.0",
  62. "vite-plugin-svg-icons": "^2.0.1",
  63. "vite-plugin-vue-devtools": "^7.0.5",
  64. "vue-tsc": "^1.8.27"
  65. }
  66. }