package.json 778 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "rayers",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc -b && vite build",
  9. "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "react": "^18.3.1",
  14. "react-dom": "^18.3.1",
  15. "react-router-dom": "^5.3.4"
  16. },
  17. "devDependencies": {
  18. "@types/react": "^18.3.3",
  19. "@types/react-dom": "^18.3.0",
  20. "@typescript-eslint/eslint-plugin": "^7.15.0",
  21. "@typescript-eslint/parser": "^7.15.0",
  22. "@vitejs/plugin-react": "^4.3.1",
  23. "eslint": "^8.57.0",
  24. "eslint-plugin-react-hooks": "^4.6.2",
  25. "eslint-plugin-react-refresh": "^0.4.7",
  26. "typescript": "^5.2.2",
  27. "vite": "^5.3.4"
  28. }
  29. }