{
  "name": "@fto-consult/nextjs",
  "version": "5.24.1",
  "description": "nextjs boilerplate",
  "main": "bin/start.js",
  "bin": {
    "@fto-consult/nextjs": "bin/index.js"
  },
  "theme": {
    "light": {
      "primary": "green"
    }
  },
  "scripts": {
    "dev": "npx next dev",
    "start": "npx next dev",
    "build": "next build",
    "lint": "next lint",
    "test": "test",
    "generate-models": "node ./generate-models",
    "unpublish": "npm -f unpublish @fto-consult/nextjs",
    "generate-api-doc": "node ./api-doc",
    "docs": "npm run build-docs",
    "update": "npm i next@latest @fto-consult/common@latest next-fonts@latest next-images@latest react@latest  react-dom@latest bcrypt@latest -metadata@latest typeorm@latest string-builder@latest cookie@latest cors@latest apidoc@latest @emotion/styled@latest @emotion/react express@latest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/borispipo/nextjs.git"
  },
  "keywords": [
    "nextjs",
    "boilerplate"
  ],
  "author": "Boris Fouomene",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/borispipo/nextjs/issues"
  },
  "homepage": "https://github.com/borispipo/nextjs#readme",
  "dependencies": {
    "@chakra-ui/icons": "^2.1.1",
    "@chakra-ui/next-js": "^2.2.0",
    "@chakra-ui/react": "^2.8.2",
    "@emotion/react": "^11.13.3",
    "@emotion/styled": "^11.13.0",
    "@fto-consult/common": "^4.55.1",
    "apidoc": "^1.2.0",
    "bcrypt": "^5.1.1",
    "chalk": "^4.1.2",
    "chokidar": "^3.5.3",
    "commander": "^10.0.1",
    "cookie": "^0.6.0",
    "cors": "^2.8.5",
    "eslint-config-next": "^14.0.4",
    "express": "^4.19.2",
    "framer-motion": "^10.18.0",
    "fs-extra": "^11.2.0",
    "jose": "^4.10.3",
    "mysql2": "^2.3.3",
    "next": "^14.2.6",
    "next-fonts": "^1.5.1",
    "next-images": "^1.8.5",
    "pm2": "^5.3.0",
    "prop-types": "^15.8.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-toastify": "^10.0.1",
    "reflect-metadata": "^0.1.13",
    "sanitize-filename": "^1.6.3",
    "socket.io": "^4.7.2",
    "string-builder": "^0.1.8",
    "tippy.js": "^6.3.7",
    "typeorm": "^0.3.20"
  },
  "apidoc": {
    "url": "/api"
  },
  "header": {
    "title": "My own header title",
    "filename": "header.md"
  },
  "footer": {
    "title": "My own footer title",
    "filename": "footer.md"
  }
}
