-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "nrega2.0",
"version": "1.0.0",
"description": "Backend server of NREGA 2.0",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js",
"build": "cd ./frontend && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jay9874/NREGA2.0.git"
},
"author": "Jay Prakash Sharma",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jay9874/NREGA2.0/issues"
},
"homepage": "https://github.com/Jay9874/NREGA2.0#readme",
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.11.0",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.47.10",
"base64-arraybuffer": "^1.0.2",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-formidable": "^1.2.0",
"formidable": "^3.5.2",
"json-stringify-safe": "^5.0.1",
"moment": "^2.30.1",
"nodemailer": "^6.9.16",
"nodemon": "^3.1.9",
"socket.io": "^4.8.1"
}
}