This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.82 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
{
"name": "hundefreunde-herzogenrath",
"version": "1.0.0",
"private": true,
"description": "hundefreunde-herzogenrath",
"author": "Patrick Arns",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/google-calendar": "^6.1.8",
"@fullcalendar/list": "^6.1.8",
"@fullcalendar/multimonth": "^6.1.8",
"@fullcalendar/react": "^6.1.8",
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.18",
"@vercel/analytics": "^1.0.1",
"classnames": "^2.3.2",
"dotenv": "^16.3.1",
"gatsby": "^5.11.0",
"gatsby-plugin-gatsby-cloud": "^5.11.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-no-sourcemaps": "^5.11.0",
"gatsby-plugin-react-leaflet": "^4.0.3",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-source-contentful": "^8.11.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"got": "^12.6.1",
"isbot": "^3.6.13",
"leaflet": "^1.9.3",
"nth-check": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-obfuscate": "^3.6.9",
"set-scrollbar-width": "^1.0.5",
"tailwind-container-break-out": "^2.0.6",
"truncate-html": "^1.0.4",
"webpack": "^5.88.2",
"yet-another-react-lightbox": "^3.12.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.3",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"gatsby-plugin-postcss": "^6.11.0",
"postcss": "^8.4.27",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.3"
}
}