mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Add web-based remote control with HTTPS support
This commit is contained in:
13
package.json
13
package.json
@@ -4,19 +4,30 @@
|
||||
"description": "View streams in a grid",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "webpack --display=errors-only && electron dist",
|
||||
"build": "webpack",
|
||||
"start": "npm run build -- --display=errors-only && electron dist",
|
||||
"start:prod": "NODE_ENV=production npm start",
|
||||
"test": "jest"
|
||||
},
|
||||
"author": "Max Goodhart <c@chromakode.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"csvtojson": "^2.0.10",
|
||||
"ejs": "^3.1.3",
|
||||
"electron": "^9.0.4",
|
||||
"google-spreadsheet": "^3.0.11",
|
||||
"koa": "^2.12.1",
|
||||
"koa-basic-auth": "^4.0.0",
|
||||
"koa-easy-ws": "^1.1.3",
|
||||
"koa-route": "^3.2.0",
|
||||
"koa-static": "^5.0.0",
|
||||
"koa-views": "^6.3.0",
|
||||
"lodash": "^4.17.15",
|
||||
"mousetrap": "^1.6.5",
|
||||
"node-fetch": "^2.6.0",
|
||||
"node-simple-cert": "0.0.1",
|
||||
"preact": "^10.4.4",
|
||||
"reconnecting-websocket": "^4.4.0",
|
||||
"styled-components": "^5.1.1",
|
||||
"svg-loaders-react": "^2.2.1",
|
||||
"xstate": "^4.10.0",
|
||||
|
||||
Reference in New Issue
Block a user