-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 KB
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
55
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^2.0.1",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.9",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"firebase": "^10.7.1",
"http-proxy-middleware": "^2.0.6",
"jquery": "^3.7.1",
"next": "^14.0.4",
"next-router-mock": "^0.9.11",
"otp-input-react": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18",
"react-firebase-hooks": "^5.1.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-icons-kit": "^2.0.0",
"react-modal": "^3.16.1",
"react-phone-input-2": "^2.15.1",
"react-phone-number-input": "^3.3.9",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.1",
"react-select": "^5.8.0",
"react-spring": "^9.7.3",
"react-youtube": "^10.1.0",
"redux-persist": "^6.0.0",
"simplebar": "^6.2.5",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.8",
"swiper": "^11.0.5",
"universal-cookie": "^7.0.1"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "5.3.3"
}
}