-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.18 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "3d-portfolio",
"private": true,
"version": "0.0.0",
"license": "MIT",
"author": "Sanidhya Kr. Verma",
"description": "React JS Modern 3D Portfolio using Three.js",
"keywords": [
"reactjs",
"react",
"porfolio-app",
"three-js",
"modern-ui/ux",
"js",
"javascript",
"html",
"css",
"tailwindcss"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@react-three/drei": "^9.96.1",
"@react-three/fiber": "^8.13.4",
"clsx": "^2.1.0",
"framer-motion": "^10.12.18",
"maath": "^0.10.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-router-dom": "^6.21.3",
"react-tilt": "^1.0.2",
"react-vertical-timeline-component": "^3.6.0",
"sonner": "^1.3.1",
"tailwind-merge": "^2.2.1",
"three": "^0.160.1"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"vite": "^5.0.12"
}
}