-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "philcare",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"contentlayer": "bun run --env-file .env.local contentlayer2 build"
},
"dependencies": {
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"@react-email/components": "^0.0.25",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.3.1",
"framer-motion": "^11.5.4",
"lucide-react": "^0.395.0",
"next": "14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-email": "^3.0.1",
"react-hook-form": "^7.53.0",
"resend": "^4.0.0",
"use-fit-text": "^2.4.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"clsx": "^2.1.1",
"contentlayer2": "^0.5.1",
"crawlee": "^3.11.3",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"exceljs": "^4.4.0",
"googleapis": "^140.0.1",
"next-contentlayer2": "^0.5.1",
"postcss": "^8.4.45",
"puppeteer": "^22.15.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2"
}
}