forked from kopeckr/zbenice-gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 976 Bytes
/
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
{
"name": "zbenice",
"version": "1.0.0",
"private": true,
"description": "Zbenice",
"author": "Kristýna Kopečková",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"emailjs-com": "^2.6.4",
"gatsby": "^3.6.2",
"gatsby-background-image": "^1.6.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-gatsby-cloud": "^2.6.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-react-helmet": "^4.7.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^4.6.0",
"install": "^0.13.0",
"lightgallery": "^2.1.2",
"npm": "^7.16.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-map-gl": "^5.3.16",
"react-preloaders": "^3.0.3",
"sass": "^1.34.1"
}
}