forked from artcom/react-three-arjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.51 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
55
56
57
58
59
60
61
{
"name": "@artcom/react-three-arjs",
"version": "0.5.2",
"description": "AR.js with react-three-fiber ",
"main": "lib/index.js",
"files": [
"lib/"
],
"scripts": {
"watch": "babel --watch src --out-dir lib",
"build": "babel src --out-dir lib --source-maps"
},
"engines": {
"node": ">= 16.15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artcom/react-three-arjs.git"
},
"keywords": [
"react",
"react-three-fiber",
"ar.js",
"ar",
"three"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/artcom/react-three-arjs/issues"
},
"homepage": "https://github.com/artcom/react-three-arjs#readme",
"peerDependencies": {
"@ar-js-org/ar.js": "^3.4.0",
"@react-three/fiber": "^8.2.1",
"buffer": "^6.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.142.0"
},
"devDependencies": {
"@ar-js-org/ar.js": "^3.4.0",
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@react-three/fiber": "^8.2.1",
"buffer": "^6.0.3",
"core-js": "^3.24.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.142.0"
}
}