-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.44 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "^1.9.73",
"gatsby-link": "^1.6.23",
"gatsby-plugin-glamor": "^1.6.8",
"gatsby-plugin-google-analytics": "^1.0.10",
"gatsby-plugin-i18n": "^0.3.3",
"gatsby-plugin-offline": "^1.0.10",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-typography": "^1.7.10",
"gatsby-source-filesystem": "^1.5.5",
"gatsby-transformer-remark": "^1.7.17",
"glamorous": "^4.10.0",
"polished": "^1.8.1",
"react-icons": "^2.2.7",
"react-waypoint": "^7.3.1",
"recompose": "^0.26.0",
"redux-zero": "^4.2.1",
"typeface-libre-baskerville": "^0.0.43",
"typeface-roboto": "^0.0.43",
"velocity-animate": "^1.5.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier-standard 'src/**/*.js'",
"deploy": "rm -rf public/ && gatsby build --prefix-paths && cp ./src/CNAME public/ && gh-pages -d public -r https://github.com/bulby97/speaking-in-truth-prod.git -b master",
"test": "echo \"Error: no test specified\" && exit 1"
},
"standard": {
"globals": [
"graphql"
]
},
"devDependencies": {
"gh-pages": "^1.0.0",
"prettier-standard": "^7.0.3"
}
}