-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
38 lines (38 loc) · 975 Bytes
/
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
{
"version": "0.3.4-rc.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "rimraf dist && tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"name": "@sarge/avatar-view",
"author": "Sercan (Sarge) Altundas",
"module": "dist/avatar-view.esm.js",
"devDependencies": {
"@size-limit/preset-small-lib": "^4.5.5",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"rimraf": "^4.1.2",
"tsdx": "^0.14.1",
"tslib": "^2.4.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@mediapipe/camera_utils": "^0.3.1675466862",
"@mediapipe/face_mesh": "^0.4.1633559619",
"@react-three/drei": "^8.0.0",
"@react-three/fiber": "^7.0.0"
}
}