Spaces:
Sleeping
Sleeping
| { | |
| "name": "equal-2-step-game", | |
| "private": true, | |
| "version": "1.0.0", | |
| "type": "module", | |
| "description": "A 2-step educational game for teaching equality comparison using emojis", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "lint": "eslint .", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.22.0", | |
| "@types/react": "^19.0.10", | |
| "@types/react-dom": "^19.0.4", | |
| "@vitejs/plugin-react": "^4.3.4", | |
| "eslint": "^9.22.0", | |
| "eslint-plugin-react-hooks": "^5.2.0", | |
| "eslint-plugin-react-refresh": "^0.4.19", | |
| "globals": "^16.0.0", | |
| "typescript": "~5.7.2", | |
| "typescript-eslint": "^8.26.1", | |
| "vite": "^6.3.1" | |
| } | |
| } | |