-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "portfolio",
"version": "2.0.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",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"eslint": "^8.8.0",
"eslint-config-next": "^14.2.14",
"framer-motion": "^11.9.0",
"lucide-react": "^0.447.0",
"next": "^14.2.14",
"next-intl": "^3.20.0",
"next-themes": "^0.3.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.4.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"typewriter-effect": "^2.21.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@rocketseat/eslint-config": "^2.2.2",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"prettier-plugin-tailwindcss": "^0.6.8"
}
}