{
  "name": "chakra-nextjs-ts",
  "version": "2.0.8",
  "private": true,
  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start",
    "type-check": "tsc"
  },
  "dependencies": {
    "@teste-ui/icons": "^2.0.2",
    "@teste-ui/react": "2.2.2",
    "@teste-ui/theme-tools": "^2.0.3",
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@faker-js/faker": "^7.1.0",
    "@types/node": "^16.11.12",
    "@types/react": "^18.0.1",
    "@types/react-dom": "^18.0.0",
    "framer-motion": "^6.2.9",
    "next": "^12.1.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-icons": "^4.2.0",
    "typescript": "^4.6.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chakra-ui/chakra-ui.git",
    "directory": "examples/nextjs-typescript"
  },
  "bugs": {
    "url": "https://github.com/chakra-ui/chakra-ui/issues"
  },
  "license": "MIT"
}
