-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.67 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aashutoshrathi/word-wrap": "^1.2.6",
"@next/bundle-analyzer": "^14.1.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@react-email/components": "^0.0.12",
"@react-email/tailwind": "^0.0.13",
"@tailwindcss/typography": "github:tailwindcss/typography",
"@types/node": "20.10.7",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"autoprefixer": "10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"embla-carousel-react": "^8.0.0-rc20",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"framer-motion": "^10.18.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.315.0",
"next": "^14.0.4",
"nodemailer": "^6.9.8",
"postcss": "^8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.5.3",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-vertical-timeline-component": "^3.6.0",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/nodemailer": "^6.4.14",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/react-vertical-timeline-component": "^3.3.6"
}
}