-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
{
"name": "3dfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@react-three/drei": "^9.56.24",
"@react-three/fiber": "^8.11.1",
"bootstrap": "^5.2.3",
"class-variance-authority": "^0.7.0",
"framer-motion": "^9.0.7",
"lucide-react": "^0.363.0",
"maath": "^0.5.2",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-bootstrap-icons": "^1.10.2",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-infinite-logo-slider": "^1.0.13",
"react-multi-carousel": "^2.8.2",
"react-on-screen": "^2.1.1",
"react-router-dom": "^6.8.1",
"react-slick": "^0.30.2",
"react-tilt": "^0.1.4",
"react-vertical-timeline-component": "^3.6.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.0.0-rc.1",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.149.0"
},
"devDependencies": {
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"sass": "^1.77.4",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"vite": "^4.1.0"
}
}