1
0
Fork 0
blog/package.json

136 lines
4.8 KiB
JSON
Raw Normal View History

2013-11-18 01:08:13 +01:00
{
2018-07-11 17:56:13 +02:00
"name": "@kremalicious/blog",
"version": "4.0.0",
"author": "Matthias Kretschmann <m@kretschmann.io>",
2018-07-20 16:02:05 +02:00
"description": "Blog of Designer & Developer Matthias Kretschmann",
2015-06-07 03:11:46 +02:00
"homepage": "https://kremalicious.com",
2015-06-07 00:44:18 +02:00
"license": "MIT",
2018-07-11 17:56:13 +02:00
"main": "index.js",
2015-11-20 15:53:49 +01:00
"scripts": {
2019-11-16 16:10:34 +01:00
"start": "gatsby develop --host 0.0.0.0",
2019-01-08 21:59:55 +01:00
"build": "gatsby build && npm run copy",
2018-09-30 03:11:08 +02:00
"ssr": "npm run build && serve -s public/",
2020-07-02 20:32:16 +02:00
"test": "npm run lint && jest -c jest/jest.config.js --coverage --silent",
"test:watch": "npm run lint && jest -c jest/jest.config.js --coverage --watch",
2018-11-02 15:13:22 +01:00
"copy": "cp -R content/media/ public",
2019-07-15 19:42:13 +02:00
"lint": "run-p --continue-on-error lint:js lint:css lint:md",
2019-10-02 20:48:59 +02:00
"lint:js": "eslint --ignore-path .gitignore --ext .js,.jsx,.ts,.tsx .",
2021-03-04 01:20:39 +01:00
"lint:css": "stylelint 'src/**/*.css'",
2019-10-02 13:35:50 +02:00
"lint:md": "markdownlint './**/*.{md,markdown}' --ignore './{node_modules,public,.cache,.git,coverage}/**/*'",
2021-03-04 01:20:39 +01:00
"format": "prettier --ignore-path .gitignore --write '**/*.{js,jsx,ts,tsx,md,json,css}'",
2019-10-11 23:50:03 +02:00
"tsc": "tsc --noEmit",
2021-01-30 21:44:40 +01:00
"deploy": "./scripts/deploy-s3.sh",
2021-02-28 04:09:56 +01:00
"new": "ts-node ./scripts/new.ts"
2015-11-20 15:53:49 +01:00
},
2017-05-28 04:24:33 +02:00
"browserslist": [
2019-10-03 03:23:47 +02:00
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
2017-05-28 04:24:33 +02:00
],
2015-05-31 20:23:26 +02:00
"dependencies": {
2021-03-13 04:11:44 +01:00
"@ethersproject/providers": "^5.0.24",
"@ethersproject/units": "^5.0.11",
2020-11-12 01:52:13 +01:00
"@loadable/component": "^5.14.1",
2021-02-28 23:44:27 +01:00
"@web3-react/core": "^6.1.9",
2020-02-09 23:22:43 +01:00
"@web3-react/injected-connector": "^6.0.7",
2019-10-03 19:18:01 +02:00
"classnames": "^2.2.6",
2021-03-13 04:11:44 +01:00
"date-fns": "^2.19.0",
2018-09-14 00:35:40 +02:00
"dms2dec": "^1.1.0",
"ethereum-blockies": "github:MyEtherWallet/blockies",
2018-09-07 13:08:01 +02:00
"fast-exif": "^1.0.1",
2020-04-11 23:37:19 +02:00
"feather-icons": "^4.28.0",
2021-01-30 18:46:16 +01:00
"fraction.js": "^4.0.13",
2021-03-13 04:11:44 +01:00
"gatsby": "^3.0.4",
2021-03-06 01:35:05 +01:00
"gatsby-plugin-catch-links": "^3.0.0",
"gatsby-plugin-feed": "^3.0.0",
2021-03-13 04:11:44 +01:00
"gatsby-plugin-image": "^1.0.1",
2019-08-13 11:49:15 +02:00
"gatsby-plugin-lunr": "^1.5.2",
2021-03-06 01:35:05 +01:00
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-matomo": "^0.9.0",
2018-11-05 23:36:59 +01:00
"gatsby-plugin-meta-redirect": "^1.1.1",
2021-03-06 01:35:05 +01:00
"gatsby-plugin-offline": "^4.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
2021-03-13 04:11:44 +01:00
"gatsby-plugin-sharp": "^3.0.1",
2021-03-06 01:35:05 +01:00
"gatsby-plugin-sitemap": "^3.0.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
2021-03-14 01:34:04 +01:00
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.21",
"gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-redirect-from": "^0.3.0",
2021-03-06 01:35:05 +01:00
"gatsby-remark-autolink-headers": "^3.0.0",
2020-03-04 19:53:26 +01:00
"gatsby-remark-breaks": "^1.0.0",
2021-03-06 01:35:05 +01:00
"gatsby-remark-copy-linked-files": "^3.0.0",
"gatsby-remark-images": "^4.0.0",
2020-05-10 23:50:59 +02:00
"gatsby-remark-images-medium-zoom": "^1.7.0",
2021-03-06 01:35:05 +01:00
"gatsby-remark-smartypants": "^3.0.0",
2020-11-12 01:52:13 +01:00
"gatsby-remark-vscode": "^3.2.0",
2021-03-06 01:35:05 +01:00
"gatsby-source-filesystem": "^3.0.0",
"gatsby-source-graphql": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
2020-09-07 10:57:02 +02:00
"node-fetch": "^2.6.1",
"nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",
2021-02-17 01:09:55 +01:00
"pigeon-maps": "^0.17.1",
2018-09-14 00:35:40 +02:00
"pigeon-marker": "^0.3.4",
2021-03-06 01:35:05 +01:00
"react": "^17.0.1",
"react-clipboard.js": "^2.0.16",
2021-03-06 01:35:05 +01:00
"react-dom": "^17.0.1",
2021-01-30 18:46:16 +01:00
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
2020-11-12 01:52:13 +01:00
"react-qr-svg": "^2.3.0",
2020-05-07 22:47:08 +02:00
"react-transition-group": "^4.4.1",
2020-10-19 07:18:45 +02:00
"remark": "^13.0.0",
"remark-react": "^8.0.0",
2021-03-13 04:11:44 +01:00
"slugify": "^1.4.7"
2015-05-31 20:23:26 +02:00
},
"devDependencies": {
2021-01-30 18:46:16 +01:00
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.11.9",
2021-02-17 01:09:55 +01:00
"@testing-library/react": "^11.2.5",
2020-11-12 01:52:13 +01:00
"@types/classnames": "^2.2.11",
2021-03-13 04:11:44 +01:00
"@types/fs-extra": "^9.0.8",
2021-01-30 18:46:16 +01:00
"@types/jest": "^26.0.20",
2021-02-17 01:09:55 +01:00
"@types/loadable__component": "^5.13.3",
2020-04-03 14:15:24 +02:00
"@types/lunr": "^2.3.3",
2021-03-13 04:11:44 +01:00
"@types/node": "^14.14.34",
2021-01-30 18:46:16 +01:00
"@types/node-fetch": "^2.5.8",
2021-03-13 04:11:44 +01:00
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
2020-08-08 10:39:09 +02:00
"@types/react-helmet": "^6.1.0",
"@types/react-transition-group": "^4.4.0",
2020-05-22 14:38:19 +02:00
"@types/shortid": "^0.0.29",
2021-03-13 04:11:44 +01:00
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
2021-03-14 01:34:04 +01:00
"@welldone-software/why-did-you-render": "^6.1.1",
2021-03-13 04:11:44 +01:00
"eslint": "^7.22.0",
2021-02-28 23:44:27 +01:00
"eslint-config-prettier": "^8.1.0",
2020-06-01 12:50:14 +02:00
"eslint-plugin-graphql": "^4.0.0",
2020-11-12 01:52:13 +01:00
"eslint-plugin-jsx-a11y": "^6.4.1",
2021-01-30 18:46:16 +01:00
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-testing-library": "^3.10.1",
"fs-extra": "^9.1.0",
2019-05-02 21:11:52 +02:00
"identity-obj-proxy": "^3.0.0",
2020-11-12 01:52:13 +01:00
"jest": "^26.6.3",
2021-03-14 01:34:04 +01:00
"markdownlint-cli": "^0.27.1",
2019-10-05 00:30:38 +02:00
"node-iptc": "^1.0.5",
2018-12-01 20:38:05 +01:00
"npm-run-all": "^4.1.5",
2021-01-30 18:46:16 +01:00
"ora": "^5.3.0",
2021-03-13 04:11:44 +01:00
"postcss": "^8.2.8",
2021-01-30 18:46:16 +01:00
"prettier": "^2.2.1",
2020-11-12 01:52:13 +01:00
"shortid": "^2.2.16",
2021-03-13 04:11:44 +01:00
"stylelint": "^13.12.0",
2020-01-13 21:27:47 +01:00
"stylelint-config-css-modules": "^2.2.0",
2020-06-22 08:16:21 +02:00
"stylelint-config-prettier": "^8.0.2",
2021-03-14 01:34:04 +01:00
"stylelint-config-standard": "^21.0.0",
2021-02-28 23:44:27 +01:00
"stylelint-prettier": "^1.2.0",
2021-02-28 04:09:56 +01:00
"ts-node": "^9.1.1",
2021-03-14 01:34:04 +01:00
"typescript": "^4.2.3",
"typescript-plugin-css-modules": "^3.2.0"
2015-05-31 20:23:26 +02:00
},
"repository": {
"type": "git",
2018-07-11 17:56:13 +02:00
"url": "https://github.com/kremalicious/blog.git"
2015-05-31 20:23:26 +02:00
}
2013-11-18 01:08:13 +01:00
}