{
  "name": "@kuda-terbang/nextjs-client-template",
  "version": "0.0.6",
  "description": "Production ready nextjs client template",
  "repository": {
    "url": "https://github.com/kuda-terbang/react-template.git",
    "directory": "apps/nextjs-client-template"
  },
  "author": "Robby Caesar Putra <robbycaesar@gmail.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "nextjs",
    "next.js",
    "boilerplate",
    "template",
    "starter",
    "material",
    "mui",
    "typescript"
  ],
  "homepage": "https://github.com/kuda-terbang/react-template",
  "bugs": {
    "url": "https://github.com/kuda-terbang/react-template/issues"
  },
  "funding": {
    "type": "individual",
    "url": "https://www.buymeacoffee.com/robbycp"
  },
  "private": false,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@emotion/react": "^11.9.0",
    "@emotion/server": "11.4.0",
    "@emotion/styled": "^11.8.1",
    "@mui/icons-material": "^5.8.0",
    "@mui/material": "^5.8.0",
    "@mui/x-date-pickers": "^5.0.2",
    "@sentry/nextjs": "^7.38.0",
    "axios": "^0.27.2",
    "dayjs": "^1.11.5",
    "firebase": "^9.8.4",
    "immer": "^9.0.15",
    "js-cookie": "^3.0.1",
    "mui-tel-input": "^2.0.2",
    "next": "12.1.5",
    "next-i18next": "^11.0.0",
    "next-seo": "^5.4.0",
    "notistack": "^2.0.5",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-dropzone": "^14.2.2",
    "react-hook-form": "^7.39.3",
    "react-quill": "^2.0.0",
    "swr": "^1.3.0",
    "url-pattern": "^1.0.3"
  },
  "devDependencies": {
    "@emotion/babel-plugin": "11.9.2",
    "@types/js-cookie": "^3.0.2",
    "@types/node": "18.0.1",
    "@types/react": "18.0.14",
    "@types/react-dom": "18.0.5",
    "eslint": "8.19.0",
    "eslint-config-next": "12.2.0",
    "typescript": "4.7.4"
  },
  "gitHead": "267722c68f030e54db7aad505e42d682f27b5b11"
}
