-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1011 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1011 Bytes
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
{
"name": "iamrc1.github.io",
"version": "2.0.0",
"private": true,
"description": "Rishabh Singh portfolio (Next.js + Tailwind + Three.js)",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^10.7.4",
"@react-three/fiber": "^9.3.0",
"@vercel/kv": "^3.0.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.562.0",
"next": "^15.3.0",
"party-js": "^2.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"simple-icons": "^16.3.0",
"three": "^0.178.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@types/node": "^24.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.0",
"eslint": "^9.0.0",
"eslint-config-next": "^15.3.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.7.0"
}
}