-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
{
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@opentdf/sdk": "^0.1.0-beta.1701",
"@react-keycloak/web": "^3.4.0",
"@react-oauth/google": "^0.12.1",
"axios": "^1.7.7",
"bootbox": "^6.0.0",
"bootstrap": "^5.3.3",
"jquery": "^3.7.1",
"keycloak-js": "^26.0.5",
"oidc-client": "^1.11.5",
"popper.js": "^1.16.1",
"react": "^18.3.1",
"react-bluesky-embed": "^0.5.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"toastr": "^2.1.4",
"webrtc-adapter": "^9.0.1"
},
"name": "www",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/jquery": "^3.5.32",
"@types/node": "^22.10.0",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8"
}
}