-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 980 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
{
"name": "sb827",
"description": "SB 827",
"version": "1.0.0",
"author": "Devon Zuegel <[email protected]>",
"dependencies": {
"@types/node": "^8.0.7",
"@types/react": "15.0.21",
"@types/react-dom": "0.14.23",
"@types/react-helmet": "^5.0.5",
"gatsby": "^1.9.119",
"gatsby-link": "^1.6.28",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-google-analytics": "^1.0.29",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-typescript": "^1.4.10",
"react-helmet": "^5.2.0"
},
"keywords": [
"gatsby, typescript"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --parser typescript --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.ts*\""
},
"devDependencies": {
"prettier": "^1.8.2"
},
"contributors": [
"fabien0102 <[email protected]>",
"Hays Clark <[email protected]>"
]
}