-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.86 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
{
"name": "outset",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"postinstall": "prisma generate"
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.3.1",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@prisma/client": "6.2.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-aspect-ratio": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-switch": "^1.1.2",
"@tanstack/react-query": "5.63.0",
"@tanstack/react-table": "^8.20.6",
"@types/node": "^22.10.5",
"@types/object.groupby": "^1.0.4",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/web-push": "^3.6.4",
"@uploadthing/react": "^7.1.5",
"@vercel/analytics": "^1.4.1",
"browser-image-compression": "^2.0.2",
"dayjs": "^1.11.13",
"jose": "^5.9.6",
"lucide-react": "0.469.0",
"next": "15.1.4",
"next-nprogress-bar": "^2.4.3",
"nuqs": "^2.3.0",
"object.groupby": "^1.0.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "6.2.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-infinite-scroll-component": "^6.1.0",
"react-loading-skeleton": "^3.5.0",
"server-only": "^0.0.1",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"uploadthing": "^7.4.4",
"use-debounce": "^10.0.4",
"valibot": "^1.0.0-beta.11",
"vaul": "~1.1.2",
"web-push": "^3.6.7",
"zod": "^3.24.1"
}
}