-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.2",
"@react-email/components": "^0.0.31",
"@react-email/render": "^1.0.3",
"@react-email/tailwind": "^1.0.4",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint-config-next": "15.1.0",
"framer-motion": "^11.14.4",
"lucide-react": "^0.468.0",
"next": "15.1.0",
"postcss": "8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.14.0",
"react-vertical-timeline-component": "^3.5.3",
"resend": "^4.0.1",
"tailwind-merge": "^2.5.5",
"tailwindcss": "3.4.16",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.7.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@eslint/js": "^9.17.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/react-vertical-timeline-component": "^3.3.6",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"globals": "^15.14.0",
"ts-jest": "^29.2.5",
"typescript-eslint": "^8.18.2"
}
}