mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"name": "gatsby-starter-lumen",
|
|
"description": "Simple starter for Gatsby",
|
|
"main": "n/a",
|
|
"scripts": {
|
|
"develop": "gatsby develop",
|
|
"build": "gatsby build",
|
|
"clean:public": "rm -rf public",
|
|
"clean": "npm run clean:public",
|
|
"lint": "./node_modules/.bin/eslint --cache --ext .js,.jsx --ignore-pattern public .",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"deploy": "gatsby build --prefix-links && gh-pages -d public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/alxshelepenok/gatsby-starter-lumen.git"
|
|
},
|
|
"keywords": [
|
|
"gatsby",
|
|
"blog",
|
|
"react"
|
|
],
|
|
"author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"postcss-pxtorem": "^4.0.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",
|
|
"babel-eslint": "^7.2.3",
|
|
"file-loader": "^0.10.0",
|
|
"gh-pages": "^0.12.0",
|
|
"lost": "^8.2.0"
|
|
}
|
|
}
|