-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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
{
"name": "vtohands",
"version": "1.0.0",
"main": "src/index.js",
"dependencies": {
"@mediapipe/face_mesh": "^0.4.1633559619",
"@mediapipe/hands": "^0.3.1620248595",
"@react-three/drei": "^8.8.0",
"@react-three/fiber": "^7.0.26",
"@threekit/lignin": "^0.8.0",
"lodash-es": "4.17.21",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.3",
"react-use-measure": "^2.1.1",
"react-webcam": "^6.0.0",
"suspend-react": "^0.0.8",
"swiper": "^6.8.4",
"three": "^0.136.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"customize-cra": "^0.9.1",
"customize-cra-react-refresh": "^1.0.1",
"express": "^4.17.2",
"react-app-rewired": "^2.1.5",
"tslint": "^6.1.3",
"typescript": "^4.5.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"author": "",
"license": "ISC",
"description": "",
"homepage": "./"
}