-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·117 lines (117 loc) · 3.9 KB
/
package.json
File metadata and controls
executable file
·117 lines (117 loc) · 3.9 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "innohassle-website",
"version": "1.7.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.20.0",
"scripts": {
"dev": "vite dev --port 3000",
"build": "pnpm gen:sitemap && vite build",
"preview": "vite build && vite preview --port 3000 --host 0.0.0.0",
"gen:sitemap": "node scripts/generate-sitemap.mjs --exclude=/42,/account/,/catalogue,/clubs/admin,/events/admin,/forms/submit,/student-affairs/",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"typecheck": "tsc --build --noEmit",
"prettify": "prettier --write --list-different .",
"prettier:check": "prettier --ignore-unknown --check .",
"lint-staged": "lint-staged",
"prepare": "husky",
"gen:api": "pnpm exec openapi-typescript --root-types --enum",
"release": "bumpp package.json",
"update-deps": "taze minor -wIrl",
"test:ndcg": "vite-node src/components/dashboard/links/searchUtils.test.ts"
},
"dependencies": {
"@dr.pogodin/react-helmet": "^3.0.4",
"@eslint/js": "^9.39.1",
"@floating-ui/react": "^0.27.16",
"@fontsource-variable/rubik": "^5.2.8",
"@fontsource/fuzzy-bubbles": "^5.2.7",
"@fontsource/roboto": "^5.2.8",
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
"@fullcalendar/list": "^6.1.19",
"@fullcalendar/moment": "^6.1.19",
"@fullcalendar/react": "^6.1.19",
"@fullcalendar/timegrid": "^6.1.19",
"@iconify/json": "^2.2.403",
"@iconify/tailwind4": "^1.1.0",
"@mdx-js/mdx": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@mdx-js/rollup": "^3.1.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.16",
"@tanstack/react-query": "^5.90.6",
"@tanstack/react-router": "^1.134.12",
"@tanstack/router-devtools": "^1.134.12",
"@tanstack/router-plugin": "^1.134.12",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@typescript-eslint/eslint-plugin": "^8.46.3",
"@typescript-eslint/parser": "^8.46.3",
"@vitejs/plugin-react": "^5.1.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.1",
"@vueuse/core": "^14.0.0",
"bumpp": "^10.3.1",
"chalk": "^5.6.2",
"clsx": "^2.1.1",
"daisyui": "^5.4.3",
"double-metaphone": "^2.0.1",
"eslint": "^9.39.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"fuse.js": "^7.1.0",
"globals": "^16.5.0",
"husky": "^9.1.7",
"ical.js": "^2.2.1",
"lint-staged": "^16.2.6",
"moment": "^2.30.1",
"openapi-fetch": "^0.15.0",
"openapi-typescript": "^7.10.1",
"openapi-typescript-helpers": "^0.0.15",
"pdfjs-dist": "*",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"react": "^19.2.0",
"react-confetti-boom": "^2.0.1",
"react-dom": "^19.2.0",
"react-error-boundary": "^6.0.0",
"react-markdown": "^10.1.0",
"react-number-format": "^5.4.4",
"react-pdf": "^10.2.0",
"react-snowfall": "^2.4.0",
"remark-gfm": "^4.0.1",
"sass-embedded": "^1.93.3",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.16",
"taze": "^19.9.0",
"transliteration": "^2.3.5",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3",
"usehooks-ts": "^3.1.1",
"veaury": "^2.6.3",
"vite": "^7.1.12",
"vite-node": "^3.2.4",
"vite-plugin-minify": "^2.1.0",
"vite-plugin-mkcert": "^1.17.9",
"vite-plugin-pwa": "^1.1.0",
"vite-tsconfig-paths": "^5.1.4",
"vue": "^3.5.22",
"workbox-window": "^7.3.0",
"zod": "^4.1.12"
},
"lint-staged": {
"{src,public}/**/*.{js,ts,jsx,tsx,mdx|vue}": [
"eslint --fix",
"prettier --write --ignore-unknown"
],
"**/*.+(json|css|md|ya?ml|mdx)": "prettier --write --ignore-unknown"
}
}