{
  "name": "doc",
  "description": "Documentation for the Mobility Web Components",
  "version": "0.1.0",
  "dependencies": {
    "@emotion/cache": "^11.13.5",
    "@emotion/react": "^11.13.5",
    "@emotion/styled": "^11.13.5",
    "@geops/geops-ui": "^0.3.4",
    "@mui/icons-material": "^6.1.10",
    "@mui/material": "^6.1.10",
    "@mui/material-nextjs": "^6.1.9",
    "@mui/styles": "^6.1.10",
    "next": "16.1.6",
    "prismjs": "^1.29.0",
    "react": "^18",
    "react-dom": "^18",
    "react-syntax-highlighter": "^15.6.1",
    "typeface-lato": "^1.1.13"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.1.18",
    "@types/node": "^25.2.0",
    "@types/react": "^19.2.10",
    "@types/react-dom": "^19.2.3",
    "@types/react-syntax-highlighter": "^15.5.13",
    "eslint": "^8",
    "eslint-config-next": "15.0.3",
    "eslint-config-prettier": "^9.1.0",
    "generact": "^0.4.0",
    "postcss": "^8.5.6",
    "tailwindcss": "^4.1.18",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "build": "next build",
    "cp": "generact --root src/app/components",
    "dev": "next dev",
    "lint": "next lint",
    "start": "next start",
    "up": "yarn upgrade-interactive --latest"
  },
  "private": true
}
