-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.89 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.89 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "developer-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.6.1",
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-avatar": "^1.1.4",
"@radix-ui/react-checkbox": "^1.1.5",
"@radix-ui/react-dialog": "^1.1.7",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.4",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-separator": "^1.1.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.1.4",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.2.0",
"@types/js-cookie": "^3.0.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.1.1",
"framer-motion": "^12.7.3",
"js-cookie": "^3.0.5",
"lucide-react": "^0.488.0",
"negotiator": "^1.0.0",
"next": "^15.3.0",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.55.0",
"resend": "^4.3.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.4",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.11.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"autoprefixer": "^10.4.18",
"eslint": "^9.24.0",
"eslint-config-next": "15.3.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.2.0",
"playwright": "^1.52.0",
"postcss": "^8.4.35",
"tailwindcss": "^4.1.4",
"typescript": "^5.3.3"
}
}