-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.93 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
{
"name": "weblive",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.4.0",
"@hookform/resolvers": "^3.1.1",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@tanstack/react-query": "^4.29.14",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"autoprefixer": "10.4.14",
"bufferutil": "^4.0.7",
"class-variance-authority": "^0.6.1",
"clsx": "^2.0.0",
"cookies-next": "^2.1.2",
"country-flag-icons": "^1.5.7",
"eslint": "8.42.0",
"eslint-config-next": "13.4.6",
"framer-motion": "^10.12.16",
"jsonwebtoken": "^9.0.0",
"lucide-react": "^0.265.0",
"negotiator": "^0.6.3",
"next": "^13.4.12",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.4.2",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.2",
"react-icons": "^4.10.1",
"react-toastify": "^9.1.3",
"react-use-websocket": "^4.3.1",
"recoil": "^0.7.7",
"recordrtc": "^5.6.2",
"sharp": "^0.32.1",
"socket.io-client": "^4.7.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "^5.1.6",
"utf-8-validate": "^5.0.10",
"ws": "^8.13.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.9",
"@types/jsonwebtoken": "^9.0.2",
"@types/negotiator": "^0.6.1",
"@types/react-slick": "^0.23.10",
"@types/recordrtc": "^5.6.11",
"cross-env": "^7.0.3",
"postcss-nesting": "^11.3.0"
}
}