package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "frps-dashboard",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "run-p type-check build-only",
  8. "preview": "vite preview",
  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. },
  13. "dependencies": {
  14. "@types/humanize-plus": "^1.8.0",
  15. "echarts": "^5.4.3",
  16. "element-plus": "^2.5.3",
  17. "humanize-plus": "^1.8.2",
  18. "vue": "^3.4.15",
  19. "vue-router": "^4.2.5"
  20. },
  21. "devDependencies": {
  22. "@rushstack/eslint-patch": "^1.7.2",
  23. "@types/node": "^18.11.12",
  24. "@vitejs/plugin-vue": "^5.0.3",
  25. "@vue/eslint-config-prettier": "^9.0.0",
  26. "@vue/eslint-config-typescript": "^12.0.0",
  27. "@vue/tsconfig": "^0.5.1",
  28. "eslint": "^8.56.0",
  29. "eslint-plugin-vue": "^9.21.0",
  30. "npm-run-all": "^4.1.5",
  31. "prettier": "^3.2.4",
  32. "typescript": "~5.3.3",
  33. "unplugin-auto-import": "^0.17.5",
  34. "unplugin-vue-components": "^0.26.0",
  35. "vite": "^5.0.12",
  36. "vue-tsc": "^1.8.27"
  37. }
  38. }