forked from Opentrons/opentrons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.6 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
{
"name": "@opentrons/app-shell",
"private": true,
"productName": "Opentrons",
"version": "5.0.2",
"description": "Opentrons desktop application",
"main": "lib/main.js",
"types": "lib/main.d.ts",
"scripts": {
"start": "make dev"
},
"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": "5.0.2",
"@opentrons/discovery-client": "5.0.2",
"@opentrons/shared-data": "5.0.2"
},
"dependencies": {
"@thi.ng/paths": "1.6.5",
"@types/dateformat": "^3.0.1",
"@types/fs-extra": "^7.0.0",
"@types/lodash": "^4.14.168",
"@types/pump": "^1.1.0",
"@types/uuid": "^3.4.7",
"ajv": "6.10.2",
"dateformat": "3.0.3",
"electron-context-menu": "0.15.1",
"electron-debug": "3.0.1",
"electron-devtools-installer": "3.1.1",
"electron-dl": "1.14.0",
"electron-store": "5.1.1",
"electron-updater": "4.1.2",
"execa": "4.0.0",
"form-data": "2.5.0",
"fs-extra": "6.0.1",
"get-stream": "5.1.0",
"merge-options": "1.0.1",
"node-fetch": "2.6.0",
"node-stream-zip": "1.8.2",
"pump": "3.0.0",
"semver": "5.5.0",
"tempy": "0.3.0",
"usb-detection": "4.10.0",
"uuid": "3.2.1",
"winston": "3.1.0",
"yargs-parser": "10.0.0"
}
}