🔖 Upgrade to Gatsby 1.8.12

This commit is contained in:
wpioneer
2017-08-20 14:43:49 +03:00
parent 88481e75f0
commit a2f8738ea6
115 changed files with 4734 additions and 5018 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "2.0.0",
"name": "gatsby-starter-lumen",
"description": "Simple starter for Gatsby",
"main": "n/a",
@@ -8,8 +8,6 @@
"build": "gatsby build",
"clean:public": "rm -rf public",
"clean": "npm run clean:public",
"copy:files": "find ./pages -maxdepth 1 -type f -regextype posix-extended -regex '.+\\.(pdf|txt|png|jpg|jpeg|gif)$' -exec cp -v {} ./public ';'",
"copy": "npm run copy:files",
"lint": "./node_modules/.bin/eslint --cache --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-links && gh-pages -d public"
@@ -26,48 +24,39 @@
"author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
"license": "MIT",
"dependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"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.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": "^4.0.0",
"react-router": "^2.6.1",
"safe-access": "^0.1.0",
"underscore.string": "^3.2.3",
"raw-loader": "^0.5.1",
"url-loader": "^0.5.7"
"gatsby": "^1.8.12",
"gatsby-link": "^1.6.8",
"gatsby-plugin-catch-links": "^1.0.5",
"gatsby-plugin-google-analytics": "^1.0.4",
"gatsby-plugin-manifest": "^1.0.4",
"gatsby-plugin-postcss-sass": "^1.0.3",
"gatsby-plugin-feed": "^1.3.5",
"gatsby-plugin-sitemap": "^1.2.2",
"gatsby-plugin-offline": "^1.0.4",
"gatsby-plugin-preact": "^1.0.0",
"gatsby-plugin-react-helmet": "^1.0.3",
"gatsby-plugin-sharp": "^1.6.2",
"gatsby-remark-copy-linked-files": "^1.5.2",
"gatsby-remark-images": "^1.5.4",
"gatsby-remark-prismjs": "^1.2.1",
"gatsby-remark-responsive-iframe": "^1.4.3",
"gatsby-remark-smartypants": "^1.4.3",
"gatsby-source-filesystem": "^1.4.3",
"gatsby-transformer-remark": "^1.7.1",
"gatsby-transformer-sharp": "^1.6.1",
"typeface-roboto": "latest",
"lodash": "^4.17.2"
},
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-preset-react-hmre": "^1.1.1",
"css-loader": "^0.26.1",
"postcss-pxtorem": "^4.0.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",
"babel-eslint": "^7.2.3",
"file-loader": "^0.10.0",
"gh-pages": "^0.12.0",
"image-webpack-loader": "^2.0.0",
"lost": "^8.0.0",
"null-loader": "^0.1.1",
"postcss-loader": "^1.2.2",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.3.0",
"rucksack-css": "^0.9.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.2"
"lost": "^8.2.0"
}
}