-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.63 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
54
55
56
57
58
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"email": "email dev --dir src/emails"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@react-email/button": "0.0.13",
"@react-email/components": "^0.0.13",
"@react-email/html": "0.0.7",
"@t3-oss/env-nextjs": "^0.7.3",
"@tanstack/react-query": "^5.17.15",
"@vercel/analytics": "^1.1.2",
"autoprefixer": "10.4.17",
"axios": "^1.6.5",
"browserslist": "^4.22.2",
"caniuse-lite": "^1.0.30001579",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint-config-next": "^14.1.4",
"lucide-react": "^0.399.0",
"next": "14.1.4",
"next-rate-limit": "^0.0.3",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-email": "1.10.1",
"react-hook-form": "^7.49.3",
"react-icons": "^5.0.1",
"react-toastify": "^10.0.3",
"react-type-animation": "^3.2.0",
"reactjs-popup": "^2.0.6",
"resend": "^3.0.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"typescript": "5.3.3"
}
}