-
Notifications
You must be signed in to change notification settings - Fork 433
/
package.json
74 lines (74 loc) · 2.1 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
73
74
{
"private": true,
"repository": "vercel/virtual-event-starter-kit",
"author": "Vercel Inc.",
"homepage": "https://demo.vercel.events",
"license": "Apache-2.0",
"engines": {
"node": ">=14"
},
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build"
},
"dependencies": {
"@100mslive/react-icons": "^0.10.9",
"@100mslive/react-sdk": "^0.10.9",
"@agility/content-fetch": "1.1.1",
"@agility/content-sync": "1.0.3",
"@hcaptcha/react-hcaptcha": "^0.3.7",
"@radix-ui/react-dialog": "0.1.5",
"@radix-ui/react-dropdown-menu": "0.1.4",
"@radix-ui/react-tabs": "0.1.4",
"@reach/skip-nav": "0.12.1",
"@react-aria/button": "^3.9.4",
"@react-aria/dialog": "^3.5.13",
"@react-aria/focus": "^3.17.0",
"@react-aria/overlays": "^3.22.0",
"@react-stately/overlays": "^3.6.6",
"@supabase/supabase-js": "^1.35.4",
"chrome-aws-lambda": "10.1.0",
"classnames": "2.5.1",
"cookie": "0.6.0",
"date-fns": "3.6.0",
"htmlescape": "1.1.1",
"intersection-observer": "0.12.2",
"ioredis": "5.4.1",
"ms": "2.1.3",
"nanoid": "^5.0.7",
"next": "^14.2.3",
"nprogress": "0.2.0",
"puppeteer-core": "22.7.1",
"react": "^18.3.1",
"react-aria": "3.32.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"smoothscroll-polyfill": "0.4.4",
"swr": "2.2.5",
"validator": "13.11.0",
"vanilla-tilt": "1.8.1"
},
"devDependencies": {
"@types/classnames": "2.3.1",
"@types/cookie": "0.6.0",
"@types/htmlescape": "1.1.3",
"@types/ioredis": "5.0.0",
"@types/ms": "0.7.34",
"@types/node": "20.12.7",
"@types/nprogress": "0.2.3",
"@types/puppeteer-core": "7.0.4",
"@types/reach__skip-nav": "0.1.3",
"@types/react": "18.3.1",
"@types/smoothscroll-polyfill": "0.3.4",
"@types/validator": "13.11.9",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-hover-media-feature": "1.0.2",
"postcss-preset-env": "9.5.9",
"prettier": "3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "5.4.5"
}
}