-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 905 Bytes
/
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
{
"name": "3d-annotator",
"version": "0.0.1",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/melecmat/3d-annotator",
"keywords": [
"3D",
"viewer",
"annotations",
"a-frame"
],
"author": "Matous Melecky",
"license": "CC0-1.0",
"devDependencies": {
"compress-images": "^1.9.5",
"electron": "^8.0.2"
},
"dependencies": {
"aframe-click-drag-component": "^3.0.1",
"connect": "^3.7.0",
"electron-progressbar": "^1.2.0",
"gltf-pipeline": "^3.0.0",
"handlebars": "^4.7.6",
"imagemin": "^7.0.1",
"imagemin-jpegoptim": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.0",
"jimp": "^0.16.1",
"ncp": "^2.0.0",
"obj2gltf": "^3.1.0",
"serve-static": "^1.14.1"
}
}