-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.96 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "emmamb-dot-com",
"version": "1.1.1",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"format": "prettier --write ."
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@t3-oss/env-nextjs": "^0.9.2",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"@web3forms/react": "^1.1.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"dotenv": "^16.4.5",
"lucide-react": "^0.348.0",
"next": "^14.2.10",
"next-intl": "^3.9.5",
"next-themes": "^0.2.1",
"png-to-ico": "^2.1.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.1",
"react-icons": "^5.0.1",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.0.1",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/testsnake/emmamb-dot-com.git"
},
"author": "testsnake",
"license": "MIT",
"bugs": {
"url": "https://github.com/testsnake/emmamb-dot-com/issues"
},
"homepage": "https://github.com/testsnake/emmamb-dot-com#readme",
"ct3aMetadata": {
"initVersion": "7.28.0"
},
"packageManager": "[email protected]"
}