-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.94 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
{
"name": "kevinandsam.travel",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/react": "^3.0.1",
"@turf/bezier-spline": "^6.5.0",
"classnames": "^2.3.2",
"date-fns": "^3.6.0",
"gatsby": "^5.10.0",
"gatsby-plugin-catch-links": "^5.10.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^3.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-mdx": "^5.10.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-react-leaflet": "^4.0.3",
"gatsby-plugin-sass": "^6.10.0",
"gatsby-plugin-sharp": "^5.10.0",
"gatsby-remark-copy-linked-files": "^6.10.0",
"gatsby-remark-images": "^7.10.0",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-transformer-json": "^5.10.0",
"gatsby-transformer-sharp": "^5.10.0",
"leaflet": "^1.9.4",
"mousetrap": "^1.6.5",
"react": "^18.2.0",
"react-datepicker": "^6.6.0",
"react-dom": "^18.2.0",
"react-easy-swipe": "^0.0.23",
"react-leaflet": "^4.2.1",
"react-modal": "^3.16.1",
"react-photo-album": "^2.2.2",
"react-range": "^1.8.14",
"react-responsive-carousel": "^3.2.23",
"react-responsive-select": "7.0.4",
"react-share": "^5.1.0",
"react-sizes": "^2.0.0",
"sass": "^1.62.1"
},
"babel": {
"presets": [
[
"babel-preset-gatsby",
{
"targets": {
"browsers": [
">0.25%",
"not dead"
]
}
}
]
]
},
"eslintConfig": {
"overrides": {
"rules": {
"jsx-a11y/media-has-caption": "off"
}
}
},
"scripts": {
"build": "gatsby build",
"clean": "rm -r .cache public",
"serve": "gatsby serve",
"start": "gatsby develop -H 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
}
}