-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.52 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
55
56
57
58
{
"name": "mentor-mentee-connect-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@hookform/resolvers": "^2.9.1",
"@iconify/react": "^3.2.2",
"@mui/material": "^5.8.4",
"@stripe/react-stripe-js": "^1.8.1",
"@stripe/stripe-js": "^1.31.0",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"firebase": "^9.8.4",
"framer-motion": "^6.3.13",
"moment": "^2.29.3",
"next": "12.1.6",
"react": "17.0.2",
"react-bootstrap": "^2.4.0",
"react-collapsible": "^2.9.0",
"react-countup": "^6.2.0",
"react-detect-click-outside": "^1.1.7",
"react-dom": "17.0.2",
"react-dropdown-select": "^4.9.0",
"react-hook-form": "^7.32.2",
"react-ionicons": "^4.2.0",
"react-player": "^2.10.1",
"react-query": "^3.39.1",
"react-quill": "^2.0.0-beta.4",
"react-responsive-modal": "^6.2.0",
"react-toastify": "^9.0.4",
"sass": "^1.52.2",
"slugify": "^1.6.5",
"styled-components": "^5.3.5",
"sweetalert2": "^11.4.17",
"swiper": "^8.2.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.39",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.3"
}
}