1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-30 05:31:56 +02:00
blog/package.json

87 lines
2.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": {
2018-07-21 19:26:11 +02:00
"start": "npm run svg && gatsby develop",
"build": "npm run svg && gatsby build",
2018-07-11 17:56:13 +02:00
"format": "prettier --write 'src/**/*.{js,jsx}'",
"format:css": "prettier-stylelint --write --quiet 'src/**/*.{css,scss}'",
2018-07-17 23:33:55 +02:00
"lint:js": "eslint ./gatsby-*.js && eslint ./src/**/*.jsx",
2018-07-11 17:56:13 +02:00
"lint:css": "stylelint ./src/**/*.{css,scss}",
2018-07-21 19:26:11 +02:00
"lint": "npm run svg && npm run lint:js && npm run lint:css",
2018-07-11 17:56:13 +02:00
"test": "npm run lint",
2018-07-21 19:26:11 +02:00
"deploy": "./scripts/deploy.sh",
"svg": "./scripts/svg.sh"
2015-11-20 15:53:49 +01:00
},
2017-05-28 04:24:33 +02:00
"browserslist": [
2017-09-09 01:40:23 +02:00
"last 3 versions"
2017-05-28 04:24:33 +02:00
],
2015-05-31 20:23:26 +02:00
"dependencies": {
2018-09-07 13:08:01 +02:00
"fast-exif": "^1.0.1",
2018-09-12 22:36:50 +02:00
"fractional": "^1.0.0",
2018-09-11 23:27:05 +02:00
"gatsby": "^2.0.0-rc.21",
2018-09-04 02:57:39 +02:00
"gatsby-awesome-pagination": "^0.1.1",
2018-09-11 23:27:05 +02:00
"gatsby-image": "^2.0.0-rc.2",
"gatsby-plugin-catch-links": "^2.0.2-rc.1",
2018-08-28 23:28:42 +02:00
"gatsby-plugin-lunr": "^1.1.0",
2018-08-29 00:14:58 +02:00
"gatsby-plugin-matomo": "^0.5.0",
2018-08-30 17:23:55 +02:00
"gatsby-plugin-meta-redirect": "^1.1.0",
"gatsby-plugin-react-helmet": "^3.0.0-rc.1",
2018-09-06 19:23:34 +02:00
"gatsby-plugin-sass": "^2.0.0-rc.2",
2018-09-11 23:27:05 +02:00
"gatsby-plugin-sharp": "^2.0.0-rc.7",
"gatsby-plugin-sitemap": "^2.0.0-rc.1",
2018-08-30 14:23:51 +02:00
"gatsby-redirect-from": "0.1.0",
"gatsby-remark-autolink-headers": "^2.0.0-rc.1",
2018-09-11 23:27:05 +02:00
"gatsby-remark-copy-linked-files": "^2.0.0-rc.5",
"gatsby-remark-images": "^2.0.1-rc.5",
"gatsby-remark-prismjs": "^3.0.0-rc.2",
"gatsby-remark-smartypants": "^2.0.0-rc.1",
2018-09-11 23:27:05 +02:00
"gatsby-source-filesystem": "^2.0.1-rc.6",
"gatsby-transformer-remark": "^2.1.1-rc.5",
2018-09-07 13:08:01 +02:00
"gatsby-transformer-sharp": "^2.1.1-rc.3",
2018-09-11 23:27:05 +02:00
"gatsby-transformer-yaml": "^2.1.1-rc.6",
2018-07-11 17:56:13 +02:00
"graphql": "^0.13.2",
2018-07-18 00:24:11 +02:00
"intersection-observer": "^0.5.0",
2018-08-29 00:14:58 +02:00
"node-sass": "^4.9.3",
2018-07-22 01:40:26 +02:00
"nord": "^0.2.1",
2018-07-18 02:19:32 +02:00
"prismjs": "^1.15.0",
2018-09-06 19:23:34 +02:00
"react": "^16.5.0",
2018-08-14 21:12:30 +02:00
"react-clipboard.js": "^2.0.0",
2018-09-06 19:23:34 +02:00
"react-dom": "^16.5.0",
2018-07-11 17:56:13 +02:00
"react-helmet": "^5.2.0",
2018-08-14 21:12:30 +02:00
"react-modal": "^3.5.1",
"react-qr-svg": "^2.1.0",
2018-07-19 02:22:01 +02:00
"react-time": "^4.3.0",
2018-08-27 19:42:09 +02:00
"react-transition-group": "^2.4.0",
2018-08-29 00:14:58 +02:00
"slugify": "^1.3.1"
2015-05-31 20:23:26 +02:00
},
"devDependencies": {
2018-09-03 17:33:21 +02:00
"@svgr/cli": "^2.3.0",
2018-08-29 00:14:58 +02:00
"babel-eslint": "^9.0.0",
2018-09-03 17:33:21 +02:00
"eslint": "^5.5.0",
2018-08-29 00:14:58 +02:00
"eslint-config-prettier": "^3.0.1",
2018-07-19 23:04:41 +02:00
"eslint-loader": "^2.1.0",
2018-07-11 17:56:13 +02:00
"eslint-plugin-graphql": "^2.1.1",
"eslint-plugin-prettier": "^2.6.2",
2018-08-21 15:38:08 +02:00
"eslint-plugin-react": "^7.11.1",
2018-08-29 00:14:58 +02:00
"prettier": "^1.14.2",
2018-07-11 17:56:13 +02:00
"prettier-stylelint": "^0.4.2",
2018-08-21 15:38:08 +02:00
"stylelint": "^9.5.0",
2018-07-21 22:21:00 +02:00
"stylelint-config-css-modules": "^1.3.0",
2018-07-18 23:04:01 +02:00
"stylelint-config-standard": "^18.2.0",
2018-08-12 23:33:38 +02:00
"stylelint-scss": "^3.3.0"
2015-05-31 20:23:26 +02:00
},
"engines": {
2018-07-11 17:56:13 +02: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
}