{ "name": "web", "homepage": "web/build", "private": true, "type": "module", "version": "0.1.0", "scripts": { "start": "vite", "start:game": "vite build --watch", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { "@nextui-org/react": "^2.2.9", "@reduxjs/toolkit": "^2.0.1", "framer-motion": "^10.16.16", "lr-components": "^0.2.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^9.0.4", "react-toastify": "^9.1.3", "styled-components": "^6.1.1" }, "devDependencies": { "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", "@vitejs/plugin-react": "^4.2.0", "autoprefixer": "^10.4.16", "eslint": "^8.54.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.4", "postcss": "^8.4.32", "tailwindcss": "^3.3.6", "typescript": "^5.2.2", "vite": "^5.0.0" } }