-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "griddle-docs",
"description": "Griddle documentation",
"version": "1.0.0",
"author": "Griddle",
"dependencies": {
"chroma-js": "^0.7.2",
"color-pairs-picker": "^1.3.5",
"gatsby": "^0.12.28",
"google-map-react": "^0.22.3",
"griddle-react": "^1.0.1",
"lodash": "^4.17.2",
"markdown-react-js": "^0.3.0",
"react-document-title": "^2.0.1",
"react-markdown": "^2.4.4",
"react-motion": "^0.1.0",
"react-redux": "^5.0.2",
"react-responsive-grid": "^0.3.3",
"react-typography": "^0.15.0",
"typography": "^0.15.0",
"typography-plugin-code": "^0.15.0",
"underscore.string": "^3.2.2"
},
"devDependencies": {
"gh-pages": "^0.12.0"
},
"keywords": [
"gatsby",
"griddle",
"datagrid"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "node_modules/.bin/gatsby develop",
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build --prefix-links && gh-pages -d public"
}
}