-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.15 KB
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": "bhushan-rane-devfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "vercel --prod"
},
"dependencies": {
"@vercel/analytics": "^1.5.0",
"clsx": "^2.1.0",
"critters": "^0.0.25",
"framer-motion": "^11.0.8",
"locomotive-scroll": "^4.1.4",
"lru-cache": "^10.2.0",
"lucide-react": "^0.358.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^15.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.20",
"sharp": "^0.33.5",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vercel": "^35.0.0"
},
"devDependencies": {
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"autoprefixer": "^10.4.18",
"eslint": "^9.0.0",
"eslint-config-next": "^15.0.3",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
},
"resolutions": {
"glob": "^11.0.0",
"rimraf": "^5.0.1",
"uuid": "^9.0.1",
"debug": "^4.3.4",
"tar": "^7.4.0",
"lru-cache": "^10.2.0"
}
}