this repo has no description
at main 30 lines 706 B view raw
1{ 2 "name": "react", 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 .", 10 "preview": "vite preview" 11 }, 12 "dependencies": { 13 "react": "^19.2.0", 14 "react-dom": "^19.2.0" 15 }, 16 "devDependencies": { 17 "@eslint/js": "^9.39.1", 18 "@types/node": "^24.10.1", 19 "@types/react": "^19.2.7", 20 "@types/react-dom": "^19.2.3", 21 "@vitejs/plugin-react": "^5.1.1", 22 "eslint": "^9.39.1", 23 "eslint-plugin-react-hooks": "^7.0.1", 24 "eslint-plugin-react-refresh": "^0.4.24", 25 "globals": "^16.5.0", 26 "typescript": "~5.9.3", 27 "typescript-eslint": "^8.48.0", 28 "vite": "^7.3.1" 29 } 30}