mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-13 16:45:12 +01:00
d579e01900
Bumps [eslint](https://github.com/eslint/eslint) from 7.8.1 to 7.9.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.8.1...v7.9.0) Signed-off-by: dependabot[bot] <support@github.com>
99 lines
3.2 KiB
JSON
99 lines
3.2 KiB
JSON
{
|
|
"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 <m@kretschmann.io>",
|
|
"scripts": {
|
|
"start": "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,css,scss}'",
|
|
"test": "npm run lint && jest --coverage --silent",
|
|
"test:watch": "npm run lint && jest --coverage --watch",
|
|
"deploy": "./scripts/deploy.sh",
|
|
"new": "babel-node ./scripts/new.js"
|
|
},
|
|
"dependencies": {
|
|
"@loadable/component": "^5.13.1",
|
|
"axios": "^0.20.0",
|
|
"file-saver": "^2.0.2",
|
|
"gatsby": "^2.24.56",
|
|
"gatsby-image": "^2.4.17",
|
|
"gatsby-plugin-manifest": "^2.4.28",
|
|
"gatsby-plugin-matomo": "^0.8.3",
|
|
"gatsby-plugin-offline": "^3.2.27",
|
|
"gatsby-plugin-postcss": "^2.3.11",
|
|
"gatsby-plugin-react-helmet": "^3.3.10",
|
|
"gatsby-plugin-sharp": "^2.6.34",
|
|
"gatsby-plugin-sitemap": "^2.4.12",
|
|
"gatsby-plugin-svgr": "^2.0.2",
|
|
"gatsby-plugin-use-dark-mode": "^1.1.2",
|
|
"gatsby-plugin-webpack-size": "^1.0.0",
|
|
"gatsby-source-filesystem": "^2.3.29",
|
|
"gatsby-transformer-json": "^2.4.11",
|
|
"gatsby-transformer-sharp": "^2.5.14",
|
|
"gatsby-transformer-yaml": "^2.4.11",
|
|
"giphy-js-sdk-core": "^1.0.6",
|
|
"intersection-observer": "^0.11.0",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-feather": "^2.0.8",
|
|
"react-helmet": "^6.1.0",
|
|
"react-pose": "^4.0.10",
|
|
"remark": "^12.0.1",
|
|
"remark-breaks": "^2.0.0",
|
|
"remark-html": "^12.0.0",
|
|
"remark-parse": "^8.0.3",
|
|
"remark-react": "^7.0.0",
|
|
"shortid": "^2.2.15",
|
|
"use-dark-mode": "^2.3.1",
|
|
"vcf": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/node": "^7.10.5",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"@svgr/webpack": "^5.4.0",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.0.2",
|
|
"@welldone-software/why-did-you-render": "^5.0.0-alpha.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^26.3.0",
|
|
"babel-preset-gatsby": "^0.5.9",
|
|
"chalk": "^4.1.0",
|
|
"eslint": "^7.9.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-graphql": "^4.0.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-react": "^7.20.6",
|
|
"eslint-plugin-react-hooks": "^4.1.0",
|
|
"eslint-plugin-testing-library": "^3.8.0",
|
|
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.12",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^26.4.2",
|
|
"jest-canvas-mock": "^2.2.0",
|
|
"js-yaml": "^3.14.0",
|
|
"ora": "^5.1.0",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"prepend": "^1.0.2",
|
|
"prettier": "^2.1.1",
|
|
"slugify": "^1.4.5",
|
|
"stylelint": "^13.7.0",
|
|
"stylelint-config-prettier": "^8.0.2",
|
|
"stylelint-prettier": "^1.1.2"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|