-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.37 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
{
"name": "kubesight",
"version": "0.1.8",
"private": true,
"engines": {
"node": "20"
},
"homepage": "https://github.com/SocialGouv/kubesight",
"repository": "git@github.com:SocialGouv/kubesight.git",
"author": "Incubateur des Ministères Sociaux <dsi-incubateur@sg.social.gouv.fr> (https://incubateur.social.gouv.fr)",
"bugs": "https://github.com/SocialGouv/kubesight/issues",
"license": "MIT",
"scripts": {
"dev": "FORCE_COLOR=true next dev | pino-pretty",
"build": "next build",
"start": "next start",
"lint": "next lint --dir src",
"test": "jest",
"postinstall": "is-ci || husky install",
"release": "commit-and-tag-version"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@heroicons/react": "^2.0.18",
"@kubernetes/client-node": "^0.20.0",
"@material-tailwind/react": "^2.1.4",
"@opentelemetry/exporter-trace-otlp-http": "^0.46.0",
"@opentelemetry/resources": "^1.19.0",
"@opentelemetry/sdk-node": "^0.46.0",
"@opentelemetry/sdk-trace-node": "^1.19.0",
"@opentelemetry/semantic-conventions": "^1.19.0",
"@sentry/nextjs": "^7.82.0",
"@sentry/opentelemetry-node": "^7.88.0",
"@uidotdev/usehooks": "^2.4.1",
"dayjs": "^1.11.10",
"execa": "^8.0.1",
"lodash": "^4.17.21",
"next": "14.0.4",
"node-cron": "^3.0.3",
"p-map": "^6.0.0",
"pino": "^8.16.2",
"pino-http": "^8.5.1",
"react": "^18",
"react-dom": "^18",
"react18-json-view": "^0.2.6",
"remeda": "^1.29.0",
"server-only": "^0.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/is-ci": "^3",
"@types/lodash": "^4",
"@types/node": "^20",
"@types/node-cron": "^3",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"commit-and-tag-version": "^12.0.0",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"node-talisman": "^1.29.10",
"pino-pretty": "^10.2.3",
"postcss": "^8",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"packageManager": "yarn@4.0.2"
}