-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 848 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
{
"name": "esurat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "node index.js",
"frontend": "cd frontend && npm start",
"start": "concurrently 'npm run server' 'npm run frontend'"
},
"author": "Yohanes Andrew Joshua Sahante",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"canvas": "^2.0.0-alpha.12",
"concurrently": "^3.6.0",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-session": "^1.15.6",
"get-image-pixels": "^1.0.1",
"image-size": "^0.6.3",
"jsonwebtoken": "^8.3.0",
"merge-images": "^1.1.0",
"merge-img": "^2.1.2",
"multer": "^1.3.1",
"node-querybuilder": "^1.2.2",
"pdftoimage": "^1.0.0",
"qrcode": "^1.2.0",
"sharp": "^0.20.5",
"socket.io": "^2.1.1",
"tracking": "^1.1.3"
}
}