2016-03-11 23:28:19 +01:00
|
|
|
{
|
2017-08-20 13:43:49 +02:00
|
|
|
"version": "2.0.0",
|
2016-06-03 01:32:38 +02:00
|
|
|
"name": "gatsby-starter-lumen",
|
|
|
|
"description": "Simple starter for Gatsby",
|
2016-03-11 23:28:19 +01:00
|
|
|
"main": "n/a",
|
|
|
|
"scripts": {
|
2016-06-05 14:27:41 +02:00
|
|
|
"develop": "gatsby develop",
|
2017-02-05 19:27:30 +01:00
|
|
|
"build": "gatsby build",
|
2016-06-05 14:27:41 +02:00
|
|
|
"clean:public": "rm -rf public",
|
|
|
|
"clean": "npm run clean:public",
|
2017-03-07 16:12:39 +01:00
|
|
|
"lint": "./node_modules/.bin/eslint --cache --ext .js,.jsx --ignore-pattern public .",
|
2016-07-30 01:05:32 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"deploy": "gatsby build --prefix-links && gh-pages -d public"
|
2016-03-11 23:28:19 +01:00
|
|
|
},
|
2017-06-08 02:07:27 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/alxshelepenok/gatsby-starter-lumen.git"
|
|
|
|
},
|
2016-03-11 23:28:19 +01:00
|
|
|
"keywords": [
|
|
|
|
"gatsby",
|
2017-02-05 16:45:57 +01:00
|
|
|
"blog",
|
|
|
|
"react"
|
2016-03-11 23:28:19 +01:00
|
|
|
],
|
2017-06-08 02:07:27 +02:00
|
|
|
"author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
|
2016-03-11 23:28:19 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2017-08-20 13:43:49 +02:00
|
|
|
"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"
|
2016-03-11 23:28:19 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-20 13:43:49 +02:00
|
|
|
"postcss-pxtorem": "^4.0.1",
|
2017-02-05 16:45:57 +01:00
|
|
|
"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",
|
2017-08-20 13:43:49 +02:00
|
|
|
"babel-eslint": "^7.2.3",
|
2017-02-05 16:45:57 +01:00
|
|
|
"file-loader": "^0.10.0",
|
|
|
|
"gh-pages": "^0.12.0",
|
2017-08-20 13:43:49 +02:00
|
|
|
"lost": "^8.2.0"
|
2016-03-11 23:28:19 +01:00
|
|
|
}
|
2016-10-02 15:06:54 +02:00
|
|
|
}
|