-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
106 lines (106 loc) · 3.07 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "binaural-meet",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.11.3",
"@mediapipe/camera_utils": "^0.3.1657298508",
"@mediapipe/drawing_utils": "^0.3.1657299202",
"@mediapipe/face_mesh": "^0.4.1633559619",
"@mediapipe/holistic": "^0.5.1657300018",
"@pixiv/three-vrm": "^0.6.11",
"axios": "^1.6.7",
"dexie": "^3.2.5",
"dexie-react-hooks": "^1.1.7",
"eventemitter3": "^5.0.1",
"face-api.js": "^0.22.2",
"i18next": "^19.9.1",
"i18next-browser-languagedetector": "^6.0.1",
"kalidokit": "^1.1.5",
"lodash": "^4.17.21",
"material-ui-dropzone": "^3.3.0",
"md5": "^2.3.0",
"mediasoup-client": "^3.7.4",
"mobx": "*",
"mobx-react-lite": "^3.4.0",
"pdfjs-dist": "2.7.570",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-event-injector": "^1.1.2",
"react-i18next": "^11.8.8",
"react-resize-observer": "^1.1.1",
"react-rnd": "https://github.com/hasevr/react-rnd.git",
"react-split-pane": "^0.1.92",
"react-use-gesture": "^7.0.15",
"three": "^0.142.0",
"vite": "^5.0.12",
"vite-tsconfig-paths": "^4.3.1",
"yt-player": "https://github.com/BinauralMeet/yt-player.git"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@iconify-icons/bx": "^1.1.0",
"@iconify-icons/clarity": "^1.1.1",
"@iconify-icons/fa": "^1.1.0",
"@iconify-icons/fa-solid": "^1.1.1",
"@iconify-icons/healthicons": "^1.1.6",
"@iconify-icons/heroicons-outline": "^1.1.2",
"@iconify-icons/tabler": "^1.1.5",
"@iconify/icons-bi": "^1.1.6",
"@iconify/icons-fluent": "^1.1.30",
"@iconify/icons-ic": "^1.2.13",
"@iconify/icons-material-symbols": "^1.2.13",
"@iconify/icons-mdi": "^1.1.13",
"@iconify/react": "^4.1.0",
"@react-oauth/google": "0.12.1",
"@types/deep-equal": "^1.0.1",
"@types/gapi": "^0.0.47",
"@types/gapi.auth2": "^0.0.60",
"@types/gapi.client.drive": "^3.0.13",
"@types/gapi.client.drive-v3": "^0.0.4",
"@types/google.picker": "^0.0.39",
"@types/lodash": "^4.14.168",
"@types/md5": "^2.3.5",
"@types/node": "^20.14.2",
"@types/pdfjs-dist": "2.7.2",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.0",
"@types/react-sidebar": "^3.0.0",
"@types/three": "^0.141.0",
"@types/throttle-debounce": "^2.1.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"import": "^0.0.6",
"typescript": "^4.1.2",
"vite-plugin-mediapipe": "^0.1.0"
},
"resolutions": {
"@types/react": "^17.0.34"
}
}