-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.46 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": "3dfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.13.7",
"@react-three/drei": "^9.56.24",
"@react-three/fiber": "^8.11.1",
"framer-motion": "^9.0.7",
"maath": "^0.5.2",
"react": "^18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-awesome-button": "^7.0.5",
"react-carousel-minimal": "^1.4.1",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.8.1",
"react-slick": "^0.29.0",
"react-tilt": "^0.1.4",
"react-tsparticles": "^2.11.0",
"react-vertical-timeline-component": "^3.6.0",
"sass": "^1.64.1",
"slim": "^0.11.1",
"swiper": "^10.0.4",
"three": "^0.149.0",
"tsparticles": "^2.11.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"postcss-nesting": "^12.0.0",
"tailwindcss": "^3.2.6",
"vite": "^4.1.0"
}
}