-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
66 lines (66 loc) · 1.86 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
59
60
61
62
63
64
65
66
{
"name": "prapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.0",
"@emotion/cache": "11.6.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "11.4.0",
"@emotion/styled": "^11.11.0",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/react": "^6.1.8",
"@fullcalendar/resource-timeline": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@livekit/components-react": "^1.4.1",
"@livekit/components-styles": "^1.0.7",
"@mui/lab": "^5.0.0-alpha.65",
"@mui/material": "^5.13.6",
"@reduxjs/toolkit": "^1.9.5",
"@zegocloud/zego-uikit-prebuilt": "^1.8.9",
"apexcharts": "^3.23.1",
"api": "^6.1.0",
"autoprefixer": "10.4.14",
"cloudinary": "^1.37.2",
"crypto-js": "^4.1.1",
"eslint": "8.42.0",
"eslint-config-next": "^13.5.4",
"express-fileupload": "^1.4.0",
"feather-icons-react": "^0.5.0",
"framer-motion": "^10.16.4",
"html-react-parser": "^4.2.2",
"jsonwebtoken": "^9.0.0",
"livekit-client": "^1.15.2",
"livekit-server-sdk": "^1.2.7",
"mongoose": "^7.3.0",
"next": "^13.5.4",
"nodemailer": "^6.9.5",
"postcss": "8.4.24",
"preline": "^1.9.0",
"react": "^18.2.0",
"react-apexcharts": "^1.3.7",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.9.0",
"react-quill": "^2.0.0",
"react-redux": "^8.1.2",
"react-responsive-carousel": "^3.2.23",
"react-toastify": "^9.1.3",
"react-top-loading-bar": "^2.3.1",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"swiper": "^9.4.1",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"daisyui": "^3.9.1"
}
}