this repo has no description
at main 37 lines 945 B view raw
1{ 2 "name": "web", 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 "@emotion/react": "^11.14.0", 14 "@emotion/styled": "^11.14.1", 15 "@fontsource/nunito": "^5.2.7", 16 "@mui/icons-material": "^7.3.9", 17 "@mui/material": "^7.3.9", 18 "react": "^19.2.4", 19 "react-dom": "^19.2.4", 20 "react-router-dom": "^7.13.1" 21 }, 22 "devDependencies": { 23 "@eslint/js": "^9.39.4", 24 "@types/node": "^24.12.0", 25 "@types/react": "^19.2.14", 26 "@types/react-dom": "^19.2.3", 27 "@vitejs/plugin-react": "^6.0.0", 28 "eslint": "^9.39.4", 29 "eslint-plugin-react-hooks": "^7.0.1", 30 "eslint-plugin-react-refresh": "^0.5.2", 31 "globals": "^17.4.0", 32 "typescript": "~5.9.3", 33 "typescript-eslint": "^8.56.1", 34 "vite": "^8.0.0", 35 "vite-plugin-pwa": "^1.2.0" 36 } 37}