-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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": "server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon --exec babel-node -- app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && babel . -d dist --ignore node_modules && cp package.json dist",
"serve": "NODE_ENV=production pm2 start dist/app.js --name=app",
"ri": "rm -rf node_modules && npm install"
},
"keywords": [
"user-dashboard",
"dasboard",
"login",
"signup"
],
"author": "Lalit Mohan",
"dependencies": {
"@hapi/joi": "^16.1.7",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.19.0",
"config": "^3.2.4",
"cors": "^2.8.5",
"ejs": "^3.0.1",
"email-templates": "^2.7.1",
"express": "^4.16.2",
"express-joi-validation": "^4.0.3",
"http": "0.0.0",
"jsonwebtoken": "^8.5.1",
"md5": "^2.2.1",
"mongoose": "^5.11.4",
"mysql2": "^2.2.5",
"nodemailer": "^6.4.2",
"nodemailer-smtp-transport": "^2.7.4",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"request": "^2.88.0",
"sequelize": "^6.3.5",
"swagger-jsdoc": "^3.4.0",
"swagger-ui-express": "^4.1.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"nodemon": "^1.19.0"
}
}