-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
134 lines (134 loc) · 4.66 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "@netcracker/qubership-apihub-ui",
"private": true,
"license": "Apache-2.0",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "concurrently -n agents,editor,portal \"yarn workspace @netcracker/qubership-apihub-ui-agents build\" \"yarn workspace @netcracker/qubership-apihub-ui-editor build\" \"yarn workspace @netcracker/qubership-apihub-ui-portal build\"",
"lint": "eslint . --ext .ts,.tsx,.json --ignore-path .gitignore --max-warnings 0 --report-unused-disable-directives",
"format": "yarn run lint --fix"
},
"dependencies": {
"@netcracker/qubership-apihub-npm-gitflow": "1.0.13",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@lit-labs/react": "1.1.1",
"@mui/icons-material": "5.11.9",
"@mui/lab": "5.0.0-alpha.120",
"@mui/material": "5.11.10",
"@mui/private-theming": "5.11.9",
"@netcracker/qubership-apihub-api-unifier": "1.0.3",
"@netcracker/qubership-apihub-api-processor": "3.0.3",
"@netcracker/qubership-apihub-api-visitor": "1.0.4",
"@netcracker/qubership-apihub-apispec-view": "1.0.20",
"@netcracker/qubership-apihub-class-view": "1.0.2",
"@netcracker/qubership-apihub-api-doc-viewer": "2.0.2",
"@netcracker/qubership-apihub-api-diff": "1.0.3",
"@netcracker/qubership-apihub-rest-playground": "1.0.6",
"@stoplight/spectral-core": "1.16.1",
"@stoplight/yaml": "4.2.3",
"@tanstack/react-query": "4.24.9",
"@tanstack/react-query-devtools": "4.29.14",
"@tanstack/react-table": "8.8.0",
"@types/jest": "29.5.1",
"@types/jest-environment-puppeteer": "5.0.3",
"@types/jest-image-snapshot": "6.1.0",
"@types/lodash-es": "4.17.0",
"docker-chromium": "1.4.2",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"jest-image-snapshot-diff-reporter": "1.0.0",
"jest-puppeteer": "7.0.1",
"jest-environment-puppeteer": "7.0.1",
"jest-image-snapshot": "6.1.0",
"find-node-modules": "2.1.3",
"start-server-and-test": "2.0.0",
"local-web-server": "5.3.0",
"puppeteer": "19.6.3",
"comlink": "4.4.1",
"dayjs": "1.11.7",
"fast-equals": "5.0.1",
"js-yaml": "4.1.0",
"monaco-editor": "0.35.0",
"monaco-graphql": "1.3.0",
"js-file-download": "0.4.12",
"jszip": "3.10.1",
"object-hash": "3.0.0",
"re-resizable": "6.9.9",
"react": "18.2.0",
"@hello-pangea/dnd": "16.5.0",
"react-dom": "18.2.0",
"react-router": "6.18.0",
"react-router-dom": "6.18.0",
"react-use": "17.4.0",
"ts-event-bus": "4.1.1",
"graphiql": "3.1.1",
"@graphiql/plugin-explorer": "1.0.3",
"@graphiql/toolkit": "0.9.1",
"graphql": "^16.6.0",
"lodash-es": "4.17.21",
"@graphql-tools/merge": "^9.0.4",
"rxjs": "^7.8.1",
"react-window": "^1.8.10",
"react-window-infinite-loader": "1.0.9",
"react-virtualized-auto-sizer": "1.0.24"
},
"devDependencies": {
"@storybook/addon-essentials": "7.5.1",
"@storybook/addon-interactions": "7.5.1",
"@storybook/addon-links": "7.5.1",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/blocks": "7.5.1",
"@storybook/react": "7.5.1",
"@storybook/react-vite": "7.5.1",
"@storybook/testing-library": "0.2.2",
"eslint-plugin-storybook": "0.6.15",
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@esbuild-plugins/node-modules-polyfill": "0.2.2",
"@tanstack/eslint-plugin-query": "4.24.8",
"@types/cors": "2.8.13",
"@types/express": "4.17.17",
"@types/express-ws": "3.0.1",
"@types/js-yaml": "4.0.5",
"@types/object-hash": "3.0.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-csv": "1.1.3",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"@types/react-window": "1.8.8",
"@types/react-window-infinite-loader": "1.0.9",
"@types/react-virtualized-auto-sizer": "1.0.4",
"@rollup/plugin-inject": "5.0.5",
"@vitejs/plugin-react": "3.1.0",
"storybook": "7.5.1",
"concurrently": "7.6.0",
"cors": "2.8.5",
"cross-env": "7.0.3",
"eslint": "8.34.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sort-exports": "0.8.0",
"eslint-plugin-filenames": "1.3.2",
"express": "4.18.2",
"nodemon": "2.0.20",
"rollup-plugin-visualizer": "5.9.0",
"ts-node": "10.9.1",
"openapi-types": "^12.1.0",
"typescript": "4.9.3",
"vite": "4.4.11",
"vite-plugin-fonts": "0.7.0",
"vite-plugin-monaco-editor": "1.1.0",
"vite-plugin-rewrite-all": "1.0.1"
},
"eslintConfig": {
"extends": ".eslintrc.json"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@1.22.22"
}