rickvanlieshout.com/package.json

64 lines
2.0 KiB
JSON
Raw Normal View History

2016-03-11 23:28:19 +01:00
{
2018-01-21 00:57:29 +01:00
"version": "2.0.2",
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",
"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-10-30 22:25:25 +01:00
"repository": "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",
2018-01-21 00:57:29 +01:00
"react",
"theme",
"starter"
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": {
2018-01-21 00:57:29 +01:00
"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",
2017-10-19 22:09:06 +02:00
"react-disqus-comments": "^1.1.1",
2018-01-21 00:57:29 +01:00
"typeface-roboto": "latest"
2016-03-11 23:28:19 +01:00
},
"devDependencies": {
2018-01-21 00:57:29 +01:00
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"babel-eslint": "^8.2.1",
"gh-pages": "^1.1.0",
2017-10-30 19:36:07 +01:00
"lost": "^8.2.0",
2017-10-30 22:25:25 +01:00
"postcss-pxtorem": "^4.0.1",
2018-01-21 00:57:29 +01:00
"prettier": "^1.10.2"
2016-03-11 23:28:19 +01:00
}
2017-10-30 22:25:25 +01:00
}