60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "pagraphcontrol",
|
|
"description": "PulseAudio Graph Control",
|
|
"version": "1.0.13",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"ava": "^3.9.0",
|
|
"electron": "^11.1.0",
|
|
"electron-devtools-installer": "^3.1.1",
|
|
"electron-packager": "^15.2.0",
|
|
"eslint-config-xo-overrides": "^1.4.0",
|
|
"nyc": "^15.1.0",
|
|
"remotedev-server": "^0.3.1",
|
|
"uws": "^100.0.1",
|
|
"xo": "^0.32.0"
|
|
},
|
|
"scripts": {
|
|
"start": "NODE_ENV=development electron .",
|
|
"test": "xo && nyc ava",
|
|
"build": "electron-packager --overwrite . pagraphcontrol --out dist --asar"
|
|
},
|
|
"xo": {
|
|
"extends": [
|
|
"eslint-config-xo-overrides"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@futpib/paclient": "^0.0.10",
|
|
"@futpib/react-electron-menu": "^0.3.1",
|
|
"bluebird": "^3.7.2",
|
|
"camelcase": "^6.0.0",
|
|
"d3": "^5.16.0",
|
|
"electron-store": "^6.0.1",
|
|
"freedesktop-icons": "^1.0.0",
|
|
"ini": "^1.3.5",
|
|
"mathjs": "^7.0.1",
|
|
"pixi.js": "^5.2.4",
|
|
"r-dom": "^2.4.0",
|
|
"ramda": "^0.27.0",
|
|
"react": "^16.13.1",
|
|
"react-digraph": "^6.7.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-hotkeys": "^1",
|
|
"react-modal": "^3.11.2",
|
|
"react-redux": "^7.2.0",
|
|
"react-transition-group": "^4.4.1",
|
|
"recompose": "^0.30.0",
|
|
"redux": "^4.0.5",
|
|
"redux-actions": "^2.6.5",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-persist-electron-storage": "^2.1.0",
|
|
"redux-promise-middleware": "^6.1.2",
|
|
"redux-thunk": "^2.3.0",
|
|
"reselect": "^4.0.0"
|
|
}
|
|
}
|