-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
54 lines (54 loc) · 1.44 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": "fmc24-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": " next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.7",
"@next/font": "^13.4.19",
"@react-oauth/google": "^0.11.1",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vidstack/react": "^1.4.1",
"axios": "^1.5.1",
"crypto-js": "^4.1.1",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"formidable": "^3.5.1",
"framer-motion": "^10.16.4",
"google-auth-library": "^9.1.0",
"jwt-decode": "^3.1.2",
"lodash.startswith": "^4.2.1",
"next": "^13.5.4",
"next-cloudinary": "^4.25.0",
"nodemailer": "^6.9.6",
"razorpay": "^2.9.2",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.5",
"react-bootstrap": "^2.8.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.0",
"react-icons": "^4.11.0",
"react-loading-skeleton": "^3.3.1",
"react-multi-carousel": "^2.8.4",
"react-phone-input-2": "^2.15.1",
"react-scroll-trigger": "^0.6.14",
"react-spinners": "^0.13.8",
"typescript": "5.2.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3"
}
}