2016-03-11 23:28:19 +01:00
|
|
|
{
|
2018-11-09 18:08:48 +01:00
|
|
|
"version": "3.0.0",
|
2016-06-03 01:32:38 +02:00
|
|
|
"name": "gatsby-starter-lumen",
|
2018-11-09 18:08:48 +01:00
|
|
|
"description": "A minimal, lightweight and mobile-first starter for creating blazing-fast static blogs",
|
2016-03-11 23:28:19 +01:00
|
|
|
"main": "n/a",
|
|
|
|
"scripts": {
|
2018-11-09 18:08:48 +01:00
|
|
|
"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\"",
|
2018-11-11 13:54:42 +01:00
|
|
|
"lint": "concurrently \"yarn run lint:js\" \"yarn run lint:scss\"",
|
2018-11-09 18:08:48 +01:00
|
|
|
"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"
|
2016-03-11 23:28:19 +01:00
|
|
|
},
|
2018-11-09 18:08:48 +01:00
|
|
|
"repository": "https://github.com/alxshelepenok/gatsby-starter-lumen",
|
|
|
|
"author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
|
|
|
|
"license": "MIT",
|
2016-03-11 23:28:19 +01:00
|
|
|
"keywords": [
|
|
|
|
"gatsby",
|
2018-11-09 18:08:48 +01:00
|
|
|
"graphql",
|
|
|
|
"netlify",
|
|
|
|
"netlify-cms",
|
|
|
|
"static",
|
2017-02-05 16:45:57 +01:00
|
|
|
"blog",
|
2018-01-21 00:57:29 +01:00
|
|
|
"react",
|
|
|
|
"theme",
|
|
|
|
"starter"
|
2016-03-11 23:28:19 +01:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2018-11-11 12:19:06 +01:00
|
|
|
"classnames": "^2.2.6",
|
2018-11-09 18:08:48 +01:00
|
|
|
"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",
|
2018-11-11 12:19:06 +01:00
|
|
|
"gatsby-plugin-netlify-cms": "^3.0.7",
|
2018-11-09 18:08:48 +01:00
|
|
|
"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",
|
2018-11-11 12:19:06 +01:00
|
|
|
"gatsby-remark-relative-images": "^0.2.0",
|
2018-11-09 18:08:48 +01:00
|
|
|
"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"
|
2016-03-11 23:28:19 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-11-09 18:08:48 +01:00
|
|
|
"@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",
|
2018-01-21 00:57:29 +01:00
|
|
|
"eslint-plugin-import": "^2.8.0",
|
2018-11-09 18:08:48 +01:00
|
|
|
"eslint-plugin-jest": "^21.7.0",
|
2018-01-21 00:57:29 +01:00
|
|
|
"eslint-plugin-react": "^7.5.1",
|
2018-11-09 18:08:48 +01:00
|
|
|
"eslint-watch": "^3.1.3",
|
2018-01-21 00:57:29 +01:00
|
|
|
"babel-eslint": "^8.2.1",
|
2018-11-09 18:08:48 +01:00
|
|
|
"gh-pages": "^2.0.1",
|
|
|
|
"lost": "^8.3.0",
|
2017-10-30 22:25:25 +01:00
|
|
|
"postcss-pxtorem": "^4.0.1",
|
2018-11-09 18:08:48 +01:00
|
|
|
"autoprefixer": "^9.3.1",
|
|
|
|
"browserslist": "^4.3.4"
|
2016-03-11 23:28:19 +01:00
|
|
|
}
|
2017-10-30 22:25:25 +01:00
|
|
|
}
|