-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.32 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"migrate": "prisma migrate dev",
"tsc": "tsc --noEmit --pretty"
},
"dependencies": {
"@prisma/client": "5.14.0",
"@remixicon/react": "4.2.0",
"@vercel/analytics": "^1.1.3",
"@vercel/postgres": "0.8.0",
"@vercel/speed-insights": "^1.0.9",
"clsx": "2.1.1",
"embla-carousel": "8.0.4",
"embla-carousel-react": "8.0.4",
"next": "canary",
"next-intl": "3.13.0",
"next-mdx-remote": "^4.4.1",
"next-qrcode": "2.5.1",
"next-themes": "0.3.0",
"prisma": "5.14.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "1.6.4",
"sugar-high": "^0.6.0",
"universal-cookie": "7.1.4",
"zod": "3.23.8"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tailwindcss/typography": "0.5.13",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.19",
"postcss": "^8",
"prettier": "^3",
"prettier-plugin-organize-imports": "^3",
"tailwindcss": "^3",
"typescript": "5.3.3"
}
}