{ "name": "@kremalicious/portfolio", "description": "Portfolio thingy, built with Gatsby", "version": "0.1.0", "homepage": "https://matthiaskretschmann.com", "repository": "github:kremalicious/portfolio", "license": "MIT", "author": "Matthias Kretschmann ", "scripts": { "start": "gatsby develop --host 0.0.0.0", "build": "gatsby build", "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", "format": "prettier --write 'src/**/*.{js,jsx,css,scss}'", "test": "NODE_ENV=test npm run lint && jest --coverage --silent -c tests/jest.config.js", "test:watch": "NODE_ENV=test npm run lint && jest --coverage --watch -c tests/jest.config.js", "deploy:s3": "./scripts/deploy-s3.sh", "new": "babel-node ./scripts/new.js" }, "dependencies": { "@giphy/js-fetch-api": "^2.4.0", "axios": "^0.21.1", "file-saver": "^2.0.5", "gatsby": "^3.0.4", "gatsby-plugin-image": "^1.0.1", "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-matomo": "^0.9.0", "gatsby-plugin-offline": "^4.0.0", "gatsby-plugin-postcss": "^4.0.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-sharp": "^3.0.1", "gatsby-plugin-sitemap": "^3.0.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-plugin-webpack-size": "^2.0.1", "gatsby-source-filesystem": "^3.0.0", "gatsby-transformer-json": "^3.0.0", "gatsby-transformer-sharp": "^3.0.0", "gatsby-transformer-yaml": "^3.0.0", "intersection-observer": "^0.12.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-feather": "^2.0.9", "react-helmet": "^6.1.0", "react-pose": "^4.0.10", "remark": "^13.0.0", "remark-breaks": "^2.0.1", "remark-html": "^13.0.1", "remark-parse": "^9.0.0", "remark-react": "^8.0.0", "shortid": "^2.2.16", "vcf": "^2.1.0" }, "devDependencies": { "@babel/core": "^7.13.10", "@babel/eslint-parser": "^7.13.10", "@babel/node": "^7.13.10", "@babel/preset-env": "^7.13.10", "@loadable/component": "^5.14.1", "@svgr/webpack": "^5.5.0", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@welldone-software/why-did-you-render": "^6.1.0", "babel-preset-gatsby": "^0.12.2", "chalk": "^4.1.0", "eslint": "^7.21.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^3.10.1", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.21", "identity-obj-proxy": "^3.0.0", "jest": "^26.6.3", "jest-canvas-mock": "^2.3.1", "js-yaml": "^4.0.0", "ora": "^5.3.0", "postcss-preset-env": "^6.7.0", "prepend": "^1.0.2", "prettier": "^2.2.1", "slugify": "^1.4.7", "stylelint": "^13.12.0", "stylelint-config-prettier": "^8.0.2", "stylelint-prettier": "^1.2.0" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }