-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.12 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.12 KB
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
73
74
75
{
"name": "kevinandsam.travel",
"engines": {
"node": ">=22"
},
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.3.0",
"@fortawesome/free-solid-svg-icons": "^7.3.0",
"@fortawesome/react-fontawesome": "^3.4.0",
"@mdx-js/react": "^3.1.1",
"@turf/bezier-spline": "^7.3.5",
"classnames": "^2.3.2",
"date-fns": "^4.4.0",
"gatsby": "^5.16.1",
"gatsby-plugin-catch-links": "^5.16.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^3.16.0",
"gatsby-plugin-manifest": "^5.16.0",
"gatsby-plugin-mdx": "^5.16.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-react-leaflet": "^4.0.3",
"gatsby-plugin-sass": "^6.16.0",
"gatsby-plugin-sharp": "^5.16.0",
"gatsby-remark-copy-linked-files": "^6.16.0",
"gatsby-remark-images": "^7.16.0",
"gatsby-source-filesystem": "^5.16.0",
"gatsby-transformer-json": "^5.16.0",
"gatsby-transformer-sharp": "^5.16.0",
"leaflet": "^1.9.4",
"mousetrap": "^1.6.5",
"react": "^19.2.7",
"react-datepicker": "^6.9.0",
"react-dom": "^19.2.7",
"react-easy-swipe": "^0.0.23",
"react-leaflet": "^5.0.0",
"react-modal": "^3.16.3",
"react-photo-album": "^3.6.0",
"react-range": "^1.10.0",
"react-responsive-carousel": "^3.2.23",
"react-responsive-select": "7.0.4",
"react-sizes": "^2.0.0",
"sass": "^1.101.0"
},
"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"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}