{ "name": "rickvanlieshout-com", "version": "0.5.0", "description": "My personal blog / website", "keywords": [ "gatsby", "graphql", "react", "blog", "mastermindzh", "Rick van Lieshout" ], "repository": { "type": "git", "url": "https://git.mastermindzh.tech/mastermindzh/rickvanlieshout.com" }, "license": "MIT", "author": "Rick van Lieshout ", "scripts": { "build": "npm run clean && gatsby build", "clean": "rimraf .cache public", "format": "npm run format:ts && npm run format:scss", "format:scss": "stylelint \"src/**/*.scss\" --fix", "format:ts": "eslint \"src\" --ext .tsx,.ts --fix && prettier --write .", "lint": "npm run lint:ts && npm run lint:scss", "lint:scss": "stylelint \"src/**/*.scss\"", "lint:staged": "lint-staged", "lint:ts": "eslint \"src\" --ext .tsx,.ts && prettier --check .", "prepare": "husky install", "reset-snapshots": "find -type f -name '*.snap*' -delete && npm run test", "semantic-release": "semantic-release", "serve": "gatsby serve", "start": "npm run clean && gatsby develop", "test": "jest --config ./internal/testing/jest-config.ts", "test:coverage": "jest --coverage --config ./internal/testing/jest-config.ts", "test:watch": "jest --watch --config ./internal/testing/jest-config.ts" }, "lint-staged": { "*.tsx?": [ "npm run format:ts" ], "*.(sc|sa|c)ss": [ "npm run format:scss" ] }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.2.0", "@fortawesome/free-solid-svg-icons": "^6.2.0", "@fortawesome/react-fontawesome": "^0.2.0", "classnames": "^2.3.1", "disqus-react": "^1.1.3", "gatsby": "^4.20.0", "gatsby-link": "^4.20.0", "gatsby-plugin-catch-links": "^4.20.0", "gatsby-plugin-feed": "^4.20.0", "gatsby-plugin-google-gtag": "^4.20.0", "gatsby-plugin-image": "^2.20.0", "gatsby-plugin-manifest": "^4.20.0", "gatsby-plugin-offline": "^5.20.0", "gatsby-plugin-optimize-svgs": "^1.0.5", "gatsby-plugin-react-helmet": "^5.20.0", "gatsby-plugin-sass": "^5.20.0", "gatsby-plugin-sharp": "^4.20.0", "gatsby-plugin-sitemap": "^5.20.0", "gatsby-remark-autolink-headers": "^5.20.0", "gatsby-remark-copy-linked-files": "^5.20.0", "gatsby-remark-external-links": "0.0.4", "gatsby-remark-images": "^6.20.0", "gatsby-remark-prismjs": "^6.20.0", "gatsby-remark-responsive-iframe": "^5.20.0", "gatsby-remark-smartypants": "^5.20.0", "gatsby-source-filesystem": "^4.20.0", "gatsby-transformer-remark": "^5.20.0", "gatsby-transformer-sharp": "^4.20.0", "prismjs": "^1.29.0", "react": "^18.2.0", "react-cookie-consent": "^8.0.1", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", "react-toggle": "^4.1.3" }, "devDependencies": { "@jest/globals": "^27.5.1", "@mastermindzh/eslint-config": "^1.0.1", "@mastermindzh/prettier-config": "^1.0.0", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", "@swc/core": "^1.2.247", "@swc/jest": "^0.2.22", "@types/gatsby-transformer-remark": "^2.9.1", "@types/jest": "^28.1.6", "@types/node": "^18.7.3", "@types/react": "^18.0.18", "@types/react-dom": "^18.0.6", "@types/react-helmet": "^6.1.5", "@types/react-test-renderer": "^18.0.0", "@types/react-toggle": "^4.0.3", "@types/sass": "^1.43.1", "@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/parser": "^5.36.1", "autoprefixer": "^10.4.8", "browserslist": "^4.21.3", "codecov": "^3.8.3", "concurrently": "^7.3.0", "eslint": "^8.23.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.5.0", "eslint-config-react-app": "^7.0.1", "eslint-import-resolver-typescript": "^3.5.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^27.0.1", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.5", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-simple-import-sort": "^8.0.0", "husky": "8.0.1", "identity-obj-proxy": "3.0.0", "jest": "^28.1.3", "jest-cli": "^28.1.3", "jest-environment-jsdom": "^28.1.3", "jest-svg-transformer": "^1.0.0", "lint-staged": "^13.0.3", "lost": "9.0.1", "markdownlint": "^0.26.2", "postcss": "^8.4.16", "postcss-scss": "^4.0.4", "prettier": "^2.7.1", "prettier-plugin-packagejson": "^2.2.18", "react-test-renderer": "^18.2.0", "rimraf": "3.0.2", "sass": "^1.54.8", "source-map-support": "^0.5.21", "stylelint": "^14.11.0", "stylelint-config-recommended-scss": "^7.0.0", "stylelint-order": "^5.0.0", "stylelint-scss": "^4.3.0", "ts-node": "^10.9.1", "typescript": "^4.8.2" } }