1
0
Fork 0
blog/package.json

81 lines
2.6 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>",
2015-05-31 20:23:26 +02:00
"description": "Blog of 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-11 17:56:13 +02:00
"start": "gatsby develop",
"build": "gatsby build",
"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}",
"lint": "npm run lint:js && npm run lint:css",
"test": "npm run lint",
"deploy": "./scripts/deploy.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-07-06 13:58:30 +02:00
"clipboard": "^2.0.1",
2017-11-18 21:33:56 +01:00
"exif-js": "^2.3.0",
2018-07-20 15:52:17 +02:00
"gatsby": "^2.0.0-beta.54",
2018-07-17 23:33:55 +02:00
"gatsby-image": "^2.0.0-beta.6",
2018-07-19 23:04:41 +02:00
"gatsby-plugin-catch-links": "^1.0.24",
2018-07-11 17:56:13 +02:00
"gatsby-plugin-matomo": "^0.4.1",
"gatsby-plugin-react-helmet": "^3.0.0-beta.3",
"gatsby-plugin-sass": "^2.0.0-beta.5",
2018-07-17 23:33:55 +02:00
"gatsby-plugin-sharp": "^2.0.0-beta.5",
2018-07-11 17:56:13 +02:00
"gatsby-plugin-sitemap": "^2.0.0-beta.2",
2018-07-17 23:33:55 +02:00
"gatsby-remark-autolink-headers": "^2.0.0-beta.3",
2018-07-19 23:04:41 +02:00
"gatsby-remark-copy-linked-files": "^1.5.37",
2018-07-17 23:33:55 +02:00
"gatsby-remark-images": "^2.0.1-beta.7",
2018-07-18 02:19:32 +02:00
"gatsby-remark-prismjs": "^3.0.0-beta.3",
2018-07-11 17:56:13 +02:00
"gatsby-remark-smartypants": "^2.0.0-beta.2",
2018-07-20 15:23:57 +02:00
"gatsby-source-filesystem": "^2.0.1-beta.8",
2018-07-17 23:33:55 +02:00
"gatsby-transformer-remark": "^2.1.1-beta.3",
"gatsby-transformer-sharp": "^2.1.1-beta.5",
2018-07-11 17:56:13 +02:00
"gatsby-transformer-yaml": "^2.1.1-beta.2",
"graphql": "^0.13.2",
2018-07-18 00:24:11 +02:00
"intersection-observer": "^0.5.0",
2018-07-11 17:56:13 +02:00
"node-sass": "^4.9.2",
2017-08-27 23:17:26 +02:00
"normalize-css": "^2.3.1",
"normalize-opentype.css": "^0.2.4",
2018-07-18 02:19:32 +02:00
"prismjs": "^1.15.0",
2017-09-21 19:22:52 +02:00
"qrious": "^4.0.2",
2018-07-11 17:56:13 +02:00
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
2018-07-19 02:22:01 +02:00
"react-time": "^4.3.0",
2018-07-19 23:04:41 +02:00
"slugify": "^1.3.0",
2018-02-26 20:37:37 +01:00
"vex-js": "^4.1.0"
2015-05-31 20:23:26 +02:00
},
"devDependencies": {
2018-07-17 23:33:55 +02:00
"babel-eslint": "^8.2.6",
2018-07-11 17:56:13 +02:00
"eslint": "^5.1.0",
"eslint-config-prettier": "^2.9.0",
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",
"eslint-plugin-react": "^7.10.0",
"prettier": "^1.13.7",
"prettier-stylelint": "^0.4.2",
"stylelint": "^9.2.1",
"stylelint-config-css-modules": "^1.2.0",
2018-07-18 23:04:01 +02:00
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.1.3"
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
}