-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 915 Bytes
/
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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "22.10.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"cypress-real-events": "^1.13.0",
"eslint": "9.17.0",
"eslint-config-next": "15.1.0",
"framer-motion": "^11.14.4",
"next": "15.1.0",
"next-themes": "^0.4.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-use-measure": "^2.1.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.5",
"typescript": "5.7.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"cypress": "13.16.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16"
}
}