| { | |
| "name": "next-app", | |
| "version": "2.0.14", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next", | |
| "build": "next build", | |
| "start": "next start", | |
| "type-check": "tsc" | |
| }, | |
| "dependencies": { | |
| "@chakra-ui/react": "workspace:*", | |
| "@emotion/react": "^11.14.0", | |
| "@types/node": "^24.0.4", | |
| "@types/react": "19.1.8", | |
| "@types/react-dom": "19.1.6", | |
| "next": "^15.3.4", | |
| "next-themes": "^0.4.6", | |
| "react-icons": "5.5.0", | |
| "react": "^19.1.0", | |
| "react-dom": "^19.1.0", | |
| "typescript": "^5.8.3" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/chakra-ui/chakra-ui.git", | |
| "directory": "examples/next-app" | |
| }, | |
| "bugs": { | |
| "url": "https://github.com/chakra-ui/chakra-ui/issues" | |
| }, | |
| "license": "MIT" | |
| } | |