-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.55 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
{
"name": "react-three-arnft",
"version": "0.3.1",
"description": "Image tracking with @kalwalt/jsartoolkit-nft and @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.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/j-era/react-three-arnft.git"
},
"keywords": [
"react",
"react-three-fiber",
"jsartoolkit-nft",
"arnft",
"imagetracking",
"ar",
"three"
],
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/j-era/react-three-arnft/issues"
},
"homepage": "https://github.com/j-era/react-three-arnft#readme",
"peerDependencies": {
"@react-three/fiber": "^8.8.10",
"@webarkit/jsartoolkit-nft": "^1.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@react-three/fiber": "^8.8.10",
"core-js": "^3.25.5",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}