-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "brand-time-ecommerce",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.6",
"axios": "^1.4.0",
"firebase": "^9.23.0",
"moment": "^2.29.4",
"mui-tel-input": "^3.2.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-country-region-selector": "^3.6.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-loader-spinner": "^5.3.4",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.14.1",
"react-select": "^5.7.3",
"react-toastify": "^9.1.3",
"sweetalert2": "^11.7.12",
"swiper": "^10.0.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.0.0"
}
}