rickvanlieshout.com/package.json

64 lines
2.0 KiB
JSON
Raw Normal View History

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",
"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-10-30 19:33:01 +01:00
"gatsby": "^1.9.73",
"gatsby-link": "^1.6.22",
2017-08-20 13:43:49 +02:00
"gatsby-plugin-catch-links": "^1.0.5",
2017-10-30 19:33:01 +01:00
"gatsby-plugin-feed": "^1.3.11",
"gatsby-plugin-google-analytics": "^1.0.10",
"gatsby-plugin-manifest": "^1.0.8",
"gatsby-plugin-offline": "^1.0.10",
"gatsby-plugin-postcss-sass": "^1.0.12",
"gatsby-plugin-preact": "^1.0.12",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sharp": "^1.6.13",
"gatsby-plugin-sitemap": "^1.2.5",
"gatsby-remark-copy-linked-files": "^1.5.14",
"gatsby-remark-images": "^1.5.24",
"gatsby-remark-prismjs": "^1.2.8",
"gatsby-remark-responsive-iframe": "^1.4.13",
"gatsby-remark-smartypants": "^1.4.8",
2017-08-20 13:43:49 +02:00
"gatsby-source-filesystem": "^1.4.3",
2017-10-30 19:33:01 +01:00
"gatsby-transformer-remark": "^1.7.18",
"gatsby-transformer-sharp": "^1.6.13",
"lodash": "^4.17.2",
2017-10-19 22:09:06 +02:00
"react-disqus-comments": "^1.1.1",
"typeface-roboto": "latest"
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-10-30 19:36:07 +01:00
"lost": "^8.2.0",
"prettier": "^1.7.4"
2016-03-11 23:28:19 +01:00
}
2017-10-30 19:33:01 +01:00
}