-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.38 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
{
"name": "my-gnome",
"description": "GNOME Documentation",
"version": "0.0.1",
"author": "alex diavatis <[email protected]>",
"dependencies": {
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"chroma-js": "^0.7.2",
"color-pairs-picker": "^1.3.5",
"gatsby": "^0.11.0",
"history": "^2.1.1",
"lodash": "^4.12.0",
"markdown-it-attrs": "^0.2.1",
"material-ui": "^0.15.0",
"react": "^15.0.2",
"react-document-title": "^2.0.1",
"react-dom": "^15.0.2",
"react-motion": "^0.1.0",
"react-responsive-grid": "^0.3.3",
"react-router": "^2.4.0",
"react-tap-event-plugin": "^1.0.0",
"typography": "^0.7.0",
"underscore.string": "^3.2.2"
},
"devDependencies": {
"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",
"gh-pages": "^0.11.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gh-pages -d public"
}
}