-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 936 Bytes
/
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
{
"name": "real-estate-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon api/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.0.3",
"cors": "^2.8.5",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"file-type": "^19.0.0",
"firebase": "^10.8.1",
"glob": "^11.0.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.3.0",
"mongoose": "^8.1.2",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.3",
"react-forms": "^1.0.0-rc6",
"react-redux": "^9.0.0-rc.0",
"react-router-dom": "^6.22.0",
"real-estate-app": "file:",
"rimraf": "^6.0.1",
"sharp": "^0.33.3",
"stripe": "^14.24.0",
"uuid": "^10.0.0",
"video-react": "^0.16.0"
}
}