-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "barber-shop",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.2.5",
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.1",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/x-date-pickers": "^6.5.0",
"antd": "^5.8.2",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"dayjs": "^1.11.7",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-player": "^2.12.0",
"react-router-hash-link": "^2.4.3",
"react-spinners": "^0.13.8",
"styled-components": "^5.3.10",
"swiper": "^9.1.1"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"react-router-dom": "^6.9.0",
"vite": "^4.1.0"
}
}