{ "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 -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": "^4.1.2", "@kremalicious/react-feather": "^2.1.0", "@yaireo/relative-time": "^1.0.2", "axios": "^0.27.2", "file-saver": "^2.0.5", "framer-motion": "^6.3.3", "gatsby": "^4.13.1", "gatsby-plugin-image": "^2.13.0", "gatsby-plugin-manifest": "^4.13.0", "gatsby-plugin-matomo": "^0.13.0", "gatsby-plugin-offline": "^5.13.0", "gatsby-plugin-react-helmet": "^5.13.0", "gatsby-plugin-sharp": "^4.13.0", "gatsby-plugin-sitemap": "^5.13.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-source-filesystem": "^4.13.0", "gatsby-transformer-json": "^4.13.0", "gatsby-transformer-sharp": "^4.13.0", "gatsby-transformer-yaml": "^4.13.0", "intersection-observer": "^0.12.0", "react": "^18.1.0", "react-dom": "^18.1.0", "react-helmet": "^6.1.0", "remark": "13.0.0", "remark-breaks": "2.0.2", "remark-html": "13.0.2", "remark-parse": "9.0.0", "remark-react": "8.0.0", "vcf": "^2.1.1" }, "devDependencies": { "@babel/node": "^7.17.10", "@babel/preset-env": "^7.17.10", "@svgr/webpack": "^6.2.1", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.2.0", "@welldone-software/why-did-you-render": "^7.0.1", "babel-preset-gatsby": "^2.13.0", "chalk": "4.1.2", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.29.4", "eslint-plugin-react-hooks": "^4.5.0", "eslint-plugin-testing-library": "^5.5.0", "identity-obj-proxy": "^3.0.0", "jest": "^28.1.0", "jest-canvas-mock": "^2.4.0", "jest-environment-jsdom": "^28.1.0", "js-yaml": "^4.1.0", "ora": "^6.1.0", "prepend": "^1.0.2", "prettier": "^2.6.2", "slugify": "^1.6.5", "stylelint": "^14.8.2", "stylelint-config-prettier": "^9.0.3", "stylelint-prettier": "^2.0.0" }, "browserslist": [ "> 0.2%", "last 2 versions", "Firefox ESR", "not dead", "not IE 11" ] }