-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.42 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.42 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
76
77
78
79
{
"name": "supabase-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"build:translations": "node scripts/translations/build.js",
"start": "next start",
"lint": "next lint",
"check-types": "tsc --noEmit",
"prepare": "husky install"
},
"dependencies": {
"@babel/core": "^7.18.5",
"@googleapis/youtube": "^8.0.2",
"@logtail/node": "^0.1.12",
"@mdx-js/react": "^2.1.1",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-alert-dialog": "^0.1.7",
"@radix-ui/react-avatar": "^0.1.4",
"@radix-ui/react-checkbox": "^0.1.5",
"@radix-ui/react-collapsible": "^0.1.6",
"@radix-ui/react-dialog": "^0.1.5",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-id": "0.1.5",
"@radix-ui/react-label": "0.1.5",
"@radix-ui/react-popover": "^0.1.6",
"@radix-ui/react-separator": "^0.1.4",
"@radix-ui/react-slot": "^0.1.2",
"@radix-ui/react-tabs": "0.1.5",
"@radix-ui/react-toggle": "^0.1.4",
"@radix-ui/react-toggle-group": "^0.1.5",
"@radix-ui/react-tooltip": "^0.1.7",
"@radix-ui/react-visually-hidden": "^0.1.4",
"@sendgrid/mail": "^7.7.0",
"@stitches/react": "^1.2.8",
"@supabase/supabase-js": "^1.35.3",
"@touch4it/ical-timezones": "^1.9.0",
"chrome-aws-lambda": "^10.1.0",
"clamp": "^1.0.1",
"clipboardy": "^3.0.0",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.4",
"gray-matter": "^4.0.3",
"ical-generator": "^3.4.3",
"lodash.sortby": "^4.7.0",
"nanoid": "^4.0.2",
"next": "^12.1.6",
"next-mdx-remote": "^4.4.1",
"next-seo": "^5.4.0",
"next-themes": "^0.2.0",
"puppeteer-core": "^10.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.32.1",
"react-hot-toast": "^2.2.0",
"react-use": "^17.4.0",
"react-viewport-height": "^1.2.2",
"swr": "^1.3.0",
"typescript-nullable": "^0.6.0",
"uuid": "^8.3.2"
},
"// trim only because of security advisory": "https://github.com/advisories/GHSA-w5p7-h5w8-2hfq",
"devDependencies": {
"@types/mdx-js__react": "^1.5.5",
"@types/react": "^17.0.43",
"eslint": "^8.17.0",
"eslint-config-next": "13.3.0",
"glob": "^8.0.3",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"next-sitemap": "^4.0.7",
"trim": ">=1.0.1",
"typescript": "^4.7.3"
}
}