-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
70 lines (70 loc) · 2.19 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "wayfair.github.io",
"private": true,
"description": "A website developed for Wayfair LLC. by the Open Source Program Office within",
"version": "0.0.1",
"author": "Gary White Jr. <gwhite@wayfair.com>",
"dependencies": {
"@babel/core": "7.19.3",
"bootstrap": "5.2.2",
"gatsby": "4.24.4",
"gatsby-plugin-gatsby-cloud": "4.24.0",
"gatsby-plugin-gdpr-cookies": "2.0.9",
"gatsby-plugin-image": "2.24.0",
"gatsby-plugin-manifest": "4.24.0",
"gatsby-plugin-offline": "5.24.0",
"gatsby-plugin-react-helmet": "5.24.0",
"gatsby-plugin-robots-txt": "1.7.1",
"gatsby-plugin-sass": "5.24.0",
"gatsby-plugin-sharp": "4.24.0",
"gatsby-plugin-sitemap": "5.24.0",
"gatsby-remark-autolink-headers": "5.24.0",
"gatsby-remark-copy-linked-files": "5.24.0",
"gatsby-remark-embed-gist": "1.2.1",
"gatsby-remark-images": "6.24.0",
"gatsby-remark-prismjs": "6.24.0",
"gatsby-remark-responsive-iframe": "5.24.0",
"gatsby-remark-smartypants": "5.24.0",
"gatsby-source-filesystem": "4.24.0",
"gatsby-transformer-remark": "5.24.0",
"gatsby-transformer-sharp": "4.24.0",
"prismjs": "1.29.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-bootstrap": "2.5.0",
"react-cookie": "4.1.1",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-icons": "4.4.0",
"sass": "1.55.0",
"uuid": "9.0.0",
"webpack": "5.72.1"
},
"devDependencies": {
"gatsby-cli": "4.24.0",
"gh-pages": "4.0.0",
"prettier": "2.7.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"build-prefix": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -b gh-pages",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wayfair/wayfair.github.io"
},
"bugs": {
"url": "https://github.com/wayfair/wayfair.github.io/issues"
}
}