-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.31 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
49
50
{
"name": "gauravkparab.com",
"version": "0.2.0",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/graviscool/gauravkparab.com.git"
},
"keywords": [],
"author": "",
"homepage": "https://gauravkparab.com",
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^9.1.0",
"@radix-ui/react-slot": "^1.2.5",
"@react-spring/web": "^10.1.1",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"bootstrap": "^5.3.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"motion": "^13.0.0",
"lucide-react": "^0.577.0",
"next": "^16.2.9",
"react": "^19.2.7",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.7",
"react-scroll-parallax": "^3.5.0",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^24.13.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.5.0",
"eslint": "^9.12.0",
"eslint-config-next": "^16.2.9",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.19",
"typescript": "^6.0.3"
}
}