rickvanlieshout.com/package.json

70 lines
2.1 KiB
JSON
Raw Normal View History

2016-03-11 23:28:19 +01:00
{
2017-02-05 16:45:57 +01:00
"version": "1.2.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-02-05 19:27:30 +01:00
"copy:files": "find ./pages -maxdepth 1 -type f -regextype posix-extended -regex '.+\\.(pdf|txt|png|jpg|jpeg|gif)$' -exec cp -v {} ./public ';'",
2016-07-30 01:05:32 +02:00
"copy": "npm run copy:files",
"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
},
"keywords": [
"gatsby",
2017-02-05 16:45:57 +01:00
"blog",
"react"
2016-03-11 23:28:19 +01:00
],
"author": "Alexander Shelepenok <a.shelepenok@gmail.com>",
"license": "MIT",
"dependencies": {
2016-07-30 01:05:32 +02:00
"babel-plugin-add-module-exports": "^0.2.1",
2017-02-05 16:45:57 +01:00
"babel-preset-es2015": "^6.13.2",
2016-07-30 01:05:32 +02:00
"babel-preset-react": "^6.11.1",
2016-06-03 01:32:38 +02:00
"babel-preset-stage-0": "^6.5.0",
"classnames": "^2.1.2",
2017-02-05 16:45:57 +01:00
"front-matter": "^2.1.0",
"gatsby": "^0.12.28",
"history": "^2.1.2",
"lodash": "^4.17.2",
"moment": "^2.17.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
2016-10-02 15:06:54 +02:00
"react-ga": "^2.1.2",
2017-02-05 16:45:57 +01:00
"react-helmet": "^4.0.0",
2016-08-02 15:52:09 +02:00
"react-router": "^2.6.1",
2016-03-11 23:28:19 +01:00
"safe-access": "^0.1.0",
2017-02-05 16:45:57 +01:00
"underscore.string": "^3.2.3",
"raw-loader": "^0.5.1",
"url-loader": "^0.5.7"
2016-03-11 23:28:19 +01:00
},
"devDependencies": {
"autoprefixer": "^6.3.7",
2017-02-05 16:45:57 +01:00
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
2016-06-03 01:32:38 +02:00
"babel-preset-react-hmre": "^1.1.1",
2017-02-05 16:45:57 +01:00
"css-loader": "^0.26.1",
"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",
"file-loader": "^0.10.0",
"gh-pages": "^0.12.0",
2016-07-30 01:05:32 +02:00
"image-webpack-loader": "^2.0.0",
2017-02-05 16:45:57 +01:00
"lost": "^8.0.0",
2016-07-30 01:05:32 +02:00
"null-loader": "^0.1.1",
2017-02-05 16:45:57 +01:00
"postcss-loader": "^1.2.2",
2016-07-30 01:05:32 +02:00
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
2017-02-05 16:45:57 +01:00
"redbox-react": "^1.3.0",
"rucksack-css": "^0.9.1",
"style-loader": "^0.13.1",
2017-02-05 16:45:57 +01:00
"webpack": "^1.13.2"
2016-03-11 23:28:19 +01:00
}
2016-10-02 15:06:54 +02:00
}