-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "promptopia2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.21",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.15.21",
"@mui/styles": "^5.15.21",
"@stream-io/stream-chat-css": "^4.17.3",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"framer-motion": "^11.2.13",
"moment": "^2.30.1",
"mongodb": "^6.7.0",
"mongoose": "^8.4.1",
"mui": "^0.0.1",
"next": "14.2.4",
"next-auth": "^4.24.7",
"react": "^18.3.1",
"react-chat-engine": "^0.1.0",
"react-chat-engine-pretty": "^0.1.8",
"react-datepicker": "^7.3.0",
"react-datetime": "^3.2.0",
"react-dom": "^18.3.1",
"react-flatpickr": "^3.10.13",
"react-icons": "^5.2.1",
"react-spinners": "^0.14.1",
"react-text-truncate": "^0.19.0",
"react-time-picker": "^7.0.0",
"stream-chat": "^8.37.0",
"stream-chat-react": "^11.23.0"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}