-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.85 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
{
"name": "livethree",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@100mslive/react-sdk": "^0.1.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.8.2",
"@mui/lab": "^5.0.0-alpha.84",
"@mui/material": "^5.8.2",
"@superfluid-finance/ethereum-contracts": "^1.3.0",
"@use-gesture/react": "^10.2.15",
"@web3auth/base": "^1.1.4",
"@web3auth/core": "^1.1.4",
"@web3auth/openlogin-adapter": "^1.1.4",
"axios": "^0.27.2",
"browser-image-compression": "^2.0.0",
"ethers": "^5.6.8",
"firebase": "^9.8.2",
"formik": "^2.2.9",
"graphql": "^16.5.0",
"notistack": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^4.4.0",
"react-firebase-hooks": "^5.0.3",
"react-full-screen": "^1.1.1",
"react-idle-timer": "^5.4.1",
"react-router-dom": "6.1.1",
"react-scripts": "5.0.1",
"react-spring": "^9.4.5",
"react-timer-hook": "^3.0.5",
"react-use": "^17.4.0",
"simplebar-react": "^2.4.1",
"use-sound": "^4.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^16.11.41",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"typescript": "^4.6.4",
"vite": "^3.0.7",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"rollup-plugin-polyfill-node": "^0.10.2"
}
}