rsnext/examples/with-chakra-ui/package.json

21 lines
424 B
JSON
Raw Normal View History

{
"name": "with-chakra-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/core": "^0.5.2",
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"emotion-theming": "^10.0.27",
"next": "^9.1.7",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"license": "MIT"
}