forked from haakenlid/hken.no
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "hken.no",
"version": "0.0.1",
"description": "håken.no",
"main": "n/a",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "gatsby develop",
"dev": "gatsby develop | grep -v 'node_modules\\|\\[built\\]'",
"build": "gatsby build",
"deploy": "rsync -rvtz --chmod=Dog=rx,Fog=r public/ haken.no:/srv/haken.no/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haakenlid/hken.no.git"
},
"keywords": [
"gatsby"
],
"author": "Håken Lid",
"license": "CC-BY-4.0",
"dependencies": {
"ansi-to-html": "^0.4.1",
"babel-plugin-transform-decorators": "^6.6.5",
"cheerio": "^0.20.0",
"favicons": "^4.7.1",
"gatsby": "^0.8.5",
"highlight.js": "^9.4.0",
"image-size": "^0.5.0",
"lodash": "^4.5.0",
"moment": "^2.11.2",
"react": "^15.0.2",
"react-document-title": "^2.0.1",
"react-dom": "^15.0.2",
"react-redux": "^4.4.2",
"react-router": "^2.0.0",
"redux": "^3.4.0",
"safe-access": "^0.1.0",
"underscore.string": "^3.2.3"
},
"devDependencies": {
"babel-plugin-react-transform": "^1.1.1",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^5.0.1",
"eslint-plugin-react": "^3.16.1",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "1.1.1"
}
}