-
Notifications
You must be signed in to change notification settings - Fork 179
/
Copy pathpackage.json
72 lines (72 loc) · 1.96 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
72
{
"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 --force-abi=3.71.0"
},
"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": {
"electron-notarize": "^1.2.1",
"electron-publisher-s3": "^20.17.2"
},
"dependencies": {
"@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",
"@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",
"axios": "^0.21.1",
"dateformat": "3.0.3",
"electron-context-menu": "3.6.1",
"electron-debug": "3.2.0",
"electron-is-dev": "1.2.0",
"electron-localshortcut": "3.2.1",
"electron-devtools-installer": "3.2.0",
"electron-store": "5.1.1",
"electron-updater": "6.3.9",
"execa": "4.0.0",
"form-data": "2.5.0",
"fs-extra": "10.0.0",
"get-stream": "5.1.0",
"lodash": "4.17.21",
"merge-options": "1.0.1",
"mqtt": "4.3.8",
"node-fetch": "2.6.7",
"node-stream-zip": "1.8.2",
"pump": "3.0.0",
"semver": "5.7.2",
"serialport": "10.5.0",
"tempy": "1.0.1",
"usb": "^2.11.0",
"uuid": "3.2.1",
"winston": "3.15.0",
"yargs-parser": "13.1.2"
}
}