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

21 lines
433 B
JSON
Raw Normal View History

{
"name": "with-chakra-ui",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.0",
"@chakra-ui/react": "^1.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"framer-motion": "^2.9.4",
"next": "latest",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"license": "MIT"
}