-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
executable file
·54 lines (54 loc) · 1.41 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
52
53
54
{
"name": "fyp1",
"version": "1.0.0",
"description": "",
"type": "commonjs",
"main": "app.js",
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@vonage/server-sdk": "^2.10.10",
"axios": "^0.21.4",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"concurrently": "^6.1.0",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"crypto-js": "^4.0.0",
"debug": "^4.3.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-session": "^1.17.2",
"express-validator": "^6.11.1",
"js-sha256": "^0.9.0",
"jsonwebtoken": "^8.5.1",
"messagebird": "^3.6.4",
"mongoose": "^5.13.11",
"mongoose-autopopulate": "^0.16.0",
"node-cron": "^3.0.0",
"node-fetch": "^3.2.0",
"nodemailer": "^6.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^1.1.5",
"request": "^2.88.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false && cd FrontEnd && npm install && npm run build",
"start": "node app.js"
},
"engines": {
"node": "14.18.0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.15"
}
}