{
"name": "@lazarv/react-server-example-chakra-ui",
"private": true,
"description": "@lazarv/react-server Chakra UI example application",
"keywords": [],
"license": "ISC",
"author": "",
"scripts": {
"dev": "react-server",
"build": "react-server build",
"start": "react-server start"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@lazarv/react-server": "workspace:^",
"framer-motion": "^11.5.4"
}
}