-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.8 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
{
"name": "modular-house-website",
"version": "1.0.0",
"homepage": "http://modularh.vh108.hosterby.com",
"private": true,
"description": "Modular House",
"keywords": [
"mh"
],
"browserslist": [
">0.25%",
"not dead"
],
"scripts": {
"develop": "GATSBY_CONCURRENT_DOWNLOAD=5 gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@formspree/react": "^2.2.4",
"@google/model-viewer": "^1.11.1",
"@loadable/component": "^5.15.0",
"@fancyapps/ui": "5.0.24",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.11.4",
"autoprefixer": "^10.4.0",
"babel-plugin-styled-components": "^1.13.3",
"browserlist": "^1.0.1",
"fs-extra": "^10.0.0",
"gatsby": "^3.14.5",
"gatsby-background-image": "^1.5.3",
"gatsby-plugin-breakpoints": "^1.3.6",
"gatsby-plugin-image": "^1.14.2",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-styled-components": "^4.14.0",
"gatsby-plugin-yandex-metrika": "^2.5.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-source-mysql": "^2.2.3",
"react": "^17.0.1",
"react-calendar": "^3.5.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-material-ui-form-validator": "^2.1.4",
"react-player": "^2.10.1",
"react-router-dom": "^5.3.0",
"react-slick": "^0.29.0",
"react-transition-group": "^4.4.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3",
"swiper": "^7.4.1",
"web-vitals": "^1.1.2"
},
"devDependencies": {
"file-loader": "^6.2.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.26"
}
}