forked from palaksharma12/Talkn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
42
43
44
45
46
47
48
49
50
51
{
"name": "qlink-acmw",
"version": "1.0.0",
"description": "# Theme Blockchain",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js",
"start": "node app.js",
"build": "cd client && npm run build",
"install-client": "cd client && npm install",
"heroku-postbuild": "npm run install-client && npm run build"
},
"keywords": [],
"author": "prati",
"license": "ISC",
"engines": {
"node": "14.17.6"
},
"dependencies": {
"bcrypt": "^5.0.1",
"bootstrap": "^5.2.1",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-session": "^1.17.3",
"firebase": "^9.9.4",
"google-auth-library": "^8.5.1",
"jsonwebtoken": "^8.5.1",
"mocha": "^10.0.0",
"mongoose": "^6.6.1",
"mongoose-findorcreate": "^3.0.0",
"node-cron": "^3.0.2",
"nodemailer": "^6.7.8",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"react-bootstrap": "^2.5.0",
"react-phone-number-input": "^3.2.11",
"serve": "^14.0.1",
"solc": "^0.8.17",
"typescript": "^4.8.3",
"web-vitals": "^3.0.2"
}
}