-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.1 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@klicker-uzh/auth",
"version": "3.4.0-alpha.38",
"license": "AGPL-3.0",
"dependencies": {
"@auth/prisma-adapter": "2.10.0",
"@hatchet-dev/typescript-sdk": "1.9.4",
"@klicker-uzh/i18n": "workspace:*",
"@klicker-uzh/next-config": "workspace:*",
"@klicker-uzh/prisma": "workspace:*",
"@klicker-uzh/shared-components": "workspace:*",
"@klicker-uzh/types": "workspace:*",
"@klicker-uzh/util": "workspace:*",
"@next-auth/prisma-adapter": "1.0.7",
"@uzh-bf/design-system": "4.1.6",
"axios": "1.7.9",
"bcryptjs": "2.4.3",
"js-cookie": "3.0.5",
"localforage": "1.10.0",
"lucide-react": "0.522.0",
"next": "15.3.4",
"next-auth": "4.24.11",
"next-intl": "4.3.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-select": "5.10.1",
"sharp": "0.33.5",
"tailwind-merge": "3.3.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "~0.4.2",
"@tailwindcss/forms": "~0.5.10",
"@tailwindcss/postcss": "~4.1.11",
"@tailwindcss/typography": "~0.5.16",
"@types/bcryptjs": "^2.4.6",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.19.11",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"autoprefixer": "~10.4.20",
"cross-env": "~7.0.3",
"cssnano": "~6.0.1",
"eslint": "~9.30.1",
"eslint-config-next": "~15.0.0",
"postcss": "~8.4.47",
"prisma": "~6.16.1",
"tailwindcss": "~4.1.11",
"tailwindcss-animate": "~1.0.7",
"tw-animate-css": "~1.3.4",
"typescript": "~5.6.3"
},
"scripts": {
"build": "next build",
"build:test": "cross-env NODE_ENV=test next build",
"check": "tsc --noEmit",
"dev": "next dev --turbo --port 3010",
"dev:assessment": "pnpm run dev",
"dev:doppler": "doppler run --config dev -- pnpm run dev",
"dev:offline": "next dev --port 3010",
"dev:test": "cross-env NODE_ENV=test next dev --port 3010",
"lint": "next lint",
"start": "next start --port 3010",
"start:test": "cross-env NODE_ENV=test pnpm start"
},
"engines": {
"node": "=20"
},
"volta": {
"extends": "../../package.json"
}
}