-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 981 Bytes
/
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
{
"name": "govhackmt-site",
"description": "Site do evento GovHackMT",
"version": "1.0.0",
"author": "Alvaro Viebrantz <[email protected]>",
"dependencies": {
"bootstrap": "^3.3.7",
"chroma-js": "^0.7.2",
"color-pairs-picker": "^1.3.5",
"font-awesome": "^4.6.3",
"gatsby": "^0.12.6",
"jquery": "^3.1.1",
"lodash": "^4.15.0",
"react-document-title": "^2.0.1",
"react-ga": "^2.1.2",
"react-motion": "^0.1.0",
"react-responsive-grid": "^0.3.3",
"react-typography": "^0.12.0",
"typography": "^0.13.0",
"typography-plugin-code": "^0.13.0",
"underscore.string": "^3.2.2"
},
"devDependencies": {
"gh-pages": "^0.11.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build --prefix-links && gh-pages -d public"
}
}