UNPKG

@sorrel340/gatsby-theme-portfolio-minimal

Version:
104 lines (103 loc) 3.44 kB
{ "name": "@sorrel340/gatsby-theme-portfolio-minimal", "version": "0.1.22", "license": "MIT", "author": "Konstantin Münster <mail@konstantin.digital>", "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.17.2", "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.17.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.7", "gatsby-plugin-gdpr-cookies": "^2.0.9", "gatsby-plugin-image": "^2.13.0", "gatsby-plugin-manifest": "^4.18.1", "gatsby-plugin-offline": "^5.18.1", "gatsby-plugin-plausible": "^0.0.7", "gatsby-plugin-react-helmet": "^5.18.0", "gatsby-plugin-robots-txt": "^1.7.1", "gatsby-plugin-sharp": "^4.13.0", "gatsby-plugin-sitemap": "^5.18.1", "gatsby-remark-images": "^6.18.1", "gatsby-remark-prismjs": "^6.18.0", "gatsby-source-filesystem": "^4.18.1", "gatsby-transformer-json": "^4.18.0", "gatsby-transformer-remark": "^5.18.1", "gatsby-transformer-sharp": "^4.18.1", "normalize.css": "^8.0.1", "prismjs": "^1.28.0", "react-cookie-consent": "^6.4.1", "react-helmet": "^6.1.0", "reading-time": "^1.5.0", "slugify": "^1.6.5", "tiny-skeleton-loader-react": "^1.1.8" }, "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" ] }