-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1014 Bytes
/
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": "samagati",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-hook/window-size": "^3.0.7",
"@stripe/stripe-js": "^1.35.0",
"axios": "^0.27.2",
"cors": "^2.8.5",
"express": "^4.18.1",
"google-maps": "^4.3.3",
"jwt-decode": "^3.1.2",
"nodemailer": "^6.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-is-visible": "^1.2.0",
"react-loader-spinner": "^5.3.3",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.3.0",
"react-slick": "^0.29.0",
"sass": "^1.54.5",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.4.33"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-slick": "^0.23.10",
"@vitejs/plugin-react": "^2.0.1",
"typescript": "^4.6.4",
"vite": "^3.0.7"
}
}