-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
67 lines (67 loc) · 1.7 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
{
"name": "@webarkit/ar-nft",
"version": "0.14.9",
"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",
"Natural Feature Tracking",
"image tracking",
"markerless"
],
"author": {
"name": "Walter Perdan",
"email": "github@kalwaltart.it",
"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": {
"@types/node": "22.7.5",
"@types/stats.js": "^0.17.3",
"@types/uuid": "10.0.0",
"prettier": "^3.3.3",
"rimraf": "6.0.1",
"stats.js": "^0.17.0",
"ts-loader": "^9.5.1",
"typedoc": "0.26.11",
"typescript": "^5.5.4",
"webpack": "5.96.1",
"webpack-cli": "^5.1.4",
"worker-loader": "^3.0.8"
},
"scripts": {
"build-ts": "rimraf ./dist && tsc && webpack --mode production",
"dev-ts": "rimraf ./dist && tsc && webpack --mode development --progress --watch",
"docs": "typedoc",
"format-check": "prettier --check .",
"format": "prettier --write ."
},
"license": "LGPL-3.0",
"resolutions": {},
"dependencies": {
"@webarkit/jsartoolkit-nft": "^1.7.1",
"@webarkit/oneeurofilter-ts": "^0.1.0",
"terser-webpack-plugin": "^5.3.10",
"uuid": "11.0.3"
}
}