-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 KB
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
{
"name": "Blocks",
"version": "1.0.0",
"description": "A Building Block Based Syntetic Dataset Generator",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . --overwrite --platform=win32 --arch=x64 --icon=icon.ico --prune=true --out=release-builds",
"test": "jasmine"
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "Laboratório de Visualização, Interação e Sistemas inteligentes (LABVIS)",
"license": "Apache-2.0",
"devDependencies": {
"electron": ">=12.0.4",
"electron-builder": "22.10.5",
"jasmine": "^4.6.0"
},
"dependencies": {
"@electron/remote": "1.2.1",
"@labvis-ufpa/vistechlib": "latest",
"@tensorflow/tfjs": "^3.8.0",
"asar": "^0.14.5",
"cross-spawn": "^6.0.5",
"csv-write-stream": "^2.0.0",
"d3": "4.13.0",
"electron-packager": "15.2.0",
"fontawesome-actions": "^0.17.0",
"jquery": "^3.3.1",
"json2csv": "^4.3.1",
"lodash": "^4.17.15",
"moment": "^2.22.2",
"randgen": "^0.1.0",
"seedrandom": "^3.0.5",
"utf8": "^3.0.0",
"ws": "^6.1.2"
}
}