- Migrated from Express.js to Next.js 15 with TypeScript - Added Docker Compose v2 with multi-stage builds - Implemented Docker Bake support for improved builds - Created professional component structure with Tailwind CSS - Added enhanced visual design with glass morphism effects - Improved responsive layout and better UX flow - Updated all dependencies and configurations - Added proper TypeScript types and modern practices - Created development scripts for easy container management - Cleaned up excessive animations for better user experience
47 lines
1.0 KiB
JSON
Executable File
47 lines
1.0 KiB
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
}
|