{ "name": "kidsai-explorer", "version": "2.0.0", "description": "A kid-friendly AI frontend that encourages critical thinking and self-discovery", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit" }, "keywords": [ "education", "kids", "ai", "learning", "critical-thinking", "nextjs", "typescript", "tailwindcss" ], "author": "KidsAI Explorer", "license": "MIT", "dependencies": { "next": "^15.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", "openai": "^4.68.4", "framer-motion": "^11.11.17", "lucide-react": "^0.460.0" }, "devDependencies": { "@types/node": "^22.9.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "typescript": "^5.6.3", "tailwindcss": "^3.4.14", "postcss": "^8.4.49", "autoprefixer": "^10.4.20", "eslint": "^8.57.1", "eslint-config-next": "^15.0.0" }, "engines": { "node": ">=18.0.0" } }