mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 12:42:28 +02:00
Upgrade to Gatsby v2
This commit is contained in:
119
package.json
119
package.json
@@ -1,63 +1,98 @@
|
||||
{
|
||||
"version": "2.0.2",
|
||||
"version": "3.0.0",
|
||||
"name": "gatsby-starter-lumen",
|
||||
"description": "Simple starter for Gatsby",
|
||||
"description": "A minimal, lightweight and mobile-first starter for creating blazing-fast static blogs",
|
||||
"main": "n/a",
|
||||
"scripts": {
|
||||
"develop": "gatsby develop",
|
||||
"build": "gatsby build",
|
||||
"clean:public": "rm -rf public",
|
||||
"clean": "npm run clean:public",
|
||||
"lint": "./node_modules/.bin/eslint --cache --ext .js,.jsx --ignore-pattern public .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
|
||||
"develop": "yarn run clean && gatsby develop",
|
||||
"build": "yarn run clean && gatsby build",
|
||||
"deploy": "yarn run clean && gatsby build --prefix-paths && gh-pages -d public",
|
||||
"clean": "rimraf .cache public",
|
||||
"lint:js": "eslint --cache --ext .js,.jsx --ignore-pattern public .",
|
||||
"lint:scss": "stylelint \"src/**/*.scss\"",
|
||||
"lint:all": "concurrently \"yarn run lint:js\" \"yarn run lint:scss\"",
|
||||
"test": "jest --config ./tests/jest-config.js",
|
||||
"test:coverage": "jest --coverage --config ./tests/jest-config.js",
|
||||
"test:watch": "jest --watch --config ./tests/jest-config.js"
|
||||
},
|
||||
"repository": "git+https://github.com/alxshelepenok/gatsby-starter-lumen.git",
|
||||
"repository": "https://github.com/alxshelepenok/gatsby-starter-lumen",
|
||||
"author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"gatsby",
|
||||
"graphql",
|
||||
"netlify",
|
||||
"netlify-cms",
|
||||
"static",
|
||||
"blog",
|
||||
"react",
|
||||
"theme",
|
||||
"starter"
|
||||
],
|
||||
"author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"gatsby": "^1.9.164",
|
||||
"gatsby-link": "^1.6.34",
|
||||
"gatsby-plugin-catch-links": "^1.0.14",
|
||||
"gatsby-plugin-feed": "^1.3.15",
|
||||
"gatsby-plugin-google-analytics": "^1.0.15",
|
||||
"gatsby-plugin-offline": "^1.0.12",
|
||||
"gatsby-plugin-postcss-sass": "^1.0.15",
|
||||
"gatsby-plugin-react-helmet": "^2.0.3",
|
||||
"gatsby-plugin-sharp": "^1.6.25",
|
||||
"gatsby-plugin-sitemap": "^1.2.10",
|
||||
"gatsby-remark-copy-linked-files": "^1.5.25",
|
||||
"gatsby-remark-images": "^1.5.37",
|
||||
"gatsby-remark-prismjs": "^1.2.12",
|
||||
"gatsby-remark-responsive-iframe": "^1.4.16",
|
||||
"gatsby-remark-smartypants": "^1.4.10",
|
||||
"gatsby-source-filesystem": "^1.5.11",
|
||||
"gatsby-transformer-remark": "^1.7.28",
|
||||
"gatsby-transformer-sharp": "^1.6.16",
|
||||
"lodash": "^4.17.4",
|
||||
"bluebird": "^3.5.1",
|
||||
"react": "^15.6.1",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-disqus-comments": "^1.1.1",
|
||||
"gatsby-plugin-google-fonts": "latest"
|
||||
"bluebird": "^3.5.2",
|
||||
"codecov": "^3.1.0",
|
||||
"gatsby": "^2.0.38",
|
||||
"gatsby-link": "^2.0.4",
|
||||
"gatsby-plugin-catch-links": "^2.0.4",
|
||||
"gatsby-plugin-feed": "^2.0.8",
|
||||
"gatsby-plugin-google-analytics": "^2.0.6",
|
||||
"gatsby-plugin-netlify": "^2.0.3",
|
||||
"gatsby-plugin-netlify-cms": "^3.0.5",
|
||||
"gatsby-plugin-offline": "^2.0.6",
|
||||
"gatsby-plugin-react-helmet": "^3.0.0",
|
||||
"gatsby-plugin-sass": "^2.0.3",
|
||||
"gatsby-plugin-sharp": "^2.0.6",
|
||||
"gatsby-plugin-sitemap": "^2.0.1",
|
||||
"gatsby-remark-copy-linked-files": "^2.0.5",
|
||||
"gatsby-remark-images": "^2.0.4",
|
||||
"gatsby-remark-prismjs": "^3.0.2",
|
||||
"gatsby-remark-responsive-iframe": "^2.0.5",
|
||||
"gatsby-remark-smartypants": "^2.0.5",
|
||||
"gatsby-source-filesystem": "^2.0.3",
|
||||
"gatsby-transformer-remark": "^2.1.7",
|
||||
"gatsby-transformer-sharp": "^2.1.3",
|
||||
"gatsby-pagination": "^1.2.0",
|
||||
"invariant": "^2.2.4",
|
||||
"lodash": "^4.17.11",
|
||||
"moment": "^2.2.2",
|
||||
"netlify-cms": "^2.1.3",
|
||||
"node-sass": "^4.9.4",
|
||||
"normalize-scss": "^7.0.1",
|
||||
"prismjs": "^1.15.0",
|
||||
"react": "^16.2.0",
|
||||
"react-disqus-comments": "^1.2.0",
|
||||
"react-dom": "^16.4.1",
|
||||
"react-helmet": "^5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^4.14.0",
|
||||
"eslint-config-airbnb": "^16.1.0",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@babel/preset-env": "^7.1.0",
|
||||
"@babel/core": "^7.1.2",
|
||||
"babel-core": "^7.0.0-0",
|
||||
"babel-jest": "^23.6.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"react-test-renderer": "^16.2.0",
|
||||
"jest": "^23.6.0",
|
||||
"jest-cli": "^23.6.0",
|
||||
"rimraf": "^2.6.2",
|
||||
"concurrently": "^3.5.1",
|
||||
"stylelint": "^9.6.0",
|
||||
"stylelint-scss": "^3.3.2",
|
||||
"stylelint-config-recommended-scss": "^3.2.0",
|
||||
"eslint": "^4.15.0",
|
||||
"eslint-config-airbnb-base": "^12.1.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.3",
|
||||
"eslint-plugin-jest": "^21.7.0",
|
||||
"eslint-plugin-react": "^7.5.1",
|
||||
"eslint-watch": "^3.1.3",
|
||||
"babel-eslint": "^8.2.1",
|
||||
"gh-pages": "^1.1.0",
|
||||
"lost": "^8.2.0",
|
||||
"gh-pages": "^2.0.1",
|
||||
"lost": "^8.3.0",
|
||||
"postcss-pxtorem": "^4.0.1",
|
||||
"prettier": "^1.10.2"
|
||||
"autoprefixer": "^9.3.1",
|
||||
"browserslist": "^4.3.4"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user