forked from odpi/egeria-react-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.48 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.48 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
56
57
{
"name": "egeria-react-ui-client",
"version": "2.11.0-rc.0",
"description": "Egeria React User Interface client component.",
"private": true,
"dependencies": {
"@carbon/elements": "^10.32.0",
"@carbon/grid": "^10.25.0",
"@carbon/icons-react": "^10.30.0",
"@carbon/layout": "^10.23.0",
"@carbon/themes": "^10.32.0",
"axios": "^0.21.1",
"carbon-components": "^10.33.0",
"carbon-components-react": "^7.33.0",
"carbon-icons": "^7.0.7",
"d3": "^5.16.0",
"date-fns": "^2.21.1",
"fibers": "^5.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-bootstrap": "^1.5.2",
"react-cookie": "^4.0.3",
"react-dom": "^16.13.1",
"react-json-pretty": "^2.2.0",
"react-markdown": "^5.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"sass": "^1.32.7",
"typescript": "^4.2.4"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"contributors": [
{
"name": "SPDX-License-Identifier: Apache-2.0 Copyright Contributors to the ODPi Egeria project."
}
],
"license": "Apache-2.0",
"proxy": "https://localhost:8091",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}