-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.68 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.68 KB
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
{
"name": "@quassel/frontend",
"private": true,
"version": "1.4.2",
"type": "module",
"keywords": [],
"description": "",
"author": "openscript GmbH",
"license": "MIT",
"scripts": {
"build": "tsc && vite build",
"build:types": "openapi-typescript http://localhost:3000/api-json -o ./src/api.gen.ts --enum-values",
"coverage": "vitest --coverage",
"dev": "vite --host",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/react": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@nanostores/i18n": "^1.2.2",
"@nanostores/persistent": "^1.3.3",
"@nanostores/react": "^1.1.0",
"@quassel/ui": "workspace:*",
"@quassel/utils": "workspace:*",
"@sentry/react": "^10.46.0",
"@tanstack/react-query": "^5.95.2",
"@tanstack/react-router": "^1.168.7",
"nanostores": "^1.2.0",
"openapi-fetch": "0.17.0",
"openapi-react-query": "0.5.4",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@anolilab/unplugin-favicons": "^1.0.5",
"@sinclair/typebox": "^0.34.48",
"@tanstack/react-router-devtools": "^1.166.11",
"@tanstack/router-plugin": "^1.167.8",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "4.1.2",
"favicons": "^7.2.0",
"jsdom": "^29.0.0",
"openapi-typescript": "^7.13.0",
"openapi-typescript-helpers": "^0.1.0",
"typescript": "^5.9.3",
"vite": "8.0.5",
"vitest": "^4.1.2"
}
}