-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 905 Bytes
/
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
{
"name": "portfolio-craft",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@graphcms/rich-text-react-renderer": "0.6.2",
"@hookform/resolvers": "3.9.0",
"@rocketseat/eslint-config": "2.2.2",
"@types/node": "22.7.4",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "10.4.20",
"axios": "1.7.7",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"framer-motion": "11.9.0",
"next": "14.2.13",
"postcss": "8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-hot-toast": "2.4.1",
"react-icons": "5.3.0",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"zod": "3.23.8"
}
}