58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "pagraphcontrol",
|
|
"description": "PulseAudio Graph Control",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"ava": "^0.25.0",
|
|
"electron": "^3.0.8",
|
|
"electron-devtools-installer": "^2.2.4",
|
|
"electron-packager": "^12.2.0",
|
|
"eslint-config-xo-overrides": "^1.1.2",
|
|
"remotedev-server": "^0.2.6",
|
|
"uws": "^99.0.0",
|
|
"xo": "^0.23.0"
|
|
},
|
|
"scripts": {
|
|
"start": "NODE_ENV=development electron .",
|
|
"build": "electron-packager --overwrite . pagraphcontrol --platform linux --arch x64 --out dist"
|
|
},
|
|
"xo": {
|
|
"extends": [
|
|
"eslint-config-xo-overrides"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@futpib/paclient": "^0.0.8",
|
|
"@futpib/react-electron-menu": "^0.3.1",
|
|
"bluebird": "^3.5.3",
|
|
"camelcase": "^5.0.0",
|
|
"d3": "^5.7.0",
|
|
"dotenv": "^6.1.0",
|
|
"electron-store": "^2.0.0",
|
|
"freedesktop-icons": "^0.1.0",
|
|
"ini": "^1.3.5",
|
|
"mathjs": "^5.2.3",
|
|
"r-dom": "^2.4.0",
|
|
"ramda": "^0.25.0",
|
|
"react": "^16.6.0",
|
|
"react-addons-css-transition-group": "^15.6.2",
|
|
"react-digraph": "^5.1.3",
|
|
"react-dom": "^16.6.0",
|
|
"react-hotkeys": "^1.1.4",
|
|
"react-modal": "^3.6.1",
|
|
"react-redux": "^5.1.0",
|
|
"recompose": "^0.30.0",
|
|
"redux": "^4.0.1",
|
|
"redux-actions": "^2.6.4",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-persist": "^5.10.0",
|
|
"redux-persist-electron-storage": "^2.0.0",
|
|
"redux-promise-middleware": "^5.1.1",
|
|
"redux-thunk": "^2.3.0",
|
|
"remote-redux-devtools": "^0.5.13",
|
|
"reselect": "^4.0.0"
|
|
}
|
|
}
|