-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "zsendulo",
"version": "1.0.0",
"description": "Zsendulo tanoda project",
"main": "index.js",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"dotenv": "^8.2.0",
"gatsby": "^2.24.91",
"gatsby-plugin-sass": "^2.3.22",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-source-filesystem": "^2.4.1",
"gatsby-transformer-sharp": "^2.5.21",
"google-map-react": "^2.1.9",
"node-sass": "^4.14.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.1.0",
"react-lazy-load-image-component": "^1.5.0",
"react-reveal": "^1.2.2",
"react-slick": "^0.25.2",
"slick-carousel": "^1.8.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajmat/zsendulo.git"
},
"keywords": [
"zsendulo",
"tanoda"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rajmat/zsendulo/issues"
},
"homepage": "https://github.com/rajmat/zsendulo#readme"
}