-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1010 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1010 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
40
{
"name": "techsphere",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/reeba212/TechSphere#readme",
"bugs": {
"url": "https://github.com/reeba212/TechSphere/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reeba212/TechSphere.git"
},
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon api/index.js",
"start": "node api/index.js"
},
"dependencies": {
"bcryptjs": "^3.0.2",
"browser-image-compression": "^2.0.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"flowbite": "^3.1.2",
"flowbite-react": "^0.10.2",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"mongodb": "^6.14.0",
"mongoose": "^8.11.0",
"multer": "^1.4.5-lts.2",
"nodemon": "^3.1.9",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}