{ "name": "@kremalicious/portfolio", "description": "Portfolio thingy, built with Gatsby", "version": "0.1.0", "homepage": "https://matthiaskretschmann.com", "repository": "github:kremalicious/portfolio", "bugs": "https://github.com/kremalicious/portfolio/issues", "license": "MIT", "author": "Matthias Kretschmann ", "scripts": { "start": "gatsby develop", "start:docker": "gatsby develop --host 0.0.0.0", "ssr": "npm run build && serve -s public/", "lint:js": "eslint ./gatsby-*.js && eslint ./src/**/*.{js,jsx}", "lint:css": "stylelint ./src/**/*.{css,scss}", "lint": "npm run lint:js && npm run lint:css", "build": "gatsby build", "format": "prettier --write 'src/**/*.{js,jsx}'", "format:css": "prettier-stylelint --write --quiet 'src/**/*.{css,scss}'", "test": "npm run lint && jest --coverage", "test:watch": "npm run lint && jest --coverage --watch", "deploy": "./scripts/deploy.sh", "new": "babel-node ./scripts/new.js", "lh": "lighthousebot --pwa=90 --perf=90 --a11y=90 --bp=90 --seo 90 --runner=wpt" }, "dependencies": { "axios": "^0.19.0", "classnames": "^2.2.6", "file-saver": "^2.0.1", "gatsby": "^2.8.6", "gatsby-image": "^2.1.2", "gatsby-plugin-favicon": "^3.1.6", "gatsby-plugin-matomo": "^0.7.1", "gatsby-plugin-offline": "^2.1.1", "gatsby-plugin-react-helmet": "^3.0.12", "gatsby-plugin-sass": "^2.0.11", "gatsby-plugin-sharp": "^2.1.3", "gatsby-plugin-sitemap": "^2.1.0", "gatsby-plugin-svgr": "^2.0.2", "gatsby-source-filesystem": "^2.0.38", "gatsby-transformer-json": "^2.1.11", "gatsby-transformer-sharp": "^2.1.21", "gatsby-transformer-yaml": "^2.1.12", "giphy-js-sdk-core": "^1.0.6", "graphql": "^14.3.1", "intersection-observer": "^0.7.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-helmet": "^5.2.1", "react-pose": "^4.0.8", "remark": "^10.0.1", "remark-html": "^9.0.0", "remark-parse": "^6.0.3", "suncalc": "^1.8.0", "vcf": "^2.0.4" }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/node": "^7.4.5", "@babel/preset-env": "^7.4.5", "@svgr/webpack": "^4.3.0", "@testing-library/react": "^8.0.1", "babel-eslint": "^10.0.1", "babel-jest": "^24.7.1", "babel-preset-gatsby": "^0.1.11", "chalk": "^2.4.2", "eslint": "^5.16.0", "eslint-config-prettier": "^4.2.0", "eslint-loader": "^2.1.2", "eslint-plugin-graphql": "^3.0.3", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.12.4", "eslint-plugin-react-hooks": "^1.6.0", "identity-obj-proxy": "^3.0.0", "jest": "^24.7.1", "jest-canvas-mock": "^2.0.0", "jest-dom": "^3.4.0", "js-yaml": "^3.13.1", "lighthousebot": "git+https://github.com/GoogleChromeLabs/lighthousebot.git", "node-sass": "^4.12.0", "ora": "^3.4.0", "prepend": "^1.0.2", "prettier": "^1.18.2", "prettier-stylelint": "^0.4.2", "slugify": "^1.3.4", "stylelint": "^10.1.0", "stylelint-config-css-modules": "^1.3.0", "stylelint-config-standard": "^18.3.0", "why-did-you-update": "^1.0.6" }, "browserslist": [ "defaults" ] }