-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 985 Bytes
/
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": "hygie",
"version": "1.0.0",
"description": "Hospital dispatcher application",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon . --exec babel-node",
"server": "babel-node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.6.3",
"babel-core": "^6.26.3",
"nodemon": "^1.19.4"
},
"dependencies": {
"axios": "^0.19.0",
"babel-node": "0.0.1-security",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"http": "0.0.0",
"moment": "^2.24.0",
"mysql2": "^2.0.0",
"qrcode": "^1.4.4",
"querystring": "^0.2.0",
"socket.io": "^2.3.0"
}
}