mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 04:32:32 +02:00
Init
This commit is contained in:
49
package.json
Normal file
49
package.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "gatsby-theme-lumen",
|
||||
"version": "1.0.0",
|
||||
"description": "Awesome Theme 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",
|
||||
"theme",
|
||||
"lumen"
|
||||
],
|
||||
"author": "Alexander Shelepenok <a.shelepenok@gmail.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"react": "^0.14.7",
|
||||
"react-document-title": "^2.0.1",
|
||||
"react-dom": "^0.14.7",
|
||||
"react-router": "^2.0.0",
|
||||
"lodash": "^4.5.0",
|
||||
"safe-access": "^0.1.0",
|
||||
"underscore.string": "^3.2.3",
|
||||
"moment": "^2.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"webpack": "^1.12.2",
|
||||
"webpack-dev-server": "^1.12.0",
|
||||
"webpack-hot-middleware": "^2.2.0",
|
||||
"extract-text-webpack-plugin": "^1.0.1",
|
||||
"file-loader": "^0.8.4",
|
||||
"url-loader": "^0.5.7",
|
||||
"sugarss": "^0.1.0",
|
||||
"precss": "^1.4.0",
|
||||
"postcss-scss": "^0.1.7",
|
||||
"postcss-loader": "^0.8.0",
|
||||
"postcss-modules": "^0.1.3",
|
||||
"lost": "^6.7.0",
|
||||
"rucksack-css": "^0.8.5",
|
||||
"babel-plugin-react-transform": "^1.1.1",
|
||||
"eslint": "^2.3.0",
|
||||
"eslint-config-airbnb": "^6.1.0",
|
||||
"eslint-plugin-react": "^4.2.0",
|
||||
"react-transform-catch-errors": "^1.0.0",
|
||||
"react-transform-hmr": "^1.0.0",
|
||||
"redbox-react": "^1.0.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user