-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·75 lines (75 loc) · 2.36 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
71
72
73
74
75
{
"name": "@superprops/gatsby",
"private": true,
"description": "React Landing with Gatsby Static site generator.",
"version": "8.0.1",
"dependencies": {
"@glidejs/glide": "^3.4.1",
"@loadable/component": "^5.15.0",
"@material-ui/core": "^4.11.3",
"@material-ui/data-grid": "4.0.0-alpha.13",
"@material-ui/docs": "4.0.0-beta.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"@material-ui/pickers": "3.2.10",
"@material-ui/styles": "4.11.2",
"@material-ui/system": "4.11.2",
"@reach/accordion": "^0.11.2",
"@redq/reuse-modal": "^1.1.9",
"@styled-system/theme-get": "^5.1.2",
"axios": "^0.21.1",
"formik": "^2.2.9",
"gatsby": "^2.26.1",
"gatsby-image": "^2.5.0",
"gatsby-plugin-manifest": "^2.6.0",
"gatsby-plugin-offline": "^3.4.0",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.4.0",
"gatsby-plugin-sharp": "^2.8.0",
"gatsby-plugin-styled-components": "^3.4.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.5.0",
"gatsby-transformer-json": "^2.5.0",
"gatsby-transformer-sharp": "^2.6.0",
"polished": "^4.0.3",
"prop-types": "^15.7.2",
"rc-drawer": "^4.1.0",
"rc-progress": "^3.1.1",
"rc-tabs": "11.7.1",
"react": "^17.0.1",
"react-accessible-accordion": "^3.3.3",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-content-loader": "^5.1.4",
"react-countdown-now": "^2.1.2",
"react-countup": "^4.3.3",
"react-dates": "^21.8.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons-kit": "^1.3.1",
"react-id-swiper": "^4.0.0",
"react-image-gallery": "1.0.8",
"react-input-mask": "^2.0.4",
"react-lottie": "^1.2.3",
"react-masonry-component": "^6.2.1",
"react-particles-js": "^3.4.1",
"react-reveal": "^1.2.2",
"react-rnd": "^10.1.10",
"react-scroll-parallax": "^2.3.3",
"react-scrollspy": "^3.4.2",
"react-select": "^3.1.0",
"react-stickynode": "3.0.4",
"styled-components": "^5.1.1",
"styled-system": "5.1.5",
"swiper": "^6.3.5",
"yup": "^0.32.9"
},
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"start": "gatsby serve",
"deploy": "yarn build && firebase deploy"
},
"devDependencies": {
"firebase-tools": "^8.11.2"
}
}