-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"name": "@helpwave/tasks",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . && tsc --noEmit",
"generate": "node ../scripts/generate_boilerplate.js"
},
"dependencies": {
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "7.0.2",
"@headlessui/react": "1.7.19",
"@helpwave/api-services": "workspace:*",
"@helpwave/common": "workspace:*",
"@radix-ui/react-checkbox": "1.1.3",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "5.62.7",
"@tanstack/react-table": "8.20.6",
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"@twind/preset-tailwind-forms": "1.1.2",
"@twind/preset-typography": "1.0.7",
"@types/google-protobuf": "3.15.12",
"cookies-next": "2.1.2",
"google-protobuf": "3.21.4",
"grpc-web": "1.5.0",
"js-cookie": "3.0.5",
"lucide-react": "0.468.0",
"next": "15.1.3",
"oauth4webapi": "2.17.0",
"react": "18.3.1",
"react-custom-scrollbars-2": "4.5.0",
"react-device-detect": "2.2.3",
"react-dom": "18.3.1",
"rxjs": "7.8.1",
"simplebar-core": "1.3.0",
"simplebar-react": "3.3.0",
"typescript": "5.7.2",
"zod": "3.24.1"
},
"devDependencies": {
"@helpwave/eslint-config": "workspace:*",
"@types/js-cookie": "3.0.6",
"@types/node": "20.17.10",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5"
}
}