1
0
Fork 0
blog/package.json

135 lines
4.7 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",
2021-03-21 21:50:46 +01:00
"build": "gatsby build",
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",
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-05-23 13:38:15 +02:00
"@ethersproject/providers": "^5.2.0",
"@ethersproject/units": "^5.2.0",
"@loadable/component": "^5.15.0",
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",
2021-05-23 13:38:15 +02:00
"classnames": "^2.3.1",
"date-fns": "^2.21.3",
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",
"fraction.js": "^4.1.1",
2021-06-11 22:02:15 +02:00
"gatsby": "^3.7.1",
"gatsby-plugin-catch-links": "^3.7.1",
"gatsby-plugin-feed": "^3.7.1",
"gatsby-plugin-image": "^1.7.1",
2019-08-13 11:49:15 +02:00
"gatsby-plugin-lunr": "^1.5.2",
2021-06-11 22:02:15 +02:00
"gatsby-plugin-manifest": "^3.7.1",
2021-05-23 13:38:15 +02:00
"gatsby-plugin-matomo": "^0.10.0",
2018-11-05 23:36:59 +01:00
"gatsby-plugin-meta-redirect": "^1.1.1",
2021-06-11 22:02:15 +02:00
"gatsby-plugin-offline": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-plugin-sitemap": "^4.3.1",
2021-03-06 01:35:05 +01:00
"gatsby-plugin-svgr": "^3.0.0-beta.0",
2021-05-23 13:38:15 +02:00
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.22",
2021-03-14 01:34:04 +01:00
"gatsby-plugin-webpack-size": "^2.0.1",
2021-05-23 13:38:15 +02:00
"gatsby-redirect-from": "^0.4.1",
2021-06-11 22:02:15 +02:00
"gatsby-remark-autolink-headers": "^4.4.1",
"gatsby-remark-copy-linked-files": "^4.4.1",
"gatsby-remark-images": "^5.4.1",
2020-05-10 23:50:59 +02:00
"gatsby-remark-images-medium-zoom": "^1.7.0",
2021-06-11 22:02:15 +02:00
"gatsby-remark-smartypants": "^4.4.1",
2021-03-21 20:36:18 +01:00
"gatsby-remark-vscode": "^3.2.1",
2021-06-11 22:02:15 +02:00
"gatsby-source-filesystem": "^3.7.1",
"gatsby-source-graphql": "^3.7.1",
"gatsby-transformer-remark": "^4.4.1",
"gatsby-transformer-sharp": "^3.7.1",
2020-09-07 10:57:02 +02:00
"node-fetch": "^2.6.1",
"nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",
2021-03-21 20:36:18 +01:00
"pigeon-maps": "^0.19.5",
2018-09-14 00:35:40 +02:00
"pigeon-marker": "^0.3.4",
"react": "^17.0.2",
"react-clipboard.js": "^2.0.16",
"react-dom": "^17.0.2",
2021-01-30 18:46:16 +01:00
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
2021-05-23 13:38:15 +02:00
"react-qr-svg": "^2.4.0",
2021-06-11 22:02:15 +02:00
"react-side-effect": "^2.1.1",
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-05-23 13:38:15 +02:00
"slugify": "^1.5.3"
2015-05-31 20:23:26 +02:00
},
"devDependencies": {
2021-01-30 18:46:16 +01:00
"@svgr/webpack": "^5.5.0",
2021-05-23 13:38:15 +02:00
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@types/classnames": "^2.3.1",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
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-05-23 13:38:15 +02:00
"@types/node": "^15.6.0",
"@types/node-fetch": "^2.5.10",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/react-helmet": "^6.1.1",
"@types/react-transition-group": "^4.4.1",
2020-05-22 14:38:19 +02:00
"@types/shortid": "^0.0.29",
2021-05-23 13:38:15 +02:00
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@welldone-software/why-did-you-render": "^6.1.4",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.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-05-23 13:38:15 +02:00
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-testing-library": "^4.6.0",
2021-05-23 13:38:15 +02:00
"fs-extra": "^10.0.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-03-21 20:36:18 +01:00
"ora": "^5.4.0",
2021-05-23 13:38:15 +02:00
"postcss": "^8.3.0",
"prettier": "^2.3.0",
2020-11-12 01:52:13 +01:00
"shortid": "^2.2.16",
2021-05-23 13:38:15 +02:00
"stylelint": "^13.13.1",
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-05-23 13:38:15 +02:00
"stylelint-config-standard": "^22.0.0",
2021-02-28 23:44:27 +01:00
"stylelint-prettier": "^1.2.0",
"ts-node": "^10.0.0",
2021-05-23 13:38:15 +02:00
"typescript": "^4.2.4",
2021-03-14 01:34:04 +01:00
"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
}