-
Notifications
You must be signed in to change notification settings - Fork 689
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"private": true,
"workspaces": [
"public/common/components/nexus-ui-plugin",
"public/common/components/nexus-rapture",
"public/common/components/nexus-coreui-plugin",
"private/cloud/components/nexus-cloudui-plugin"
],
"packageManager": "yarn@4.9.1",
"resolutions": {
"@babel/runtime": "=7.26.10",
"@hashgraphonline/standards-sdk": "=0.0.63",
"@nivo/line": "0.88.0",
"autolinker": "=3.16.1",
"axios": "=1.12.0",
"brace-expansion": "=2.0.2",
"core-js-pure": "=3.28.0",
"dompurify": "=3.2.4",
"form-data": "=4.0.4",
"js-yaml": "=4.1.1",
"node-gyp": "=12.0.0",
"prismjs": "=1.30.0",
"ramda": "=0.28.0",
"ramda-adjunct": "=4.1.1",
"sha.js": "=2.4.12",
"tmp": "=0.2.4"
},
"dependencies": {
"@react-hook/resize-observer": "^2.0.2",
"@uirouter/react": "1.0.7",
"axios": "1.12.0",
"core-js-pure": "3.28.0"
},
"devDependencies": {
"@eslint/js": "9.26.0",
"eslint": "9.26.0",
"eslint-plugin-react": "7.37.5",
"globals": "16.1.0"
}
}