-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 851 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
{
"name": "kitchen-wall",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@glidejs/glide": "^3.2.7",
"@toverux/expresse": "^2.4.0",
"bootstrap": "^4.3.1",
"browser-image-resizer": "^2.0.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-fileupload": "^1.1.1-alpha.3",
"font-awesome": "^4.7.0",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"imagesloaded": "^4.1.4",
"inquirer": "^6.2.2",
"jquery": "^3.3.1",
"lgtv2": "^1.4.1",
"masonry-layout": "^4.2.2",
"morgan": "~1.9.0",
"netmask": "^1.0.6",
"node-ssdp": "^4.0.0",
"pdfjs-dist": "^2.0.943",
"qrcodejs": "^1.0.0",
"socket.io": "^2.2.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}