-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.4 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
47
48
49
50
51
52
53
54
{
"name": "fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^2.9.8",
"@iconify/react": "^4.0.1",
"@paypal/react-paypal-js": "^7.8.1",
"@reduxjs/toolkit": "^1.8.6",
"@tailwindcss/line-clamp": "^0.4.2",
"axios": "^1.1.3",
"body-scroll-lock": "^4.0.0-beta.0",
"date-fns": "^2.29.3",
"firebase": "^9.14.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-button": "^0.7.2",
"react-hook-form": "^7.37.0",
"react-icons": "^4.6.0",
"react-js-pagination": "^3.0.3",
"react-redux": "^8.0.4",
"react-router-dom": "6.2",
"react-to-print": "^2.14.10",
"react-toastify": "^9.0.8",
"react-transition-group": "^4.4.5",
"sass": "^1.55.0",
"slick-carousel": "^1.8.1",
"slugify": "^1.6.5",
"stream-chat": "^8.1.2",
"stream-chat-react": "^10.4.1",
"styled-components": "^5.3.6",
"sweetalert2": "^11.6.0",
"swiper": "^8.4.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0"
}
}