-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.67 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.67 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"private": true,
"name": "broadcom-api-hub",
"scripts": {
"build": "yarn build-lib",
"build-lib": "cd packages/layer7-apihub && yarn build",
"build-example": "cd packages/example && yarn build",
"start-example": "concurrently \"yarn start-lib\" \"cd packages/example && yarn start\"",
"start-lib": "cd packages/layer7-apihub && yarn dev",
"test": "cd packages/layer7-apihub && yarn test",
"test:coverage": "cd packages/layer7-apihub && yarn test:coverage",
"lint": "eslint --fix ."
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"babel-eslint": "^10.1.0",
"concurrently": "~5.1.0",
"eslint": "~8.25.0",
"eslint-config-prettier": "^10.0.1",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"lint-staged": "~10.0.7",
"prettier": "^3.5.2",
"@typescript-eslint/eslint-plugin": "8.25.0",
"@typescript-eslint/parser": "8.25.0"
},
"resolutions": {
"@babel/plugin-transform-for-of": "7.12.13",
"@remix-run/router": "^1.23.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",
"@mui/icons-material": "^5.16.12",
"@mui/material": "^5.16.12",
"@uiw/react-markdown-preview": "~5.1.3",
"tss-react": "~4.9.4",
"bl": "~4.0.3",
"dompurify": "^3.2.4",
"elliptic": "~6.6.0",
"get-intrinsic": "~1.1.3",
"serialize-javascript": "~6.0.2",
"qs": "6.14.1",
"react": "^18.3.1",
"react-admin": "^5.7.3",
"react-dom": "^18.3.1",
"react-router": "^6.30.2",
"react-router-dom": "^6.30.2",
"semver": "^7.5.3",
"rehype-ignore": "1.0.1",
"ua-parser-js": "0.7.35",
"url-parse": "^1.5.9",
"fast-json-patch": "3.1.1",
"yaml": "2.0.0-1",
"form-data": "^4.0.4",
"sha.js": "2.4.12",
"lodash": "^4.17.23",
"braces": "^3.0.3",
"esbuild": "^0.27.2",
"prismjs": "^1.30.0",
"webpack": "^5.94.0",
"glob": "^9.0.0",
"cacache": "^17.0.7",
"js-yaml": "^4.1.1",
"mdast-util-to-hast": "^13.2.1",
"micromatch": "^4.0.8",
"@swagger-api/apidom-reference/minimatch": "^10.2.1",
"node-fetch": "^2.6.7",
"tmp": "^0.2.4",
"path-to-regexp": "^3.3.0",
"axios": "^1.13.5"
}
}