-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.26 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
{
"name": "williams-sonoma",
"description": "Williams Sonoma Gatsby Site",
"version": "1.0.0",
"author": "Andy Slezak <[email protected]>",
"dependencies": {
"bootstrap": "^4.0.0-beta.3",
"gatsby": "^1.9.232",
"gatsby-image": "^1.0.42",
"gatsby-link": "^1.6.39",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-netlify": "^1.0.19",
"gatsby-plugin-react-helmet": "^2.0.7",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-sass": "^1.0.21",
"gatsby-plugin-sharp": "^1.6.41",
"gatsby-source-filesystem": "^1.5.27",
"gatsby-transformer-sharp": "^1.6.22",
"object-fit-images": "^3.2.3",
"react-helmet": "^5.2.0",
"react-numeric-input": "^2.2.3",
"react-popper": "^0.8.2",
"react-transition-group": "^2.2.1",
"react-x-ray": "^1.0.0-4",
"reactstrap": "^5.0.0-beta.2",
"rebass": "^2.0.0-0",
"styled-system": "^2.2.1"
},
"keywords": ["gatsby"],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0",
"format":
"prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.11.1"
}
}