ebac854da8
* The MongoDB/Mongoose data storage is removed in favor of Sequelize. This abstracts over SQLite or RDBMs like PostgreSQL and MSSQL. The default is SQLite, which significantly simplifies deployments in end-user environments. * As Spacedeck now has no more mandatory server dependencies, we can wrap it in Electron and ship it as a desktop application. * Removes docker-compose.yml * First version of import UI
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "spacedeck-open",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"engines": {
|
|
"node": ">=7.8.0"
|
|
},
|
|
"dependencies": {
|
|
"archiver": "1.3.0",
|
|
"async": "2.3.0",
|
|
"basic-auth": "1.1.0",
|
|
"bcryptjs": "2.4.3",
|
|
"body-parser": "~1.17.1",
|
|
"cheerio": "0.22.0",
|
|
"config": "1.25.1",
|
|
"cookie-parser": "~1.4.3",
|
|
"electron": "^1.8.4",
|
|
"execSync": "latest",
|
|
"express": "~4.13.0",
|
|
"file-type": "^7.6.0",
|
|
"glob": "7.1.1",
|
|
"gm": "1.23.0",
|
|
"helmet": "^3.5.0",
|
|
"i18n-2": "0.6.3",
|
|
"log-timestamp": "latest",
|
|
"morgan": "1.8.1",
|
|
"mock-aws-s3": "^2.6.0",
|
|
"moment": "^2.19.3",
|
|
"node-phantom-simple": "2.2.4",
|
|
"phantomjs-prebuilt": "2.1.14",
|
|
"read-chunk": "^2.1.0",
|
|
"request": "2.81.0",
|
|
"sanitize-html": "^1.11.1",
|
|
"sequelize": "^4.37.6",
|
|
"serve-favicon": "~2.4.2",
|
|
"serve-static": "^1.13.1",
|
|
"slug": "0.9.1",
|
|
"sqlite3": "^4.0.0",
|
|
"swig": "1.4.2",
|
|
"underscore": "1.8.3",
|
|
"uuid": "^3.2.1",
|
|
"validator": "7.0.0",
|
|
"ws": "2.2.3"
|
|
},
|
|
"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"
|
|
}
|