-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "my-portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@react-three/drei": "^9.117.3",
"@react-three/fiber": "^8.17.10",
"framer-motion": "^11.11.17",
"glob": "^11.0.0",
"lru-cache": "^11.0.2",
"maath": "^0.10.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-parallax-tilt": "^1.7.257",
"react-pdf": "^9.1.1",
"react-router-dom": "^6.28.0",
"react-vertical-timeline-component": "^3.6.0",
"rimraf": "^6.0.1",
"three": "^0.170.0",
"three-mesh-bvh": "^0.8.0"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"sass": "^1.81.0",
"sass-loader": "^13.3.3",
"tailwindcss": "^3.4.15",
"vite": "^5.4.10"
}
}