package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "element-plus": "^2.13.0",
  15. "vue": "^3.5.26",
  16. "vue-router": "^4.6.4"
  17. },
  18. "devDependencies": {
  19. "@rushstack/eslint-patch": "^1.15.0",
  20. "@types/node": "24",
  21. "@vitejs/plugin-vue": "^6.0.3",
  22. "@vue/eslint-config-prettier": "^9.0.0",
  23. "@vue/eslint-config-typescript": "^12.0.0",
  24. "@vue/tsconfig": "^0.8.1",
  25. "@vueuse/core": "^14.1.0",
  26. "eslint": "^8.56.0",
  27. "eslint-plugin-vue": "^9.33.0",
  28. "npm-run-all": "^4.1.5",
  29. "prettier": "^3.7.4",
  30. "sass": "^1.97.2",
  31. "terser": "^5.44.1",
  32. "typescript": "^5.9.3",
  33. "unplugin-auto-import": "^0.17.5",
  34. "unplugin-element-plus": "^0.11.2",
  35. "unplugin-vue-components": "^0.26.0",
  36. "vite": "^7.3.0",
  37. "vite-svg-loader": "^5.1.0",
  38. "vue-tsc": "^3.2.2"
  39. }
  40. }