-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.47 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
{
"name": "ventriloquist",
"private": true,
"homepage": "http://cake.wpi.edu/ventriloquist",
"scripts": {
"dev": "next dev",
"export": "next export",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predeploy": "next build && next export && echo $null >> out/.nojekyll",
"deploy": "gh-pages -d out"
},
"dependencies": {
"@mediapipe/camera_utils": "^0.3.1640029074",
"@mediapipe/drawing_utils": "^0.3.1620248257",
"@mediapipe/holistic": "^0.5.1635989137",
"@pixiv/three-vrm": "^0.6.10",
"@popperjs/core": "^2.11.5",
"aws-sdk": "^2.1111.0",
"axios": "^0.26.1",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.1.3",
"connect-mongo": "^4.6.0",
"express-session": "^1.17.2",
"gh-pages": "^4.0.0",
"kalidokit": "^1.1.5",
"mongodb": "^4.5.0",
"multer": "^1.4.4",
"next": "12.1.0",
"next-connect": "^0.12.2",
"next-session": "^4.0.4",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-modal": "^3.14.4",
"react-tabs": "^4.0.1",
"swr": "^1.2.2",
"three": "^0.138.3"
},
"devDependencies": {
"@types/bootstrap": "^5.1.9",
"@types/mongodb": "^4.0.7",
"@types/next": "^9.0.0",
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"@types/react-modal": "^3.13.1",
"@types/react-tabs": "^2.3.4",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"typescript": "4.6.2"
}
}