-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.36 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
{
"name": "portfolio-web",
"version": "2.5.2",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"version": "auto-changelog -p",
"lint": "next lint"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": true,
"commitLimit": false
},
"dependencies": {
"@mantine/hooks": "^7.6.0",
"@prisma/client": "^5.10.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-nextjs": "^0.9.2",
"@types/node": "20.11.20",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"emoji-regex": "^10.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"lucide-react": "^0.341.0",
"next": "^14.1.0",
"next-cloudinary": "^5.20.0",
"postcss": "8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scroll-to-top": "^3.0.0",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.1",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"auto-changelog": "^2.4.0",
"prisma": "^5.10.2"
}
}