-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 792 Bytes
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
{
"name": "leapshape",
"productName": "LeapShape",
"description": "Browser BRep CAD in VR",
"homepage": "https://leapmotion.github.io/LeapShape",
"repository": {
"type": "git",
"url": "git+https://github.com/leapmotion/LeapShape.git"
},
"author": {
"name": "Ultraleap"
},
"scripts": {
"build": "esbuild ./src/main.js ./src/Backend/mainWorker.js --bundle --minify --sourcemap --format=esm --target=es2020 --outdir=./build --external:fs --external:path --loader:.wasm=file --define:ESBUILD=true"
},
"license": "Apache-2.0",
"bundledDependencies": false,
"dependencies": {
"leapjs": "^1.1.1",
"opencascade.js": "github:zalo/opencascade.js",
"potpack": "^1.0.1",
"three": "^0.147.0"
},
"devDependencies": {
"@types/three": "^0.146.0",
"esbuild": "^0.12.6"
}
}