-
Notifications
You must be signed in to change notification settings - Fork 179
/
Copy pathpackage.json
69 lines (69 loc) · 1.99 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
{
"name": "@opentrons/app",
"version": "0.0.0-dev",
"description": "Opentrons desktop application UI",
"source": "src/index.tsx",
"types": "lib/index.d.ts",
"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",
"dependencies": {
"@ebay/nice-modal-react": "1.2.13",
"@fontsource/dejavu-sans": "5.0.3",
"@fontsource/public-sans": "5.0.3",
"@hot-loader/react-dom": "17.0.1",
"@opentrons/api-client": "link:../api-client",
"@opentrons/components": "link:../components",
"@opentrons/react-api-client": "link:../react-api-client",
"@opentrons/shared-data": "link:../shared-data",
"@thi.ng/paths": "1.6.5",
"@types/uuid": "^3.4.7",
"classnames": "2.2.5",
"connected-react-router": "6.8.0",
"core-js": "3.2.1",
"date-fns": "2.25.0",
"events": "3.0.0",
"file-saver": "2.0.1",
"formik": "2.1.4",
"history": "4.7.2",
"i18next": "^19.8.3",
"is-ip": "3.1.0",
"jszip": "3.2.2",
"lodash": "4.17.21",
"mixpanel-browser": "2.22.1",
"netmask": "2.0.2",
"path-to-regexp": "3.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-error-boundary": "^4.0.10",
"react-hot-loader": "4.13.0",
"react-i18next": "^11.7.3",
"react-intersection-observer": "^8.33.1",
"react-redux": "7.2.1",
"react-router-dom": "5.1.1",
"react-select": "5.4.0",
"react-simple-keyboard": "^3.4.187",
"react-viewport-list": "6.3.0",
"redux": "4.0.5",
"redux-observable": "1.1.0",
"redux-thunk": "2.3.0",
"remark": "9.0.0",
"remark-react": "4.0.3",
"reselect": "4.0.0",
"rxjs": "^6.5.1",
"semver": "5.5.0",
"styled-components": "5.3.6",
"typeface-open-sans": "0.0.75",
"uuid": "8.3.2"
}
}