forked from jungle-dogtalk/talk-user-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.89 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": "talk-user-front-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"prod": "vite --mode production",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@mediapipe/camera_utils": "^0.3.1675466862",
"@mediapipe/hands": "^0.4.1675469240",
"@mediapipe/tasks-vision": "^0.10.14",
"@react-three/drei": "^9.108.1",
"@react-three/fiber": "^8.16.8",
"@reduxjs/toolkit": "^2.2.6",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"js-cookie": "^3.0.5",
"konva": "^9.3.14",
"openvidu-browser": "^2.27.0",
"openvidu-react": "^2.27.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-konva": "^18.2.10",
"react-redux": "^9.1.2",
"react-router-dom": "^6.0.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"use-sound": "^4.0.3",
"web-vitals": "^3.3.2"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vite": "^5.3.1"
}
}