-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (45 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
38
39
40
41
42
43
44
45
{
"name": "react-three-mind",
"version": "0.2.1",
"description": "MindAR components for @react-three/fiber",
"main": "dist/index.js",
"author": "Tommaso Turchi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tommasoturchi/react-three-mind"
},
"keywords": [
"web AR",
"react-three-fiber",
"react",
"fiber",
"three",
"threejs",
"image tracking",
"face tracking"
],
"scripts": {
"build": "webpack"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.2.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"worker-loader": "^3.0.8"
},
"dependencies": {
"@react-three/drei": "^9.36.0",
"@react-three/fiber": "^8.8.10",
"jotai": "^1.8.6",
"mind-ar": "1.1.5",
"react-webcam": "^7.0.1",
"three": "^0.145.0"
}
}