-
Notifications
You must be signed in to change notification settings - Fork 243
/
package.json
66 lines (66 loc) · 1.5 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "spacedeck-open",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node spacedeck.js",
"dev": "nodemon spacedeck.js",
"styles": "gulp styles"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"archiver": "5.3.1",
"async": "3.2.4",
"bcryptjs": "2.4.3",
"body-parser": "^1.19.0",
"cheerio": "1.0.0-rc.12",
"config": "3.3.9",
"cookie-parser": "~1.4.3",
"ejs": "3.1.9",
"execSync": "latest",
"express": "^4.16.4",
"file-type": "^16.5.0",
"glob": "10.3.3",
"gm": "^1.23.1",
"helmet": "^7.0.0",
"i18n-2": "0.7.3",
"log-timestamp": "latest",
"mock-aws-s3": "^4.0.2",
"moment": "^2.19.3",
"morgan": "^1.9.1",
"nodemailer": "^6.6.0",
"puppeteer": "^18",
"read-chunk": "^3",
"request": "^2.88.0",
"sanitize-html": "^2.3.3",
"sequelize": "^6.33.0",
"serve-favicon": "~2.5.0",
"serve-static": "^1.13.1",
"slug": "^8.2.2",
"sqlite3": "5.*",
"umzug": "^2",
"underscore": "^1.13.1",
"uuid": "^9.0.0",
"validator": "13.9.0",
"ws": "8.13.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^5",
"nodemon": "^3.0.1"
},
"main": "app.js",
"description": "",
"directories": {},
"repository": {
"type": "git",
"url": "https://github.com/spacedeck/spacedeck-open.git"
},
"keywords": [],
"author": "Lukas F. Hartmann, Martin Güther",
"license": "AGPLv3"
}