-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 893 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
41
{
"name": "cti_exemplu_curs",
"version": "1.0.0",
"description": "Sushimi Restaurant Online",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sushi",
"bubble_tea",
"bucatarie japoneza",
"restaurant",
"sushi bar"
],
"author": "Alexandru Jilavu",
"license": "ISC",
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.2",
"express-session": "^1.17.2",
"formidable": "^2.0.1",
"helmet": "^4.6.0",
"html-pdf-node": "^1.0.7",
"juice": "^8.0.0",
"mongodb": "^4.2.2",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.16",
"pg": "^8.7.1",
"qrcode": "^1.5.0",
"request": "^2.88.2",
"sass": "^1.45.1",
"sharp": "^0.29.3",
"socket.io": "^4.4.1",
"xml-js": "^1.6.11"
},
"engines": {
"node": "16.x"
}
}