forked from webarkit/ARnft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.81 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
62
63
64
65
66
67
68
69
70
71
{
"name": "@webarkit/ar-nft",
"version": "0.11.0",
"main": "dist/ARnft.js",
"types": "types/src/index.d.ts",
"description": "WebAR Javscript library for markerless AR",
"keywords": [
"ARToolKit",
"AR",
"ARnft",
"Augmented Reality",
"WebAR",
"JavaScript",
"jsartoolkit",
"jsartoolkit5",
"jsartoolkitNFT",
"NFT",
"markerless"
],
"author": {
"name": "Walter Perdan",
"email": "[email protected]",
"url": "https://www.kalwaltart.com"
},
"repository": {
"type": "git",
"url": "https://github.com/webarkit/ARnft"
},
"homepage": "https://github.com/webarkit/ARnft",
"contributors": [
"Github Contributors (https://github.com/webarkit/ARnft/graphs/contributors)"
],
"bugs": {
"url": "https://github.com/webarkit/ARnft/issues"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@types/node": "^14.14.10",
"@types/stats.js": "^0.17.0",
"@types/uuid": "^8.3.0",
"babel-loader": "^8.2.2",
"custom-event": "^1.0.1",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"stats.js": "^0.17.0",
"ts-loader": "^8.1.0",
"typedoc": "^0.22.5",
"typescript": "^4.1.2",
"webpack": "^5.4.0",
"webpack-cli": "^4.5.0",
"worker-loader": "^3.0.8"
},
"scripts": {
"build-ts": "rimraf ./build && tsc && webpack --mode production",
"dev-ts": "rimraf ./build && tsc && webpack --mode development --progress --watch",
"docs": "typedoc",
"format-check": "prettier --check .",
"format": "prettier --write ."
},
"license": "LGPL-3.0",
"resolutions": {
"ecstatic": "^4.1.4"
},
"dependencies": {
"@kalwalt/jsartoolkit-nft": "^0.9.3",
"terser-webpack-plugin": "^5.1.1",
"uuid": "^8.3.2"
}
}