-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
207 lines (207 loc) · 6.62 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
{
"name": "@qovery/console",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"setup": "sh s.sh",
"start": "nx serve console",
"storybook": "nx storybook shared-ui",
"build-storybook": "nx run shared-ui:build-storybook",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"build": "nx run-many --all --target=build --parallel",
"test": "nx run-many --all --target=test --parallel",
"lint": "nx run-many --all --target=lint --parallel",
"prepare": "husky install",
"semantic-release": "semantic-release"
},
"private": true,
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@awesome.me/kit-c4457d1be4": "^1.0.24",
"@docsearch/react": "^3.6.0",
"@elgorditosalsero/react-gtm-hook": "^2.6.0",
"@lukemorales/query-key-factory": "^1.3.2",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-toolbar": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-use-controllable-state": "^1.1.0",
"@sentry/react": "^8.20.0",
"@szhsin/react-menu": "^3.0.0",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-devtools": "^4.32.6",
"@tanstack/react-table": "^8.16.0",
"@uidotdev/usehooks": "^2.4.1",
"@xterm/addon-attach": "^0.10.0",
"@xterm/addon-fit": "^0.9.0",
"@xterm/xterm": "^5.5.0",
"algoliasearch": "^4.23.3",
"ansi-to-react": "^6.1.6",
"autoprefixer": "10.4.13",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"cronstrue": "^2.21.0",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"devicon": "^2.16.0",
"downloadjs": "^1.4.7",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-testing-library": "^6.2.2",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^11.5.4",
"jwt-decode": "^4.0.0",
"monaco-editor": "^0.44.0",
"posthog-js": "^1.131.4",
"qovery-typescript-axios": "^1.1.505",
"react": "18.3.1",
"react-country-flag": "^3.0.2",
"react-datepicker": "^4.12.0",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.2",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.52.0",
"react-hot-toast": "^2.4.0",
"react-instantsearch": "^7.7.1",
"react-payment-inputs": "^1.1.9",
"react-router-dom": "^6.4.0",
"react-select": "^5.3.2",
"react-syntax-highlighter": "^15.5.0",
"react-use-intercom": "^5.3.0",
"react-xtermjs": "^1.0.9",
"shell-quote": "^1.8.1",
"styled-components": "^5.3.8",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.4.3",
"ts-pattern": "^5.0.5",
"tslib": "^2.3.0",
"use-query-params": "^2.2.1"
},
"resolutions": {
"axios": "1.7.2"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-react": "^7.14.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@juggle/resize-observer": "^3.4.0",
"@nx/cypress": "19.6.4",
"@nx/devkit": "19.6.4",
"@nx/eslint": "19.6.4",
"@nx/eslint-plugin": "19.6.4",
"@nx/jest": "19.6.4",
"@nx/js": "19.6.4",
"@nx/react": "19.6.4",
"@nx/storybook": "19.6.4",
"@nx/web": "19.6.4",
"@nx/webpack": "19.6.4",
"@nx/workspace": "19.6.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@semantic-release/github": "^8.0.6",
"@storybook/addon-essentials": "8.2.9",
"@storybook/addon-interactions": "8.2.9",
"@storybook/addon-themes": "8.2.9",
"@storybook/core-server": "8.2.9",
"@storybook/react-webpack5": "8.2.9",
"@svgr/webpack": "8.0.1",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.29",
"@swc/helpers": "0.5.12",
"@tanstack/eslint-plugin-query": "^5.6.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chance": "^1.1.3",
"@types/downloadjs": "^1.4.3",
"@types/jest": "29.5.12",
"@types/node": "18.19.31",
"@types/react": "18.3.1",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "18.3.0",
"@types/react-payment-inputs": "^1.1.0",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/shell-quote": "^1.7.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"babel-jest": "29.7.0",
"babel-loader": "^8.1.0",
"chance": "^1.1.8",
"core-js": "3.36.1",
"css-loader": "^6.8.1",
"cypress": "^9.1.0",
"downshift": "^9.0.3",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^8.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-websocket-mock": "^2.4.1",
"lint-staged": "^13.0.3",
"msw": "^1.3.0",
"nx": "19.6.4",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"pretty-quick": "^4.0.0",
"qovery-ws-typescript-axios": "^0.1.153",
"react-docgen-typescript-plugin": "^1.0.6",
"react-flat-providers": "^2.2.0",
"react-refresh": "^0.14.0",
"react-select-event": "^5.5.1",
"semantic-release": "^19.0.5",
"storybook": "8.2.9",
"style-loader": "^3.3.0",
"stylus": "0.59.0",
"stylus-loader": "^7.1.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"url-loader": "^4.1.1",
"webpack": "5.89.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Qovery/console.git"
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github"
]
]
}
}