-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 991 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 991 Bytes
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
{
"name": "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.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.4",
"@nextui-org/react": "^2.2.9",
"@reduxjs/toolkit": "^2.0.1",
"@stripe/stripe-js": "^3.0.10",
"@types/styled-components": "^5.1.34",
"axios": "^1.6.5",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"firebase": "^10.12.2",
"flowbite-react": "^0.9.0",
"formidable": "^3.5.1",
"mongodb": "^6.3.0",
"mongoose": "^8.0.4",
"next": "14.0.4",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-redux": "^9.0.4",
"react-spinners": "^0.13.8",
"styled-components": "^6.1.8",
"tailwindcss": "^3.4.1"
}
}