-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.51 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
54
{
"name": "zstio-timetable-v3",
"version": "3.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fix-depends": "pnpm i --offline --force"
},
"dependencies": {
"@majusss/substitutions-parser": "^2.4.0",
"@majusss/timetable-parser": "^1.7.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-visually-hidden": "^1.1.1",
"@sentry/nextjs": "^8.50.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookies-next": "^4.3.0",
"ics": "^3.8.1",
"import-in-the-middle": "^1.11.2",
"lucide-react": "^0.456.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"next": "15.1.4",
"next-themes": "^0.3.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"require-in-the-middle": "^7.4.0",
"rrule": "^2.8.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"vaul": "^1.1.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/node": "^22.7.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "15.0.0",
"postcss": "^8.4.47",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}