-
Notifications
You must be signed in to change notification settings - Fork 179
/
Copy pathpackage.json
71 lines (71 loc) · 1.85 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
62
63
64
65
66
67
68
69
70
71
{
"name": "@opentrons/app-shell",
"private": true,
"productName": "Opentrons",
"version": "0.0.0-dev",
"description": "Opentrons desktop application",
"main": "lib/main.js",
"types": "lib/main.d.ts",
"scripts": {
"start": "make dev",
"rebuild": "electron-rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/Opentrons/opentrons.git"
},
"author": {
"name": "Opentrons Labworks",
"email": "[email protected]"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Opentrons/opentrons/issues"
},
"homepage": "https://github.com/Opentrons/opentrons",
"workspaces": {
"nohoist": [
"**"
]
},
"devDependencies": {
"@opentrons/app": "link:../app",
"@opentrons/discovery-client": "link:../discovery-client",
"@opentrons/shared-data": "link:../shared-data",
"@opentrons/usb-bridge/node-client": "link:../usb-bridge/node-client",
"electron-notarize": "^1.2.1",
"electron-publisher-s3": "^20.17.2"
},
"dependencies": {
"@thi.ng/paths": "1.6.5",
"@types/dateformat": "^3.0.1",
"@types/fs-extra": "9.0.13",
"@types/lodash": "^4.14.191",
"@types/pump": "^1.1.0",
"@types/uuid": "^3.4.7",
"ajv": "6.12.3",
"dateformat": "3.0.3",
"electron-context-menu": "^3.5.0",
"electron-debug": "3.0.1",
"electron-devtools-installer": "3.2.0",
"electron-store": "5.1.1",
"electron-updater": "4.1.2",
"execa": "4.0.0",
"form-data": "2.5.0",
"fs-extra": "10.0.0",
"get-stream": "5.1.0",
"merge-options": "1.0.1",
"node-fetch": "2.6.7",
"node-stream-zip": "1.8.2",
"pump": "3.0.0",
"semver": "5.5.0",
"serialport": "10.5.0",
"tempy": "1.0.1",
"uuid": "3.2.1",
"winston": "3.1.0",
"yargs-parser": "13.1.2"
},
"optionalDependencies": {
"usb-detection": "4.14.1"
}
}