-
Notifications
You must be signed in to change notification settings - Fork 179
/
package.json
46 lines (46 loc) · 1.32 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
{
"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.module.css",
"main": "lib/index.mjs",
"module": "src/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Opentrons/opentrons.git"
},
"author": "Opentrons Labworks <[email protected]> (https://opentrons.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Opentrons/opentrons/issues"
},
"homepage": "https://github.com/Opentrons/opentrons#readme",
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"dependencies": {
"@opentrons/shared-data": "link:../shared-data",
"@popperjs/core": "2.1.1",
"@react-spring/types": "9.6.1",
"@react-spring/web": "9.6.1",
"@types/classnames": "2.2.5",
"@types/lodash": "^4.14.191",
"@types/styled-components": "^5.1.26",
"@types/webpack-env": "^1.16.0",
"classnames": "2.2.5",
"interactjs": "^1.10.27",
"lodash": "4.17.21",
"react-i18next": "14.0.0",
"react-popper": "1.0.0",
"react-remove-scroll": "2.4.3",
"react-select": "5.4.0",
"redux": "4.0.5",
"styled-components": "5.3.6"
},
"devDependencies": {
"react-redux": "8.1.2"
}
}