-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 884 Bytes
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
{
"name": "hedzapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"debug": "nodemon --inspect ./bin/www",
"build": "webpack",
"deploy": "pm2 deploy production hedz"
},
"dependencies": {
"canvas": "^2.6.1",
"cookie-parser": "~1.4.4",
"datauri": "^3.0.0",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-session": "^1.17.1",
"face-api.js": "^0.22.2",
"faceapi": "^1.0.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsdom": "^16.2.2",
"morgan": "~1.9.1",
"nodemailer": "^6.4.8",
"phaser": "^3.23.0",
"save-dev": "0.0.1-security",
"socket.io": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}