forked from osenorth/AR-Personal-Assistant
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.84 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
{
"name": "ossistant",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chengsokdara/use-whisper": "^0.2.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "v1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@ffmpeg/core": "^0.11.0",
"@google/model-viewer": "3.1.1",
"@mediapipe/camera_utils": "^0.3.1675466862",
"@mediapipe/pose": "^0.5.1675469404",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.3",
"@next-tools/dynamic": "^0.0.11",
"@react-google-maps/api": "^2.18.1",
"@react-three/drei": "^9.64.0",
"@react-three/fiber": "^8.12.0",
"@react-three/postprocessing": "2.6",
"@react-three/xr": "^5.4.1",
"@rive-app/react-canvas": "^3.0.49",
"@tensorflow-models/pose-detection": "^0.0.6",
"@tensorflow-models/posenet": "^2.2.2",
"@tensorflow/tfjs": "^3.10.0",
"@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.19",
"better-react-spinkit": "^2.0.4",
"crypto-js": "^4.1.1",
"leva": "^0.9.35",
"next": "13.2.4",
"next-auth": "^4.22.1",
"nextjs-cors": "^2.1.2",
"openai": "^3.3.0",
"nookies": "^2.5.2",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hamburger-button": "0.0.1",
"react-html-parser": "^2.0.2",
"react-icons": "^4.8.0",
"react-lottie": "^1.2.3",
"react-spotify-web-playback": "^0.14.0",
"react-speech-kit": "^3.0.1",
"react-stars": "^2.2.5",
"react-webcam": "^7.0.1",
"recoil": "^0.7.7",
"regenerator-runtime": "^0.13.11",
"rive-react": "^3.0.49",
"spotify-web-api-node": "^5.0.2",
"three": "^0.150.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"react-speech-recognition": "^3.10.0"
}
}