-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
58 lines (58 loc) · 1.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"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",
"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 --verbose"
},
"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"
}
}