-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.41 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
{
"name": "parth-chittalwar-portfolio",
"private": true,
"version": "3.0.0",
"type": "module",
"description": "Personal portfolio of Parth Chittalwar — Computer Engineering student, builder, and software developer.",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"postbuild": "node scripts/postbuild.mjs",
"preview": "vite preview",
"lint": "eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^11.18.2",
"lucide-react": "^1.18.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.30.4",
"tailwind-merge": "^2.5.5",
"three": "^0.184.0"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@types/node": "^20.17.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/three": "^0.180.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.32.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^15.15.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.19",
"typescript": "^5.6.3",
"typescript-eslint": "^8.18.0",
"vite": "^5.4.21",
"vite-tsconfig-paths": "^5.1.4"
}
}