-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "alternative-input-web-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mediapipe/camera_utils": "^0.3.1675466862",
"@mediapipe/tasks-vision": "^0.10.13",
"@reduxjs/toolkit": "^2.2.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-redux": "^7.1.33",
"@types/redux-persist": "^4.3.1",
"bootstrap": "^5.3.3",
"cubic-spline": "^3.0.3",
"murmur-128": "^1.0.0",
"next": "^14.2.3",
"react": "^18.2.0",
"react-bootstrap": "^2.10.3",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"react-scripts": "5.0.1",
"react-webcam": "^7.0.1",
"redux-persist": "^6.0.0",
"typescript": "^4.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
}