{
    "name": "sg-portfolio-minimal",
    "version": "0.1.0",
    "license": "MIT",
    "author": "Sarmad Gardezi <mail@sarmadgardezi.com>",
    "main": "index.js",
    "scripts": {
        "build": "gatsby build",
        "develop": "gatsby develop",
        "clean": "gatsby clean",
        "test": "echo \"Nothing to test here (yet)\"",
        "lint": "eslint --no-error-on-unmatched-pattern --fix --max-warnings 0 \"**/*.+(ts|tsx)\"",
        "format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|graphql|md|mdx)\"",
        "type-check": "tsc --noEmit",
        "type-check:watch": "npm run type-check -- --watch"
    },
    "engines": {
        "node": ">=16.0.0"
    },
    "peerDependencies": {
        "gatsby": "^4",
        "react": "^17 || ^16",
        "react-dom": "^17 || ^16"
    },
    "devDependencies": {
        "@types/node": "^16.11.6",
        "@types/react": "^17.0.33",
        "@types/react-dom": "^17.0.10",
        "@types/react-helmet": "^6.1.4",
        "@typescript-eslint/eslint-plugin": "^5.2.0",
        "@typescript-eslint/parser": "^5.2.0",
        "eslint": "^8.1.0",
        "eslint-config-prettier": "^8.3.0",
        "eslint-plugin-prettier": "^4.0.0",
        "eslint-plugin-react": "^7.26.1",
        "gatsby": "^4.0.2",
        "husky": "^5.1.3",
        "lint-staged": "^10.5.4",
        "prettier": "^2.4.1",
        "react": "^17.0.2",
        "react-dom": "^17.0.2",
        "semantic-release": "^18.0.0",
        "typescript": "^4.4.4",
        "typescript-plugin-css-modules": "^3.4.0"
    },
    "husky": {
        "hooks": {
            "pre-commit": "lint-staged"
        }
    },
    "dependencies": {
        "@fontsource/roboto": "^4.5.1",
        "gatsby-plugin-gdpr-cookies": "^2.0.8",
        "gatsby-plugin-image": "^2.0.0",
        "gatsby-plugin-manifest": "^4.0.0",
        "gatsby-plugin-offline": "^5.0.0",
        "gatsby-plugin-plausible": "^0.0.7",
        "gatsby-plugin-react-helmet": "^5.0.0",
        "gatsby-plugin-robots-txt": "^1.6.14",
        "gatsby-plugin-sharp": "^4.0.1",
        "gatsby-plugin-sitemap": "^5.0.0",
        "gatsby-source-filesystem": "^4.0.0",
        "gatsby-transformer-json": "^4.0.0",
        "gatsby-transformer-remark": "^5.0.0",
        "gatsby-transformer-sharp": "^4.0.0",
        "normalize.css": "^8.0.1",
        "react-cookie-consent": "^6.4.1",
        "react-helmet": "^6.1.0",
        "reading-time": "^1.5.0",
        "slugify": "^1.6.1",
        "tiny-skeleton-loader-react": "^1.1.6"
    },
    "homepage": "https://github.com/konstantinmuenster/gatsby-theme-portfolio-minimal#readme",
    "repository": {
        "type": "git",
        "url": "https://github.com/konstantinmuenster/gatsby-theme-portfolio-minimal.git"
    },
    "bugs": {
        "url": "https://github.com/konstantinmuenster/gatsby-theme-portfolio-minimal/issues"
    },
    "keywords": [
        "react",
        "gatsby",
        "gatsby-plugin",
        "gatsby-theme",
        "PWA",
        "portfolio",
        "portfolio-minimal",
        "one-page site",
        "showcase",
        "minimal",
        "animations",
        "dark-mode",
        "blog",
        "tracking",
        "google-analytics",
        "plausible.io",
        "gdpr-compliant"
    ]
}
