forked from Opentrons/opentrons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·55 lines (55 loc) · 1.5 KB
/
package.json
File metadata and controls
executable file
·55 lines (55 loc) · 1.5 KB
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
{
"repository": {
"type": "git",
"url": "https://github.com/Opentrons/opentrons.git"
},
"author": {
"name": "Opentrons Labworks",
"email": "engineering@opentrons.com"
},
"name": "protocol-designer",
"productName": "Opentrons Protocol Designer BETA",
"private": true,
"version": "0.0.0-dev",
"description": "Protocol designer app",
"main": "src/index.js",
"bugs": {
"url": "https://github.com/Opentrons/opentrons/issues"
},
"homepage": "https://github.com/Opentrons/opentrons",
"license": "Apache-2.0",
"dependencies": {
"@hot-loader/react-dom": "17.0.1",
"@opentrons/components": "link:../components",
"@opentrons/step-generation": "link:../step-generation",
"@opentrons/shared-data": "link:../shared-data",
"@types/redux-actions": "2.6.1",
"@types/ua-parser-js": "0.7.36",
"@types/uuid": "8.3.0",
"ajv": "6.12.3",
"classnames": "2.2.5",
"cookie": "0.3.1",
"core-js": "3.2.1",
"date-fns": "2.10.0",
"file-saver": "2.0.1",
"formik": "2.1.4",
"i18next": "11.5.0",
"immer": "9.0.6",
"lodash": "4.17.21",
"query-string": "6.2.0",
"react": "17.0.1",
"react-color": "2.19.3",
"react-dnd": "6.0.0",
"react-dnd-mouse-backend": "0.1.2",
"react-dom": "17.0.1",
"react-hot-loader": "4.13.0",
"react-redux": "7.2.1",
"redux": "4.0.5",
"redux-actions": "2.2.1",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"ua-parser-js": "^0.7.23",
"uuid": "3.3.2",
"yup": "0.26.6"
}
}