forked from prasadbobby/NeedAP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "needap",
"version": "1.2.0",
"description": "Need AP application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js -e js,hbs,svg,css",
"start": "node index.js"
},
"author": "Prasad Bobby",
"license": "ISC",
"dependencies": {
"@vercel/ncc": "^0.28.6",
"axios": "^0.21.1",
"cloudinary": "^1.25.1",
"convert-excel-to-json": "^1.7.0",
"cookie-session": "^1.4.0",
"dompurify": "^2.2.8",
"dotenv": "^9.0.0",
"excel": "^1.0.1",
"express": "^4.17.1",
"firebase": "^8.6.0",
"firebase-admin": "^9.8.0",
"firebase-functions": "^3.14.0",
"googleapis": "^74.2.0",
"hbs": "^4.1.2",
"javascript-time-ago": "^2.3.4",
"mailgun-js": "^0.22.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongoose": "^5.12.7",
"node-localstorage": "^2.1.6",
"nodemailer": "^6.6.0",
"passport": "^0.4.1",
"passport-google-oauth2": "^0.2.0",
"serverless-http": "^2.7.0",
"store2": "^2.12.0"
}
}