mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-13 07:18:57 +01:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"version": "1.0.0",
|
|
"name": "gatsby-starter-lumen",
|
|
"description": "Simple starter for Gatsby",
|
|
"main": "n/a",
|
|
"scripts": {
|
|
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"gatsby",
|
|
"lumen",
|
|
"starter"
|
|
],
|
|
"author": "Alexander Shelepenok <a.shelepenok@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"babel-plugin-add-module-exports": "^0.2.0",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"babel-preset-stage-1": "^6.5.0",
|
|
"classnames": "^2.1.2",
|
|
"front-matter": "^2.0.8",
|
|
"gatsby": "^0.11.2",
|
|
"history": "^2.1.1",
|
|
"lodash": "^4.12.0",
|
|
"moment": "^2.12.0",
|
|
"markdown-it": "^6.0.2",
|
|
"react-document-title": "^2.0.1",
|
|
"react-google-analytics": "^0.2.0",
|
|
"react-router": "^2.4.0",
|
|
"safe-access": "^0.1.0",
|
|
"underscore.string": "^3.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.3.6",
|
|
"file-loader": "^0.8.5",
|
|
"rucksack-css": "^0.8.5",
|
|
"lost": "^6.7.2",
|
|
"babel-preset-react-hmre": "^1.1.1",
|
|
"eslint": "^2.9.0",
|
|
"eslint-config-airbnb": "^9.0.1",
|
|
"eslint-plugin-import": "^1.8.0",
|
|
"eslint-plugin-jsx-a11y": "^1.2.0",
|
|
"eslint-plugin-react": "^5.1.1"
|
|
}
|
|
}
|