-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "unfiltered-connect",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@mui/material": "^5.11.0",
"@mui/styled-engine-sc": "^5.11.0",
"@tailwindcss/forms": "^0.5.2",
"@wojtekmaj/react-timerange-picker": "^5.0.3",
"aos": "^3.0.0-beta.6",
"axios": "^1.2.2",
"bootstrap": "^5.2.3",
"carousel-react-rcdev": "^0.0.5",
"dotenv": "^16.0.3",
"material-icons": "^1.13.6",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-datepicker": "^4.11.0",
"react-dom": "^18.2.0",
"react-flatpickr": "^3.10.13",
"react-rating-stars-component": "^2.2.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.3.0",
"react-simple-image-slider": "^2.4.1",
"react-slick": "^0.29.0",
"react-time-picker": "^6.0.4",
"react-transition-group": "^4.4.2",
"slick-carousel": "^1.8.1",
"sticky-js": "^1.3.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"tailwindcss": "^3.1.6",
"vite": "^3.0.0"
}
}