-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
61 lines (61 loc) · 1.73 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
{
"name": "semantic-segmentation-editor",
"version": "1.1.2",
"description": "A web based labeling tool for creating AI training data sets (2D and 3D)",
"repository": {
"type": "git",
"url": "git+https://github.com/Hitachi-Automotive-And-Industry-Lab/semantic-segmentation-editor.git"
},
"keywords": [
"labeling",
"ai",
"machine_learning"
],
"author": "Damien Mandrioli",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hitachi-Automotive-And-Industry-Lab/semantic-segmentation-editor/issues"
},
"homepage": "https://github.com/Hitachi-Automotive-And-Industry-Lab/semantic-segmentation-editor",
"scripts": {
"debug": "meteor --settings settings.json",
"start": "meteor --settings settings.json --production"
},
"dependencies": {
"@babel/runtime": "7.1.5",
"@material-ui/core": "1.5.1",
"@material-ui/icons": "1.1.0",
"@tweenjs/tween.js": "17.2.0",
"acorn": "5.7.1",
"body-parser": "1.18.3",
"canvas-filters": "1.0.1",
"color": "3.0.0",
"color-scheme": "1.0.1",
"core-js": "2.5.7",
"download": "7.1.0",
"fastintcompression": "0.0.2",
"file-saver": "1.3.8",
"filesize": "3.6.1",
"hull.js": "0.2.10",
"indexof": "0.0.1",
"lineclip": "1.1.5",
"mdi-material-ui": "5.1.1",
"mousetrap": "1.6.2",
"paper": "0.11.8",
"point-in-polygon-extended": "0.0.1",
"polybooljs": "1.2.0",
"postal": "2.0.5",
"rc-slider": "8.6.1",
"react": "16.6.1",
"react-dom": "16.6.1",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"serve-static": "1.13.2",
"shelljs": "0.8.2",
"simplify-js": "1.2.3",
"three": "0.93.0",
"tippy.js": "2.5.2",
"underscore": "1.9.1",
"url": "0.11.0"
}
}