-
Notifications
You must be signed in to change notification settings - Fork 6
/
package-asar-dev.json
53 lines (52 loc) · 1.58 KB
/
package-asar-dev.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
{
"name": "ace-gui",
"productName": "Ace by DAISY",
"description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)",
"version": "1.3.3-alpha.1",
"author": {
"name": "DAISY Consortium",
"organization": "DAISY Consortium",
"email": "[email protected]",
"url": "https://github.com/daisy/"
},
"homepage": "https://daisy.github.io/ace",
"repository": "daisy/ace-gui",
"license": "MIT",
"main": "main-bundle.js",
"dependencies": {
"@daisy/ace-axe-runner-electron": "1.3.3-alpha.2",
"@daisy/ace-core": "1.3.3-alpha.2",
"@daisy/ace-localize": "1.3.3-alpha.2",
"@daisy/ace-logger": "1.3.3-alpha.2",
"@daisy/epub-utils": "1.3.3-alpha.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mrmlnc/readdir-enhanced": "^2.2.1",
"about-window": "^1.15.2",
"classnames": "^2.3.2",
"electron-redux": "^2.0.0-alpha.9",
"electron-store": "^7.0.3",
"fs-extra": "^10.1.0",
"jszip": "^3.10.1",
"mime-types": "^2.1.35",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.8",
"react-select": "^4.3.1",
"react-splitter-layout": "^4.0.0",
"redux": "^4.2.1",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.4.2",
"tmp": "^0.2.1",
"typeface-roboto": "^1.1.13",
"uuid": "^8.3.2",
"xmldom": "^0.6.0",
"xpath": "^0.0.32",
"devtron": "^1.4.0",
"electron-devtools-installer": "^3.2.0",
"react-axe": "^3.5.4",
"redux-devtools-extension": "^2.13.9"
}
}