File size: 771 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
{
"name": "next-pages",
"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-pages"
},
"bugs": {
"url": "https://github.com/chakra-ui/chakra-ui/issues"
},
"license": "MIT"
}
|