-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "@ar-js-org/ar.js-threejs",
"version": "0.3.1",
"description": "AR.js (THREEx, ARjs) modular package - Typescript version",
"main": "dist/ar.js",
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev-ts": "webpack --mode development --progress --watch",
"build-ts": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kalwalt/AR.js-threex.git"
},
"keywords": [
"AR.js",
"Three.js",
"ARToolkit",
"typescript"
],
"author": "Walter Perdan",
"license": "MIT",
"bugs": {
"url": "https://github.com/kalwalt/AR.js-threex/issues"
},
"homepage": "https://github.com/kalwalt/AR.js-threex#readme",
"devDependencies": {
"@types/node": "^18.15.11",
"@types/three": "^0.150.1",
"ts-loader": "^9.5.1",
"typescript": "^5.4.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"worker-loader": "^3.0.8"
},
"dependencies": {
"@ar-js-org/artoolkit5-js": "^0.3.0",
"three": "^0.150.1"
}
}