{ "name": "lemonade-stand", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "oxlint", "preview": "vite preview" }, "dependencies": { "react": "^19.2.8", "react-dom": "^19.2.8" }, "devDependencies": { "@types/node": "^24.13.3", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.4", "@vitejs/plugin-react": "^6.1.0", "oxlint": "^1.79.0", "typescript": "~6.0.2", "vite": "^8.2.2" }, "description": "A browser recreation of the Atari 8-bit BASIC classic, with a cel-shaded remaster.", "license": "AGPL-3.0-or-later", "author": "John Coffey" }