-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
166 lines (166 loc) · 6.1 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
{
"name": "dashboard",
"version": "0.2.0",
"private": true,
"homepage": "/dashboard",
"dependencies": {
"@devtron-labs/devtron-fe-common-lib": "0.6.5-patch-1",
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@rjsf/core": "^5.13.3",
"@rjsf/utils": "^5.13.3",
"@rjsf/validator-ajv8": "^5.13.3",
"@sentry/browser": "7.119.1",
"@sentry/integrations": "7.50.0",
"@sentry/tracing": "7.50.0",
"@tippyjs/react": "4.2.6",
"@typeform/embed-react": "2.20.0",
"@types/marked": "4.0.8",
"@vitejs/plugin-react": "4.3.1",
"command-line-parser": "^0.2.10",
"compute-histogram": "^0.9.11",
"dayjs": "^1.11.8",
"dompurify": "^3.0.2",
"fast-json-patch": "^3.1.1",
"flexsearch": "^0.6.32",
"jsonpath-plus": "^10.0.0",
"marked": "4.3.0",
"moment": "^2.29.4",
"monaco-editor": "0.44.0",
"monaco-yaml": "5.1.1",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-csv": "^2.2.2",
"react-dates": "^21.8.0",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.5",
"react-ga4": "^1.4.1",
"react-gtm-module": "^2.0.11",
"react-mde": "^11.5.0",
"react-monaco-editor": "^0.55.0",
"react-router-dom": "^5.3.4",
"react-select": "5.8.0",
"react-virtualized": "^9.22.5",
"recharts": "^2.1.9",
"rollup-plugin-node-polyfills": "0.2.1",
"rxjs": "^7.5.4",
"sockjs-client": "1.6.1",
"tippy.js": "^6.3.7",
"vite": "5.4.6",
"vite-plugin-require-transform": "1.0.21",
"vite-plugin-svgr": "^2.4.0",
"xterm": "^4.19.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-search": "^0.9.0",
"xterm-webfont": "^2.0.0",
"yaml": "^2.4.1"
},
"scripts": {
"prepare": "husky install",
"lint": "tsc --noEmit && eslint 'src/**/*.{js,jsx,ts,tsx}' --max-warnings 0",
"lint-fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
"start": "vite --open",
"build": "NODE_OPTIONS=--max_old_space_size=4096 vite build",
"build-cluster": "relative-deps && NODE_OPTIONS=--max_old_space_size=4096 vite build",
"serve": "vite preview",
"build-light": "NODE_OPTIONS=--max_old_space_size=4096 GENERATE_SOURCEMAP=false vite build",
"build-k8s-app": "NODE_OPTIONS=--max_old_space_size=4096 GENERATE_SOURCEMAP=false VITE_K8S_CLIENT=true vite build",
"test": "vitest test",
"test-coverage:watch": "npm run test -- --coverage",
"test-coverage": "npm run test -- --coverage --watchAll=false",
"test:ci": "jest --watchAll=false --ci --json --coverage --testLocationInResults --outputFile=report.json",
"jest": "jest",
"lint-staged": "lint-staged",
"storybook": "IS_STORYBOOK=true storybook dev -p 6006",
"build-storybook": "IS_STORYBOOK=true storybook build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@chromatic-com/storybook": "^1.8.0",
"@playwright/test": "^1.32.1",
"@sentry/cli": "^2.2.0",
"@storybook/addon-a11y": "^8.2.9",
"@storybook/addon-actions": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/test": "^8.2.9",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@types/jest": "^27.4.1",
"@types/node": "20.11.0",
"@types/react": "17.0.39",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "17.0.13",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.4",
"@types/recharts": "^1.8.23",
"@types/recompose": "^0.30.10",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"env-cmd": "10.1.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^7.0.4",
"jest-extended": "^2.0.0",
"jest-junit": "^13.0.0",
"jsdom-worker": "^0.2.1",
"lint-staged": "12.5.0",
"mock-socket": "^9.2.1",
"prettier": "^3.1.1",
"react-test-render": "^1.1.2",
"relative-deps": "^1.0.7",
"sass": "^1.69.7",
"storybook": "^8.2.9",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"vite-plugin-pwa": "0.20.2",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.0.5",
"workbox-core": "7.1.0",
"workbox-navigation-preload": "7.1.0",
"workbox-precaching": "7.1.0",
"workbox-routing": "7.1.0",
"workbox-strategies": "7.1.0",
"workbox-window": "7.1.0",
"worker-loader": "3.0.8"
},
"jest": {
"collectCoverageFrom": [
"**/*.{ts,tsx,js,jsx}",
"!**/?(*.)+(mock).+(ts|js)",
"!**/node_modules/**",
"!**/coverage/**",
"!**/serviceWorker.ts",
"!**/index.tsx",
"!**/setupProxy.js"
],
"setupFilesAfterEnv": [
"jest-extended"
],
"moduleNameMapper": {
"monaco-editor": "<rootDir>/node_modules/react-monaco-editor",
"monaco-yaml": "<rootDir>/node_modules/react-monaco-editor"
}
},
"relativeDependencies": {
"@devtron-labs/devtron-fe-common-lib": "../devtron-fe-common-lib",
"@devtron-labs/devtron-fe-lib": "../devtron-fe-lib"
}
}