-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
153 lines (153 loc) · 4.87 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
{
"name": "fix-frontend",
"description": "Fix is an open-source Wiz alternative for cloud infrastructure security. Take control of cloud risks with an asset inventory, compliance scans, and remediation workflows.",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"build-storybook": "storybook build",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"i18n:compile": "lingui compile",
"i18n:extract": "lingui extract",
"lint:tsc": "tsc --noEmit",
"lint:tsc:files": "tsc-files --noEmit",
"lint": "eslint . --max-warnings 0",
"prebuild": "yarn i18n:compile",
"prepare": "husky",
"prestart": "yarn i18n:compile",
"pretest": "yarn i18n:compile",
"preview": "vite preview",
"preview:https": "vite preview --https",
"preview:storybook": "vite preview --outDir=\"storybook-static\"",
"start": "vite",
"storybook": "storybook dev -p 6006",
"test": "vitest --run --config=./vite.config.test.ts",
"test:dev": "vitest --config=./vite.config.test.ts",
"test:coverage:all": "yarn test --coverage",
"test:coverage": "yarn test --coverage.enabled=true --coverage.all=false",
"test:inspect": "yarn test --inspect --no-file-parallelism --maxConcurrency=1 --bail=1",
"test:ui": "yarn test --ui"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.4",
"@emotion/cache": "11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource-variable/plus-jakarta-sans": "^5.1.0",
"@lingui/macro": "^4.14.0",
"@lingui/react": "^4.14.0",
"@mui/lab": "^6.0.0-beta.14",
"@mui/material": "^6.1.6",
"@mui/system": "^6.1.6",
"@mui/x-charts-pro": "^7.0.0-beta.6",
"@mui/x-data-grid-premium": "^7.22.1",
"@mui/x-date-pickers-pro": "^7.22.1",
"@mui/x-tree-view": "^7.22.1",
"@tanstack/react-query": "^5.59.20",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.7.7",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"diff": "^7.0.0",
"flag-icons": "^7.2.3",
"hast-util-to-jsx-runtime": "^2.3.2",
"highlight.js": "^11.10.0",
"immer": "^10.1.1",
"js-cookie": "^3.0.5",
"lowlight": "^3.1.0",
"mustache": "^4.2.0",
"posthog-js": "^1.181.0",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-lazy-load-image-component": "^1.6.2",
"react-router-dom": "^6.28.0",
"react-transition-group": "^4.4.5",
"react-window": "^1.8.10",
"recharts": "~2.13.3",
"typescript-parsec": "^0.3.4",
"yaml": "^2.6.0"
},
"devDependencies": {
"@emotion/styled": "^11.13.0",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@lingui/cli": "^4.14.0",
"@lingui/swc-plugin": "^4.1.0",
"@lingui/vite-plugin": "^4.14.0",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/react-vite": "^8.4.2",
"@storybook/test": "^8.4.2",
"@testing-library/jest-dom": "^6.6.3",
"@types/d3": "^7.4.3",
"@types/diff": "^6.0.0",
"@types/js-cookie": "^3.0.6",
"@types/mustache": "^4.2.5",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-is": "^18.3.0",
"@types/react-lazy-load-image-component": "^1.6.4",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"babel-plugin-macros": "3.1.0",
"eslint": "^9.14.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-storybook": "^0.11.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"react-refresh": "^0.14.2",
"storybook": "^8.4.2",
"tsc-files": "^1.1.4",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"unique-names-generator": "^4.7.1",
"uuid": "^11.0.2",
"vite": "^5.4.10",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mock-dev-server": "^1.8.0",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.4",
"web-vitals": "^4.2.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"yarn lint"
],
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"yarn format:check"
]
},
"overrides": {
"eslint": "$eslint"
},
"engines": {
"node": "^18.18.0 || ^20.9.0",
"yarn": "^1.22.19"
}
}