-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (38 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
{
"name": "realestate",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@auth0/auth0-react": "^2.1.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"accordion": "^3.0.2",
"custom-cursor": "^2.2.3",
"framer-motion": "^10.8.5",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-countup": "^6.4.2",
"react-custom-cursors": "^2.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-outside-click-handler": "^1.3.0",
"react-reveal": "^1.2.2",
"react-vertical-timeline-component": "^3.6.0",
"swiper": "^9.1.1"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"react-router-dom": "^6.14.1",
"vite": "^4.3.9"
}
}