-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.68 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.68 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
{
"name": "prkr-portfolio",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "2.0.16",
"@hookform/resolvers": "3.0.1",
"@mantine/hooks": "6.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@supabase/supabase-js": "^2.42.3",
"@t3-oss/env-nextjs": "^0.9.2",
"@tabler/icons-react": "^2.46.0",
"@tanstack/react-query": "4.29.1",
"@trpc/client": "10.19.1",
"@trpc/next": "10.19.1",
"@trpc/react-query": "10.19.1",
"@trpc/server": "10.19.1",
"@types/nodemailer": "6.4.7",
"@vercel/analytics": "^1.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.315.0",
"next": "14.2.1",
"nodemailer": "6.9.13",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "7.43.9",
"react-scroll-parallax": "3.3.2",
"react-use": "^17.5.0",
"sharp": "^0.33.3",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.4"
},
"devDependencies": {
"@types/eslint": "^8.21.1",
"@types/node": "^18.14.0",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.34.0",
"eslint-config-next": "^13.2.1",
"postcss": "^8.4.14",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
},
"ct3aMetadata": {
"initVersion": "7.5.9"
}
}