-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.02 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.02 KB
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
{
"name": "gatsby",
"version": "4.0.0",
"private": true,
"dependencies": {
"@loadable/component": "^5.13.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.11.4",
"@types/webpack": "^5.28.0",
"acorn": "^8.3.0",
"airtable": "^0.11.1",
"bl": "^5.0.0",
"clsx": "^1.1.1",
"core-js": "^3.6.5",
"dot-prop": "^6.0.1",
"dotenv": "^10.0.0",
"framer-motion": "^2.9.5",
"gatsby": "^3.6.2",
"gatsby-image": "^2.4.13",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-gtag": "^3.8.0",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-loadable-components-ssr": "^3.0.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-preload-link-crossorigin": "^1.0.2",
"gatsby-plugin-react-helmet": "^4.8.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-plugin-sitemap": "^4.2.0",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-transformer-json": "^3.6.0",
"gatsby-transformer-sharp": "^3.8.0",
"gh-pages": "^3.1.0",
"http2": "^3.3.7",
"netlify-plugin-gatsby-cache": "^0.3.2",
"node-forge": "^0.10.0",
"npm-check-updates": "^11.6.0",
"raf": "^3.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-material-ui-carousel": "^2.2.6",
"react-refresh": "^0.10.0",
"sockjs-client": "^1.4.0",
"type-fest": "^1.2.0",
"webpack-plugin-serve": "^1.0.1"
},
"scripts": {
"dev": "GATSBY_ENV=development gatsby develop",
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true GATSBY_ENV=production gatsby build --log-pages",
"serve": "GATSBY_ENV=staging gatsby serve",
"clean": "gatsby clean",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
}
}