-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.73 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
{
"name": "test",
"version": "1.0.0",
"private": true,
"description": "Test",
"author": "ddomizia",
"keywords": [
"gatsby"
],
"scripts": {
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@browniebroke/gatsby-image-gallery": "^7.0.4",
"@emotion/react": "^11.8.2",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"acorn": "^8.7.0",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
"bootstrap": "^5.1.3",
"gatsby": "^4.9.3",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^2.9.1",
"gatsby-plugin-manifest": "^4.9.1",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-react-leaflet": "^3.0.3",
"gatsby-plugin-sass": "^5.9.0",
"gatsby-plugin-sharp": "^4.9.1",
"gatsby-plugin-sitemap": "^5.9.0",
"gatsby-plugin-styled-components": "^5.9.0",
"gatsby-remark-autolink-headers": "^5.10.0",
"gatsby-source-filesystem": "^4.9.1",
"gatsby-transformer-remark": "^5.9.1",
"gatsby-transformer-sharp": "^4.9.0",
"leaflet": "^1.7.1",
"npm": "^8.5.4",
"react": "^17.0.2",
"react-bootstrap": "^2.2.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-leaflet": "^3.2.5",
"sass": "^1.49.9",
"simple-react-lightbox": "^3.6.9-0"
},
"devDependencies": {
"@emotion/styled": "^11.8.1",
"babel-plugin-styled-components": "^2.1.4",
"eslint-plugin-react-hooks": "^4.3.0",
"gatsby-plugin-emotion": "^7.9.0",
"gh-pages": "^3.2.3",
"process": "^0.11.10"
}
}