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
42 lines (42 loc) · 1.21 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.21 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
{
"name": "@opentrons/components",
"version": "0.0.0-dev",
"description": "React components library for Opentrons' projects",
"source": "src/index.ts",
"types": "lib/index.d.ts",
"style": "src/index.css",
"repository": {
"type": "git",
"url": "git+https://github.com/Opentrons/opentrons.git"
},
"author": "Opentrons Labworks <engineering@opentrons.com> (https://opentrons.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Opentrons/opentrons/issues"
},
"homepage": "https://github.com/Opentrons/opentrons#readme",
"peerDependencies": {
"react": "17.0.1",
"react-router-dom": "5.1.1"
},
"dependencies": {
"@opentrons/shared-data": "link:../shared-data",
"@popperjs/core": "2.1.1",
"@types/classnames": "2.2.5",
"@types/lodash": "^4.14.191",
"@types/react": "^17.0.1",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.26",
"@types/webpack-env": "^1.16.0",
"classnames": "2.2.5",
"interactjs": "^1.10.17",
"lodash": "4.17.21",
"react-popper": "1.0.0",
"react-remove-scroll": "2.4.3",
"react-select": "5.4.0",
"styled-components": "5.3.6"
},
"browser": {
"jest-when": false
}
}