-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "ozgsec-web-frontend",
"version": "4.6.1",
"private": true,
"scripts": {
"dev": "next dev",
"test": "jest",
"postinstall": "npx prisma generate",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.1.5",
"@influxdata/influxdb-client": "^1.34.0",
"@keycloak/keycloak-admin-client": "^24.0.5",
"@prisma/client": "^4.16.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@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-portal": "^1.1.1",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"amqplib": "^0.10.4",
"canvg": "^4.0.2",
"formidable": "^2.1.2",
"ip": "^2.0.1",
"lodash": "^4.17.21",
"long": "^5.2.3",
"next": "13.5.6",
"next-auth": "^4.24.7",
"p-queue": "^8.0.1",
"pino": "^9.3.2",
"punycode": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-syntax-highlighter": "^15.5.0",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"tailwindcss": "3.4.10",
"tinycolor2": "^1.6.0",
"victory": "^37.0.2",
"webpack-node-externals": "^3.0.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@lhci/cli": "^0.14.0",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.11",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/amqplib": "^0.10.5",
"@types/formidable": "^2.0.6",
"@types/ip": "^1.1.3",
"@types/jest": "^29.5.12",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.7",
"@types/node": "^22.3.0",
"@types/punycode": "^2.1.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/tinycolor2": "^1.4.6",
"autoprefixer": "^10.4.20",
"eslint": "8.0.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"next-router-mock": "^0.9.13",
"postcss": "^8.4.41",
"prisma": "^4.16.2",
"sass": "^1.77.8",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.0"
},
"description": "OZG Security Challenge Web Frontend",
"main": "jest.config.js",
"repository": {
"type": "git",
"url": "git@gitlab.opencode.de:bmi/ozg-rahmenarchitektur/ozgsec/ozgsec-web-frontend.git"
},
"author": "",
"license": "EUPL-1.2",
"bugs": {
"url": "https://gitlab.opencode.de/bmi/ozg-rahmenarchitektur/ozgsec/ozgsec-web-frontend/-/issues"
},
"homepage": "https://gitlab.opencode.de/bmi/ozg-rahmenarchitektur/ozgsec/ozgsec-web-frontend"
}