-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "hr-app-server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"create-dev-tables": "babel-node ./db/dev/dbConnection createAllTables",
"start": "nodemon --watch . --exec babel-node -- server",
"setup": "npm-run-all -p start create-dev-tables"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.8.7",
"babel-node": "0.0.1-security",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.21.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^5.0.0-alpha.6",
"fs": "0.0.2",
"jsonwebtoken": "^8.5.1",
"make-runnable": "^1.3.6",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"node-schedule": "^1.3.2",
"nodemailer": "^6.4.6",
"nodemon": "^2.0.2",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"pdfreader": "^1.0.7",
"pg": "^8.0.2",
"web-push": "^3.4.3"
},
"devDependencies": {
"babel-cli": "^7.0.0-alpha.12",
"babel-core": "^7.0.0-bridge.0",
"babel-preset-env": "^2.0.0-alpha.6",
"babel-preset-es2015": "^7.0.0-alpha.19",
"babel-register": "^7.0.0-alpha.2",
"babel-watch": "^7.0.0"
}
}