-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.87 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.87 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
{
"name": "coursys",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
"@fullcalendar/react": "^6.1.19",
"@fullcalendar/timegrid": "^6.1.19",
"@next/third-parties": "^15.5.4",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@sparticuz/chromium": "^141.0.0",
"@tailwindcss/postcss": "^4.1.14",
"@types/sql.js": "^1.4.9",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"cssnano": "^7.1.1",
"lodash": "^4.17.21",
"lucide-react": "^0.545.0",
"next": "^15.5.4",
"next-plausible": "^3.12.5",
"postcss": "^8.5.6",
"postcss-preset-env": "^10.4.0",
"puppeteer-core": "^24.23.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-virtuoso": "^4.14.1",
"tailwind": "^4.0.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.14",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@types/lodash": "^4.17.20",
"@types/node": "^24.7.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.1",
"eslint": "^9.37.0",
"eslint-config-next": "^15.5.4",
"puppeteer": "^24.23.0",
"typescript": "5.9.3"
},
"resolutions": {
"@radix-ui/react-slot": "^1.2.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}