-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.72 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
{
"name": "semantic-segmentation-editor",
"version": "1.6.0",
"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": {
"start": "meteor run --settings settings.json --exclude-archs \"web.browser.legacy, web.cordova\""
},
"dependencies": {
"@babel/runtime": "7.12.5",
"@material-ui/core": "4.11.2",
"@tweenjs/tween.js": "17.2.0",
"acorn": "8.0.4",
"body-parser": "1.18.3",
"canvas-filters": "1.0.1",
"color": "3.0.0",
"color-scheme": "1.0.1",
"core-js": "3.8.1",
"download": "8.0.0",
"fastintcompression": "0.0.2",
"file-saver": "1.3.8",
"filesize": "3.6.1",
"hull.js": "0.2.10",
"indexof": "0.0.1",
"jquery": "3.5.1",
"lineclip": "1.1.5",
"mdi-material-ui": "6.21.0",
"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.14.0",
"react-dom": "^16.14.0",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"serve-static": "1.13.2",
"shelljs": "0.8.2",
"simplify-js": "1.2.3",
"three": "0.112.1",
"tippy.js": "2.5.2",
"underscore": "1.9.1",
"url": "0.11.0"
}
}