{
  "name": "foederales-entwicklungsportal",
  "version": "0.1.0",
  "private": true,
  "license": "MIT",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "preview": "next build && next start",
    "export": "next build && next export"
  },
  "dependencies": {
    "@contentful/rich-text-html-renderer": "^15.11.1",
    "@headlessui/react": "^1.4.3",
    "@tabler/icons": "^1.53.0",
    "@tailwindcss/forms": "^0.4.0",
    "@tailwindcss/typography": "^0.5.0",
    "contentful": "^9.1.6",
    "next": "^12.0.9",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "sass": "^1.49.0"
  },
  "devDependencies": {
    "@babel/core": "^7.16.12",
    "@types/node": "^17.0.12",
    "@types/react": "^17.0.38",
    "autoprefixer": "^10.4.2",
    "contentful-cli": "^1.12.4",
    "contentful-migration": "^4.8.1",
    "eslint": "^8.7.0",
    "eslint-config-next": "^12.0.9",
    "postcss": "^8.4.5",
    "prettier": "^2.5.1",
    "tailwindcss": "^3.0.17",
    "typescript": "^4.5.4"
  }
}