-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.54 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.54 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
72
73
74
75
76
77
78
79
80
81
{
"private": true,
"name": "@klicker-uzh/frontend-control",
"version": "3.4.0-alpha.62",
"license": "AGPL-3.0",
"dependencies": {
"@apollo/client": "3.13.8",
"@ducanh2912/next-pwa": "7.3.3",
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-regular-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@klicker-uzh/graphql": "workspace:*",
"@klicker-uzh/i18n": "workspace:*",
"@klicker-uzh/markdown": "workspace:*",
"@klicker-uzh/next-config": "workspace:*",
"@klicker-uzh/prisma": "workspace:*",
"@klicker-uzh/shared-components": "workspace:*",
"@klicker-uzh/types": "workspace:*",
"@socialgouv/matomo-next": "1.9.1",
"@uzh-bf/design-system": "4.1.6",
"cross-env": "7.0.3",
"dayjs": "1.11.13",
"deepmerge": "4.3.1",
"formik": "2.4.6",
"graphql": "16.11.0",
"graphql-codegen-persisted-query-ids": "0.2.0",
"graphql-ws": "5.16.0",
"js-cookie": "3.0.5",
"localforage": "1.10.0",
"next": "15.3.8",
"next-intl": "4.3.4",
"react": "19.1.2",
"react-dom": "19.1.2",
"react-select": "5.10.1",
"remeda": "2.15.0",
"sharp": "0.33.5",
"tailwind-merge": "3.3.1",
"yup": "1.6.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "~0.4.2",
"@tailwindcss/forms": "~0.5.10",
"@tailwindcss/postcss": "~4.1.11",
"@tailwindcss/typography": "~0.5.16",
"@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",
"postcss-import": "~16.1.0",
"swc-loader": "~0.2.6",
"tailwindcss": "~4.1.11",
"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": "cross-env NODE_ENV=development next dev --turbo --port 3003",
"dev:assessment": "pnpm run dev",
"dev:infisical": "../../util/_run_with_infisical.sh --env dev pnpm run dev",
"dev:offline": "cross-env NODE_ENV=development next dev --port 3003",
"dev:test": "cross-env NODE_ENV=test next dev --port 3003",
"lint": "next lint",
"start": "next start --port 3003",
"start:test": "cross-env NODE_ENV=test pnpm start"
},
"engines": {
"node": "=24"
},
"volta": {
"extends": "../../package.json"
}
}