-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "dverse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chatscope/chat-ui-kit-react": "^1.10.1",
"@chatscope/chat-ui-kit-styles": "^1.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@livepeer/react": "^2.4.3",
"@livepeer/webrtmp-sdk": "^0.2.3",
"@rainbow-me/rainbowkit": "^0.12.4",
"@react-md/icon": "^5.1.3",
"@thirdweb-dev/storage": "^1.1.2",
"bootstrap": "^5.1.3",
"canvas-to-image": "^2.2.5",
"copy-to-clipboard": "^3.3.3",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"firebase": "^9.21.0",
"matrix-js-sdk": "^24.1.0",
"next": "13.2.4",
"react": "18.2.0",
"react-bootstrap": "^2.5.0-beta.1",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-modal": "^3.16.1",
"react-nice-avatar": "^1.4.0",
"react-simple-typewriter": "^5.0.1",
"react-toastify": "^9.1.2",
"react-typewriter-hook": "^1.0.1",
"react-vertical-timeline-component": "^3.6.0",
"sass": "^1.60.0",
"sweetalert2": "^11.7.3",
"video.js": "^8.3.0",
"wagmi": "^0.12.6"
}
}