-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.81 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
{
"name": "connected-kw",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"supabase": "supabase"
},
"dependencies": {
"@directus/sdk": "^13.0.2",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@floating-ui/react": "^0.26.2",
"@googlemaps/markerclusterer": "^2.0.15",
"@googlemaps/react-wrapper": "^1.1.35",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@next/mdx": "^13.1.0",
"@supabase/supabase-js": "^2.38.4",
"@vercel/analytics": "^1.1.1",
"add-to-calendar-button-react": "^2.2.7",
"airtable": "^0.11.5",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"apify-client": "^2.9.3",
"blueimp-md5": "^2.19.0",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"gray-matter": "^4.0.3",
"html-entities": "^2.5.2",
"ics": "^3.7.6",
"luxon": "^3.4.4",
"marked": "^13.0.2",
"next": "^13.5.6",
"next-plausible": "^3.12.0",
"next-pwa": "^5.6.0",
"node-html-markdown": "^1.3.0",
"ow": "^1.1.1",
"react": "18.2.0",
"react-big-calendar": "^1.8.5",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-markdown": "^8.0.4",
"react-modal": "^3.16.1",
"react-outside-click-handler": "^1.3.0",
"react-parallax-mouse": "^2.0.1",
"react-responsive-masonry": "^2.1.7",
"react-tabs": "^6.0.1",
"react-tooltip": "^5.18.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"slugify": "^1.6.6",
"swiper": "^8.4.5"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"supabase": "^1.110.1",
"tailwindcss": "3.4.4"
}
}