2018-03-18 20:39:18 +01:00
|
|
|
{
|
2018-07-11 15:54:32 +02:00
|
|
|
"name": "@kremalicious/portfolio",
|
2018-09-21 21:55:43 +02:00
|
|
|
"description": "Portfolio thingy, built with Gatsby",
|
2018-03-18 20:39:18 +01:00
|
|
|
"version": "0.1.0",
|
2018-05-14 20:10:59 +02:00
|
|
|
"homepage": "https://matthiaskretschmann.com",
|
|
|
|
"repository": "github:kremalicious/portfolio",
|
|
|
|
"bugs": "https://github.com/kremalicious/portfolio/issues",
|
|
|
|
"license": "MIT",
|
|
|
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
2018-04-22 16:02:34 +02:00
|
|
|
"scripts": {
|
2019-11-12 22:20:34 +01:00
|
|
|
"start": "gatsby develop --host 0.0.0.0",
|
2018-12-08 20:27:45 +01:00
|
|
|
"ssr": "npm run build && serve -s public/",
|
2018-08-05 19:04:36 +02:00
|
|
|
"lint:js": "eslint ./gatsby-*.js && eslint ./src/**/*.{js,jsx}",
|
2018-04-25 23:37:23 +02:00
|
|
|
"lint:css": "stylelint ./src/**/*.{css,scss}",
|
2018-09-20 19:06:46 +02:00
|
|
|
"lint": "npm run lint:js && npm run lint:css",
|
2019-06-10 02:52:44 +02:00
|
|
|
"build": "gatsby build",
|
2019-04-28 00:18:40 +02:00
|
|
|
"format": "prettier --write 'src/**/*.{js,jsx}'",
|
|
|
|
"format:css": "prettier-stylelint --write --quiet 'src/**/*.{css,scss}'",
|
2019-11-19 23:10:50 +01:00
|
|
|
"test": "npm run lint && jest --coverage --silent",
|
2019-04-16 03:59:21 +02:00
|
|
|
"test:watch": "npm run lint && jest --coverage --watch",
|
2018-05-14 01:50:11 +02:00
|
|
|
"deploy": "./scripts/deploy.sh",
|
2019-11-12 00:05:54 +01:00
|
|
|
"new": "babel-node ./scripts/new.js"
|
2018-04-22 16:02:34 +02:00
|
|
|
},
|
2018-03-18 20:39:18 +01:00
|
|
|
"dependencies": {
|
2019-12-10 20:29:05 +01:00
|
|
|
"@loadable/component": "^5.11.0",
|
2019-05-30 18:18:15 +02:00
|
|
|
"axios": "^0.19.0",
|
2019-07-25 14:59:24 +02:00
|
|
|
"file-saver": "^2.0.2",
|
2019-12-31 18:28:45 +01:00
|
|
|
"gatsby": "^2.18.17",
|
|
|
|
"gatsby-image": "^2.2.37",
|
|
|
|
"gatsby-plugin-manifest": "^2.2.34",
|
2019-06-24 21:31:21 +02:00
|
|
|
"gatsby-plugin-matomo": "^0.7.2",
|
2019-12-31 18:28:45 +01:00
|
|
|
"gatsby-plugin-offline": "^3.0.30",
|
2019-12-10 20:29:05 +01:00
|
|
|
"gatsby-plugin-react-helmet": "^3.1.18",
|
|
|
|
"gatsby-plugin-sass": "^2.1.26",
|
2019-12-31 18:28:45 +01:00
|
|
|
"gatsby-plugin-sharp": "^2.3.10",
|
2019-12-10 20:29:05 +01:00
|
|
|
"gatsby-plugin-sitemap": "^2.2.24",
|
2019-03-19 23:21:07 +01:00
|
|
|
"gatsby-plugin-svgr": "^2.0.2",
|
2019-11-28 19:58:49 +01:00
|
|
|
"gatsby-plugin-use-dark-mode": "^1.1.2",
|
2019-10-23 13:20:31 +02:00
|
|
|
"gatsby-plugin-webpack-size": "^1.0.0",
|
2019-12-31 18:28:45 +01:00
|
|
|
"gatsby-source-filesystem": "^2.1.43",
|
2019-12-10 20:29:05 +01:00
|
|
|
"gatsby-transformer-json": "^2.2.22",
|
|
|
|
"gatsby-transformer-sharp": "^2.3.9",
|
|
|
|
"gatsby-transformer-yaml": "^2.2.20",
|
2018-10-23 00:50:50 +02:00
|
|
|
"giphy-js-sdk-core": "^1.0.6",
|
2019-10-06 17:14:51 +02:00
|
|
|
"graphql": "^14.5.8",
|
2019-05-10 23:37:06 +02:00
|
|
|
"intersection-observer": "^0.7.0",
|
2019-11-16 13:37:25 +01:00
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-dom": "^16.12.0",
|
2019-11-13 11:59:59 +01:00
|
|
|
"react-feather": "^2.0.3",
|
2019-06-10 02:52:44 +02:00
|
|
|
"react-helmet": "^5.2.1",
|
2019-11-16 13:37:25 +01:00
|
|
|
"react-pose": "^4.0.10",
|
2019-11-12 00:45:08 +01:00
|
|
|
"remark": "^11.0.2",
|
2019-11-08 23:00:47 +01:00
|
|
|
"remark-breaks": "^1.0.3",
|
2019-07-19 13:52:32 +02:00
|
|
|
"remark-html": "^10.0.0",
|
2019-11-12 00:45:08 +01:00
|
|
|
"remark-parse": "^7.0.2",
|
2019-11-08 23:00:47 +01:00
|
|
|
"remark-react": "^6.0.0",
|
2019-11-10 15:29:23 +01:00
|
|
|
"shortid": "^2.2.15",
|
2019-11-28 19:58:49 +01:00
|
|
|
"use-dark-mode": "^2.3.1",
|
2019-10-23 13:20:31 +02:00
|
|
|
"vcf": "^2.0.6"
|
2018-03-18 20:39:18 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-31 18:28:45 +01:00
|
|
|
"@babel/core": "^7.7.7",
|
|
|
|
"@babel/node": "^7.7.7",
|
|
|
|
"@babel/preset-env": "^7.7.7",
|
2019-07-14 00:43:09 +02:00
|
|
|
"@react-mock/localstorage": "^0.1.2",
|
2019-12-31 18:28:45 +01:00
|
|
|
"@svgr/webpack": "^5.0.1",
|
2020-01-17 01:11:31 +01:00
|
|
|
"@testing-library/jest-dom": "^5.0.0",
|
2019-12-14 13:38:46 +01:00
|
|
|
"@testing-library/react": "^9.4.0",
|
2020-01-27 17:40:06 +01:00
|
|
|
"@welldone-software/why-did-you-render": "^4.0.0",
|
2019-09-01 02:16:47 +02:00
|
|
|
"babel-eslint": "^10.0.3",
|
|
|
|
"babel-jest": "^24.9.0",
|
2019-12-14 13:38:46 +01:00
|
|
|
"babel-preset-gatsby": "^0.2.26",
|
2019-11-09 08:27:38 +01:00
|
|
|
"chalk": "^3.0.0",
|
2019-12-31 18:28:45 +01:00
|
|
|
"eslint": "^6.8.0",
|
|
|
|
"eslint-config-prettier": "^6.9.0",
|
2019-12-10 20:29:05 +01:00
|
|
|
"eslint-loader": "^3.0.3",
|
2019-12-31 18:28:45 +01:00
|
|
|
"eslint-plugin-graphql": "^3.1.1",
|
|
|
|
"eslint-plugin-prettier": "^3.1.2",
|
2019-12-10 20:29:05 +01:00
|
|
|
"eslint-plugin-react": "^7.17.0",
|
2019-11-16 13:37:25 +01:00
|
|
|
"eslint-plugin-react-hooks": "^2.3.0",
|
2019-12-14 13:38:46 +01:00
|
|
|
"eslint-plugin-testing-library": "^1.3.4",
|
2019-11-25 13:46:44 +01:00
|
|
|
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
|
2019-04-14 03:29:35 +02:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
2019-09-01 02:16:47 +02:00
|
|
|
"jest": "^24.9.0",
|
2019-11-07 20:26:36 +01:00
|
|
|
"jest-canvas-mock": "^2.2.0",
|
2019-06-10 02:52:44 +02:00
|
|
|
"js-yaml": "^3.13.1",
|
2019-11-07 20:26:36 +01:00
|
|
|
"node-sass": "^4.13.0",
|
2019-11-16 13:37:25 +01:00
|
|
|
"ora": "^4.0.3",
|
2018-05-14 01:50:11 +02:00
|
|
|
"prepend": "^1.0.2",
|
2019-11-12 00:45:08 +01:00
|
|
|
"prettier": "^1.19.1",
|
2019-04-28 00:18:40 +02:00
|
|
|
"prettier-stylelint": "^0.4.2",
|
2019-11-07 20:26:36 +01:00
|
|
|
"slugify": "^1.3.6",
|
2019-12-31 18:28:45 +01:00
|
|
|
"stylelint": "^12.0.1",
|
2019-11-18 09:00:53 +01:00
|
|
|
"stylelint-config-css-modules": "^2.1.0",
|
2019-11-28 19:58:49 +01:00
|
|
|
"stylelint-config-standard": "^19.0.0"
|
2018-03-18 20:39:18 +01:00
|
|
|
},
|
2018-05-25 16:43:04 +02:00
|
|
|
"browserslist": [
|
2019-10-23 13:20:31 +02:00
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
2018-05-25 16:43:04 +02:00
|
|
|
]
|
2018-03-18 20:39:18 +01:00
|
|
|
}
|