mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.0.4 to 5.2.0. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v5.0.4...v5.2.0) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
81 lines
2.7 KiB
JSON
81 lines
2.7 KiB
JSON
{
|
|
"name": "streamwall",
|
|
"version": "0.0.1",
|
|
"description": "View streams in a grid",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"prune": "rm -rf dist",
|
|
"start": "npm run build -- --stats=errors-only && electron dist",
|
|
"start-local": "npm run build -- --stats=errors-only && electron dist --control.address=http://localhost:4444 --control.username=streamwall --control.password=local-dev",
|
|
"start-dev": "npm run build -- --stats=verbose && electron dist --enable-logging --control.address=http://localhost:4444 --control.username=streamwall --control.password=local-dev",
|
|
"test": "jest",
|
|
"test:ci": "jest --ci --reporters=default --reporters=jest-junit --testPathIgnorePatterns=src/node/server.test.js --coverage"
|
|
},
|
|
"author": "Max Goodhart <c@chromakode.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"@repeaterjs/repeater": "^3.0.6",
|
|
"@sentry/electron": "^5.3.0",
|
|
"base-x": "^5.0.0",
|
|
"chokidar": "^3.6.0",
|
|
"color": "^4.2.3",
|
|
"dank-twitch-irc": "^4.3.0",
|
|
"ejs": "^3.1.10",
|
|
"electron": "^31.3.1",
|
|
"hls.js": "^1.5.14",
|
|
"jsondiffpatch": "^0.6.0",
|
|
"koa": "^2.15.3",
|
|
"koa-basic-auth": "^4.0.0",
|
|
"koa-easy-ws": "^2.1.0",
|
|
"koa-route": "^4.0.1",
|
|
"koa-static": "^5.0.0",
|
|
"koa-views": "^8.1.0",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^3.5.0",
|
|
"node-fetch": "^3.3.2",
|
|
"node-simple-cert": "0.0.1",
|
|
"preact": "^10.23.1",
|
|
"react-hotkeys-hook": "^4.5.0",
|
|
"reconnecting-websocket": "^4.4.0",
|
|
"styled-components": "^6.1.12",
|
|
"svg-loaders-react": "^2.2.1",
|
|
"webpack-dev-server": "^5.2.0",
|
|
"ws": "^8.18.0",
|
|
"xstate": "^4.37.1",
|
|
"yargs": "^17.7.2",
|
|
"yjs": "^13.6.18"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/plugin-proposal-decorators": "^7.24.7",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
"@babel/plugin-transform-react-jsx": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.3",
|
|
"@svgr/webpack": "^8.1.0",
|
|
"babel-jest": "^29.7.0",
|
|
"babel-loader": "^9.1.3",
|
|
"babel-plugin-styled-components": "^2.1.4",
|
|
"bufferutil": "^4.0.8",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"css-loader": "^7.1.2",
|
|
"file-loader": "^6.2.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"jest-junit": "^16.0.0",
|
|
"npm-check-updates": "^17.0.6",
|
|
"prettier": "3.3.3",
|
|
"style-loader": "^4.0.0",
|
|
"supertest": "^7.0.0",
|
|
"utf-8-validate": "^6.0.4",
|
|
"webpack": "^5.93.0",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"browserslist": [
|
|
"electron 9.0"
|
|
]
|
|
}
|