-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.4 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
{
"name": "ryerson",
"description": "Ryerson",
"version": "1.0.0",
"author": "Kevin Ivan",
"dependencies": {
"dotenv": "^8.2.0",
"gatsby": "^2.17.11",
"gatsby-cli": "^2.8.16",
"gatsby-image": "^2.2.31",
"gatsby-plugin-google-tagmanager": "^2.3.13",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-manifest": "^2.2.27",
"gatsby-plugin-offline": "^3.0.19",
"gatsby-plugin-react-helmet": "^3.1.14",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-remove-trailing-slashes": "^2.3.13",
"gatsby-plugin-s3": "^0.3.5",
"gatsby-plugin-sharp": "^2.2.37",
"gatsby-plugin-sitemap": "^2.4.14",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-transition-link": "^1.20.2",
"gatsby-source-filesystem": "^2.1.36",
"gatsby-source-graphql": "^2.1.23",
"gatsby-transformer-sharp": "^2.3.3",
"glob": "^7.1.6",
"gsap": "^3.5.1",
"lodash.isempty": "^4.4.0",
"lodash.uniqby": "^4.7.0",
"lottie-web": "^5.7.3",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-device-detect": "^1.13.1",
"react-dom": "^16.11.0",
"react-helmet": "^6.1.0",
"react-responsive": "^8.1.0",
"theme-ui": "^0.3.1"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --host=0.0.0.0",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean && rm -rf .template-cache"
}
}