{
  "name": "mintyy/habilitas-craft",
  "description": "Habilitas - Where NDIS Participants can live independently for the long term",
  "keywords": [
    "craft",
    "cms",
    "craftcms",
    "project",
    "habilitas"
  ],
  "license": "MIT",
  "homepage": "https://craftcms.com/",
  "type": "project",
  "require": {
    "craftcms/aws-s3": "2.3.1",
    "craftcms/ckeditor": "5.6.1",
    "craftcms/cms": "5.10.11",
    "craftcms/postmark": "3.1.0",
    "nystudio107/craft-imageoptimize": "5.0.7",
    "nystudio107/craft-retour": "5.0.14",
    "nystudio107/craft-seomatic": "5.1.21",
    "nystudio107/craft-vite": "5.0.1",
    "solspace/craft-freeform": "5.15.21",
    "verbb/navigation": "3.0.22",
    "verbb/super-table": "4.0.6",
    "vlucas/phpdotenv": "^5.4.0",
    "webdna/qrcode": "3.0.0"
  },
  "require-dev": {
    "craftcms/generator": "^2.0.0",
    "yiisoft/yii2-shell": "^2.0.3"
  },
  "autoload": {
    "psr-4": {
      "modules\\": "modules/"
    }
  },
  "config": {
    "allow-plugins": {
      "craftcms/plugin-installer": true,
      "yiisoft/yii2-composer": true
    },
    "sort-packages": true,
    "optimize-autoloader": true,
    "platform": {
      "php": "8.2"
    }
  },
  "scripts": {
    "post-root-package-install": [
      "@php -r \"file_exists('.env') || copy('.env.example.dev', '.env');\""
    ]
  },
  "repositories": [
    {
      "type": "composer",
      "url": "https://composer.craftcms.com",
      "canonical": false
    }
  ]
}
