package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "fs-admin",
  3. "version": "0.0.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.5.0",
  16. "@wangeditor/editor": "^5.1.23",
  17. "@wangeditor/editor-for-vue": "^5.1.12",
  18. "axios": "^1.1.3",
  19. "element-plus": "^2.2.21",
  20. "nprogress": "^0.2.0",
  21. "pinia": "^2.0.23",
  22. "vue": "^3.2.45",
  23. "vue-router": "^4.1.6"
  24. },
  25. "devDependencies": {
  26. "@iconify-json/ep": "^1.1.8",
  27. "@rushstack/eslint-patch": "^1.2.0",
  28. "@types/node": "^16.18.3",
  29. "@types/nprogress": "^0.2.0",
  30. "@types/qs": "^6.9.7",
  31. "@vitejs/plugin-vue": "^3.2.0",
  32. "@vitejs/plugin-vue-jsx": "^2.1.1",
  33. "@vue/eslint-config-prettier": "^7.0.0",
  34. "@vue/eslint-config-typescript": "^11.0.2",
  35. "@vue/tsconfig": "^0.1.3",
  36. "eslint": "^8.27.0",
  37. "eslint-plugin-vue": "^9.7.0",
  38. "npm-run-all": "^4.1.5",
  39. "prettier": "^2.7.1",
  40. "sass": "^1.56.1",
  41. "typescript": "~4.7.4",
  42. "unocss": "^0.46.5",
  43. "unplugin-auto-import": "^0.11.4",
  44. "unplugin-icons": "^0.14.13",
  45. "unplugin-vue-components": "^0.22.9",
  46. "unplugin-vue-define-options": "^0.11.2",
  47. "vite": "^3.2.4",
  48. "vite-plugin-svg-icons": "^2.0.1",
  49. "vue-tsc": "^0.39.5"
  50. }
  51. }