-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.26 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
{
"name": "phaseportrait-gui",
"version": "1.1.4",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"scss": "node-sass --watch scss -o css",
"gpr": "node scripts/gpr.js",
"pack:win64": "electron-packager . PhasePortrait --out=dist --arch=x64 --app-version=1.1.2 --icon=phaseportrait_icon.ico --overwrite",
"pack:all": "electron-packager . PhasePortrait --all --out=dist --app-version=1.1.2 --icon=icons/phaseportrait_icon.ico --overwrite",
"build": "electron-packager . PhasePortrait --out=dist --app_version=1.1.2 --icon=icons/phaseportrait_icon.ico --overwrite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phaseportrait/phaseportrait-gui.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/phaseportrait/phaseportrait-gui/issues"
},
"homepage": "https://github.com/phaseportrait/phaseportrait-gui#readme",
"dependencies": {
"codemirror": "^5.65.1",
"electron-packager": "^17.1.1",
"plotly.js-dist-min": "^2.12.1",
"python-shell": "^3.0.1",
"ws": "^8.6.0"
},
"devDependencies": {
"electron": "^17.1.0",
"node-sass": "^7.0.1",
"tailwindcss": "^3.0.15"
}
}