-
Notifications
You must be signed in to change notification settings - Fork 178
/
package.json
84 lines (84 loc) · 2.52 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
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@opentrons/app",
"type": "module",
"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",
"@opentrons/api-client": "link:../api-client",
"@opentrons/components": "link:../components",
"@opentrons/labware-library": "link:../labware-library",
"@opentrons/react-api-client": "link:../react-api-client",
"@opentrons/shared-data": "link:../shared-data",
"@opentrons/step-generation": "link:../step-generation",
"@thi.ng/paths": "1.6.5",
"@types/uuid": "^3.4.7",
"classnames": "2.2.5",
"connected-react-router": "6.9.3",
"core-js": "3.2.1",
"date-fns": "2.25.0",
"events": "3.0.0",
"file-saver": "2.0.1",
"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",
"node-fetch": "2.6.7",
"react-hook-form": "7.50.1",
"path-to-regexp": "3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.10",
"react-i18next": "14.0.0",
"react-intersection-observer": "^8.33.1",
"react-markdown": "9.0.1",
"react-redux": "8.1.2",
"react-router-dom": "6.24.1",
"react-select": "5.4.0",
"react-simple-keyboard": "^3.7.0",
"react-viewport-list": "6.3.0",
"redux": "4.0.5",
"redux-observable": "1.1.0",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"rxjs": "^6.5.1",
"semver": "5.7.2",
"styled-components": "5.3.6",
"typeface-open-sans": "0.0.75",
"uuid": "3.2.1"
},
"devDependencies": {
"@tanstack/react-query-devtools": "5.59.16",
"@types/classnames": "2.2.5",
"@types/file-saver": "2.0.1",
"@types/jszip": "3.1.7",
"@types/mixpanel-browser": "^2.35.6",
"@types/node-fetch": "2.6.11",
"@types/styled-components": "^5.1.26",
"axios": "^0.21.1",
"postcss-apply": "0.12.0",
"postcss-color-mod-function": "3.0.3",
"postcss-import": "16.0.0",
"postcss-preset-env": "9.3.0"
}
}