-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 912 Bytes
/
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
{
"name": "discord",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@hcaptcha/react-hcaptcha": "^1.11.0",
"@livekit/components-react": "^2.5.2",
"@livekit/components-styles": "^1.1.1",
"@types/js-cookie": "^3.0.6",
"axios": "^1.7.7",
"gsap": "^3.12.5",
"js-cookie": "^3.0.5",
"livekit-server-sdk": "^2.6.1",
"mini-css-extract-plugin": "^2.9.1",
"next": "15.0.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-qrcode-logo": "^3.0.0",
"sass": "^1.77.8",
"socket.io-client": "^4.8.1",
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
}
}