mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 04:32:32 +02:00
Update
This commit is contained in:
59
package.json
59
package.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"name": "gatsby-starter-lumen",
|
||||
"description": "Simple starter for Gatsby",
|
||||
"main": "n/a",
|
||||
@@ -16,53 +16,54 @@
|
||||
},
|
||||
"keywords": [
|
||||
"gatsby",
|
||||
"lumen",
|
||||
"starter"
|
||||
"blog",
|
||||
"react"
|
||||
],
|
||||
"author": "Alexander Shelepenok <a.shelepenok@gmail.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"babel-plugin-add-module-exports": "^0.2.1",
|
||||
"babel-preset-es2015": "^6.9.0",
|
||||
"babel-preset-es2015": "^6.13.2",
|
||||
"babel-preset-react": "^6.11.1",
|
||||
"babel-preset-stage-0": "^6.5.0",
|
||||
"classnames": "^2.1.2",
|
||||
"front-matter": "^2.0.8",
|
||||
"gatsby": "^0.12.0",
|
||||
"history": "^2.1.1",
|
||||
"lodash": "^4.14.1",
|
||||
"markdown-it": "^6.0.2",
|
||||
"moment": "^2.14.1",
|
||||
"react": "^15.3.0",
|
||||
"react-dom": "^15.3.0",
|
||||
"front-matter": "^2.1.0",
|
||||
"gatsby": "^0.12.28",
|
||||
"history": "^2.1.2",
|
||||
"lodash": "^4.17.2",
|
||||
"moment": "^2.17.1",
|
||||
"react": "^15.4.1",
|
||||
"react-dom": "^15.4.1",
|
||||
"react-ga": "^2.1.2",
|
||||
"react-helmet": "^3.2.2",
|
||||
"react-helmet": "^4.0.0",
|
||||
"react-router": "^2.6.1",
|
||||
"safe-access": "^0.1.0",
|
||||
"underscore.string": "^3.2.3"
|
||||
"underscore.string": "^3.2.3",
|
||||
"raw-loader": "^0.5.1",
|
||||
"url-loader": "^0.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^6.3.7",
|
||||
"babel-core": "^6.11.4",
|
||||
"babel-loader": "^6.2.4",
|
||||
"babel-core": "^6.13.2",
|
||||
"babel-loader": "^6.2.5",
|
||||
"babel-preset-react-hmre": "^1.1.1",
|
||||
"css-loader": "^0.23.1",
|
||||
"eslint": "^3.2.2",
|
||||
"eslint-config-airbnb": "^10.0.0",
|
||||
"eslint-plugin-import": "^1.12.0",
|
||||
"eslint-plugin-jsx-a11y": "^2.0.1",
|
||||
"eslint-plugin-react": "^6.0.0",
|
||||
"file-loader": "^0.9.0",
|
||||
"gh-pages": "^0.11.0",
|
||||
"css-loader": "^0.26.1",
|
||||
"eslint": "^3.x",
|
||||
"eslint-config-airbnb": "^13.0.0",
|
||||
"eslint-plugin-import": "^2.2.x",
|
||||
"eslint-plugin-jsx-a11y": "^2.2.3",
|
||||
"eslint-plugin-react": "^6.8.0",
|
||||
"file-loader": "^0.10.0",
|
||||
"gh-pages": "^0.12.0",
|
||||
"image-webpack-loader": "^2.0.0",
|
||||
"lost": "^7.0.3",
|
||||
"lost": "^8.0.0",
|
||||
"null-loader": "^0.1.1",
|
||||
"postcss-loader": "^0.9.1",
|
||||
"postcss-loader": "^1.2.2",
|
||||
"react-transform-catch-errors": "^1.0.2",
|
||||
"react-transform-hmr": "^1.0.4",
|
||||
"redbox-react": "^1.2.10",
|
||||
"rucksack-css": "^0.8.5",
|
||||
"redbox-react": "^1.3.0",
|
||||
"rucksack-css": "^0.9.1",
|
||||
"style-loader": "^0.13.1",
|
||||
"webpack": "^1.13.1"
|
||||
"webpack": "^1.13.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user