mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-13 00:17:31 +01:00
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"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"
|
|
}
|