-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 892 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 892 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
{
"name": "imageframe",
"version": "0.6.3",
"description": "Dynamic image slideshows on SoCs",
"private": false,
"author": {
"name": "Moritz Biering",
"email": "moritzbiering.mb@gmail.com"
},
"license": "MIT",
"scripts": {
"start": "node --max-old-space-size=128 ./bin/www",
"dev": "NODE_ENV=development node ./bin/www"
},
"dependencies": {
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"cookie-parser": "~1.4.4",
"cron": "^4.3.3",
"deasync": "^0.1.30",
"debug": "^4.4.3",
"express": "^5.1.0",
"http-errors": "^2.0.0",
"i18n": "^0.15.1",
"jquery": "^3.6.0",
"morgan": "^1.10.1",
"multer": "^2.0.2",
"node-fetch": "^2.7.0",
"pug": "^3.0.2",
"serve-favicon": "^2.5.1",
"serve-static": "^2.2.0",
"sharp": "^0.34.3",
"systeminformation": "^5.27.9",
"viewerjs": "^1.11.7"
}
}