1
0
Fork 0
blog/package.json

131 lines
4.4 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": {
2018-09-24 22:28:07 +02:00
"start": "gatsby develop",
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/",
2019-10-02 13:35:50 +02:00
"test": "npm run lint && jest --coverage",
"test:watch": "npm run lint && jest --coverage --watch",
2018-10-26 00:54:55 +02:00
"rename:scrypt": "sed -i -e 's|./build/Release/scrypt|scrypt|g' node_modules/scrypt/index.js",
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 13:35:50 +02:00
"lint:js": "eslint --ignore-path .gitignore --ignore-path .prettierignore --ext .js,.jsx,.ts,.tsx .",
"lint:css": "stylelint 'src/**/*.{css,scss}'",
"lint:md": "markdownlint './**/*.{md,markdown}' --ignore './{node_modules,public,.cache,.git,coverage}/**/*'",
"format": "npm run lint:js -- --fix && npm run lint:css -- --fix",
2018-07-21 19:26:11 +02:00
"deploy": "./scripts/deploy.sh",
2018-09-24 01:09:50 +02:00
"new": "babel-node ./scripts/new.js"
2015-11-20 15:53:49 +01:00
},
2017-05-28 04:24:33 +02:00
"browserslist": [
2018-10-22 21:42:41 +02:00
"last 2 versions"
2017-05-28 04:24:33 +02:00
],
2015-05-31 20:23:26 +02:00
"dependencies": {
2018-09-14 00:35:40 +02:00
"dms2dec": "^1.1.0",
2018-09-07 13:08:01 +02:00
"fast-exif": "^1.0.1",
2019-01-04 18:51:03 +01:00
"fraction.js": "^4.0.12",
2019-10-02 13:35:50 +02:00
"gatsby": "^2.15.28",
"gatsby-image": "^2.2.23",
"gatsby-plugin-catch-links": "^2.1.12",
"gatsby-plugin-feed": "^2.3.15",
2019-08-13 11:49:15 +02:00
"gatsby-plugin-lunr": "^1.5.2",
2019-10-02 13:35:50 +02:00
"gatsby-plugin-manifest": "^2.2.20",
2019-06-24 21:36:49 +02:00
"gatsby-plugin-matomo": "^0.7.2",
2018-11-05 23:36:59 +01:00
"gatsby-plugin-meta-redirect": "^1.1.1",
2019-09-06 22:32:11 +02:00
"gatsby-plugin-offline": "^2.2.10",
2019-10-02 13:35:50 +02:00
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sass": "^2.1.17",
"gatsby-plugin-sharp": "^2.2.27",
"gatsby-plugin-sitemap": "^2.2.16",
2019-03-19 23:16:47 +01:00
"gatsby-plugin-svgr": "^2.0.2",
2019-10-02 13:35:50 +02:00
"gatsby-plugin-typescript": "^2.1.11",
2019-06-24 21:36:49 +02:00
"gatsby-plugin-webpack-size": "^1.0.0",
2019-06-11 01:34:11 +02:00
"gatsby-redirect-from": "^0.2.1",
2019-10-02 13:35:50 +02:00
"gatsby-remark-autolink-headers": "^2.1.13",
"gatsby-remark-copy-linked-files": "^2.1.23",
"gatsby-remark-images": "^3.1.25",
"gatsby-remark-smartypants": "^2.1.11",
2019-09-06 22:32:11 +02:00
"gatsby-remark-vscode": "^1.2.0",
2019-10-02 13:35:50 +02:00
"gatsby-source-filesystem": "^2.1.28",
"gatsby-source-graphql": "^2.1.17",
"gatsby-transformer-remark": "^2.6.26",
"gatsby-transformer-sharp": "^2.2.19",
"graphql": "^14.5.8",
"intersection-observer": "^0.7.0",
2019-01-08 21:59:55 +01:00
"js-scrypt": "^0.2.0",
2018-09-25 22:32:38 +02:00
"load-script": "^1.0.0",
"pigeon-maps": "^0.14.0",
2018-09-14 00:35:40 +02:00
"pigeon-marker": "^0.3.4",
2019-10-02 13:35:50 +02:00
"react": "^16.10.1",
2019-02-03 19:11:06 +01:00
"react-blockies": "^1.4.1",
2019-06-24 21:36:49 +02:00
"react-clipboard.js": "^2.0.13",
2019-10-02 13:35:50 +02:00
"react-dom": "^16.10.1",
2019-05-02 21:11:52 +02:00
"react-helmet": "^5.2.1",
2019-09-06 22:32:11 +02:00
"react-modal": "^3.10.1",
2019-03-19 23:16:47 +01:00
"react-pose": "^4.0.8",
2019-02-11 21:05:21 +01:00
"react-qr-svg": "^2.2.1",
2018-07-19 02:22:01 +02:00
"react-time": "^4.3.0",
2019-09-06 22:32:11 +02:00
"react-transition-group": "^4.3.0",
2019-08-13 11:49:15 +02:00
"remark": "^11.0.1",
"remark-react": "^6.0.0",
2018-12-15 21:00:14 +01:00
"slugify": "^1.3.4",
2019-08-13 11:49:15 +02:00
"web3": "^1.2.1"
2015-05-31 20:23:26 +02:00
},
"devDependencies": {
2019-10-02 13:35:50 +02:00
"@babel/node": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-typescript": "^7.6.0",
"@svgr/webpack": "^4.3.3",
2019-09-06 22:32:11 +02:00
"@testing-library/jest-dom": "^4.1.0",
2019-10-02 13:35:50 +02:00
"@testing-library/react": "^9.2.0",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.8",
"@types/react": "^16.9.4",
"@types/react-dom": "^16.9.1",
"@types/react-helmet": "^5.0.11",
"@types/react-modal": "^3.8.3",
"@types/react-transition-group": "^4.2.2",
"@types/web3": "^1.0.20",
"@typescript-eslint/eslint-plugin": "^2.3.2",
"@typescript-eslint/parser": "^2.3.2",
2019-09-06 22:32:11 +02:00
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
2019-10-02 13:35:50 +02:00
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.3.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-graphql": "^3.1.0",
2019-07-15 13:20:41 +02:00
"eslint-plugin-jsx-a11y": "^6.2.3",
2019-09-19 19:41:19 +02:00
"eslint-plugin-prettier": "^3.1.1",
2019-10-02 13:35:50 +02:00
"eslint-plugin-react": "^7.15.0",
2019-07-15 13:20:41 +02:00
"fs-extra": "^8.1.0",
2019-05-02 21:11:52 +02:00
"identity-obj-proxy": "^3.0.0",
2019-09-06 22:32:11 +02:00
"jest": "^24.9.0",
"markdownlint-cli": "^0.18.0",
2019-06-11 01:34:11 +02:00
"node-sass": "^4.12.0",
2018-12-01 20:38:05 +01:00
"npm-run-all": "^4.1.5",
"ora": "^4.0.0",
2019-04-13 22:52:58 +02:00
"pify": "^4.0.1",
2019-06-11 01:34:11 +02:00
"prettier": "^1.18.2",
2018-07-11 17:56:13 +02:00
"prettier-stylelint": "^0.4.2",
"stylelint": "^11.0.0",
2019-09-19 19:41:19 +02:00
"stylelint-config-css-modules": "^1.5.0",
2019-10-02 13:35:50 +02:00
"stylelint-config-prettier": "^6.0.0",
"stylelint-config-standard": "^19.0.0",
2019-10-02 13:35:50 +02:00
"stylelint-prettier": "^1.1.1",
"typescript": "^3.6.3",
2018-11-17 16:14:37 +01:00
"why-did-you-update": "^1.0.6"
2015-05-31 20:23:26 +02:00
},
"engines": {
2018-11-07 01:40:21 +01:00
"node": ">=10.0.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
}