package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "fs-portal",
  3. "version": "0.0.1",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "run-p type-check build-only",
  9. "preview": "vite preview",
  10. "build-only": "vite build",
  11. "type-check": "vue-tsc --noEmit",
  12. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  13. "format": "prettier --write src/"
  14. },
  15. "dependencies": {
  16. "@element-plus/icons-vue": "^2.3.1",
  17. "@vueuse/core": "^10.11.0",
  18. "axios": "^1.7.2",
  19. "element-plus": "^2.7.5",
  20. "nprogress": "^0.2.0",
  21. "pinia": "^2.1.7",
  22. "vue": "^3.4.29",
  23. "vue-router": "^4.3.3"
  24. },
  25. "devDependencies": {
  26. "@rushstack/eslint-patch": "^1.10.3",
  27. "@tsconfig/node20": "^20.1.4",
  28. "@types/node": "^20.14.4",
  29. "@types/nprogress": "^0.2.3",
  30. "@vitejs/plugin-vue": "^5.0.5",
  31. "@vitejs/plugin-vue-jsx": "^4.0.0",
  32. "@vue/eslint-config-prettier": "^9.0.0",
  33. "@vue/eslint-config-typescript": "^13.0.0",
  34. "@vue/tsconfig": "^0.5.1",
  35. "eslint": "^9.5.0",
  36. "eslint-plugin-vue": "^9.26.0",
  37. "npm-run-all": "^4.1.5",
  38. "prettier": "^3.3.2",
  39. "sass": "^1.77.6",
  40. "typescript": "~5.4.5",
  41. "unocss": "^0.61.0",
  42. "unplugin-auto-import": "^0.17.6",
  43. "unplugin-icons": "^0.19.0",
  44. "unplugin-vue-components": "^0.27.0",
  45. "unplugin-vue-define-options": "^1.4.5",
  46. "vite": "^5.3.1",
  47. "vite-plugin-style-import": "^2.0.0",
  48. "vite-plugin-svg-icons": "^2.0.1",
  49. "vue-tsc": "^2.0.21"
  50. }
  51. }