-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 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
{
"name": "anonymous-chat",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@easydarwin/easyplayer": "^5.0.7",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@livekit/components-react": "^1.2.2",
"@livekit/components-styles": "^1.0.6",
"@sapphi-red/web-noise-suppressor": "^0.3.3",
"@types/crypto-js": "^4.1.1",
"animate.css": "^4.1.1",
"audio-recorder-polyfill": "^0.4.1",
"crypto-js": "^4.1.1",
"daisyui": "2.51.5",
"detectrtc": "^1.4.1",
"emoji-mart": "^5.5.2",
"i18next": "^23.2.3",
"livekit-client": "1.13.4",
"livekit-server-sdk": "1.2.6",
"lru-cache": "^9.0.1",
"next": "13.2.4",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dplayer": "^0.4.2",
"react-i18next": "^13.0.1",
"react-typist-component": "^1.0.5",
"recordrtc": "^5.6.2",
"set-interval-async": "^3.0.3"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"autoprefixer": "10.4.14",
"eslint": "8.37.0",
"eslint-config-next": "12.3.4",
"postcss": "^8.4.21",
"tailwindcss": "3.3.1",
"typescript": "4.9.5"
}
}