mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Initial release
This commit is contained in:
43
package.json
Normal file
43
package.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "streamwall",
|
||||
"version": "0.0.1",
|
||||
"description": "View streams in a grid",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "webpack && electron dist",
|
||||
"test": "jest"
|
||||
},
|
||||
"author": "Max Goodhart <c@chromakode.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"csvtojson": "^2.0.10",
|
||||
"electron": "^9.0.4",
|
||||
"lodash": "^4.17.15",
|
||||
"mousetrap": "^1.6.5",
|
||||
"node-fetch": "^2.6.0",
|
||||
"preact": "^10.4.4",
|
||||
"styled-components": "^5.1.1",
|
||||
"svg-loaders-react": "^2.2.1",
|
||||
"xstate": "^4.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.10.2",
|
||||
"@babel/plugin-transform-react-jsx": "^7.10.1",
|
||||
"@babel/preset-env": "^7.10.2",
|
||||
"@svgr/webpack": "^5.4.0",
|
||||
"babel-jest": "^26.0.1",
|
||||
"babel-loader": "^8.1.0",
|
||||
"babel-plugin-styled-components": "^1.10.7",
|
||||
"copy-webpack-plugin": "^6.0.2",
|
||||
"css-loader": "^3.6.0",
|
||||
"file-loader": "^6.0.0",
|
||||
"jest": "^26.0.1",
|
||||
"prettier": "2.0.5",
|
||||
"style-loader": "^1.2.1",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.11"
|
||||
},
|
||||
"browserslist": [
|
||||
"electron 9.0"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user