-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
108 lines (108 loc) · 3.48 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "bloompub-viewer",
"version": "2.0.5",
"author": "SIL Global",
"description": "Viewer for Bloom Digital books",
"license": "MIT",
"main": "./dist/electron/main.js",
"scripts": {
"lint": "eslint \"./**/!(*.d).ts{,x}\"",
"dev": "node .electron-react/dev-runner.js",
"build": "cross-env BUILD_TARGET=clean && node .electron-react/build.js",
"make-exe": "yarn build && electron-builder --dir",
"make-installer": "yarn build && electron-builder ",
"// this might not be used by the github action, commenting out to test that": "",
"//release": "yarn make-installer -p always"
},
"dependencies": {
"@electron/remote": "^2.1.2",
"@emotion/react": "^11.10.6",
"@octokit/rest": "^18.0.0",
"@types/electron-window-state": "^5.0.2",
"@types/temp": "^0.9.4",
"bloom-player": "^2.8.7",
"compare-versions": "^6.1.0",
"electron-log": "^5.0.0",
"electron-store": "^8.2.0",
"electron-updater": "^6.1.4",
"electron-window-state": "^5.0.3",
"fs": "^0.0.1-security",
"jszip": "^3.10.1",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "9.0.3",
"temp": "^0.9.4"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@emotion/babel-plugin": "^11.10.6",
"@emotion/eslint-plugin": "^11.10.0",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/node": "^20.9.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"ajv": "^6.11.0",
"babel-loader": "^8.0.6",
"babel-plugin-istanbul": "^6.0.0",
"babel-register": "^6.26.0",
"cfonts": "^2.5.1",
"chai": "^4.2.0",
"chalk": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^7.0.0",
"css-loader": "^3.4.2",
"del": "^5.1.0",
"devtron": "^1.4.0",
"electron": "^30.5.1",
"electron-builder": "^24.6.4",
"electron-debug": "^3.2.0",
"electron-devtools-installer": "^3.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^5.0.2",
"fork-ts-checker-webpack-plugin": "^4.0.3",
"html-webpack-plugin": "^3.2.0",
"inject-loader": "^4.0.1",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"multispinner": "^0.2.1",
"node-loader": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"react-hot-loader": "^4.12.19",
"sass-loader": "^8.0.2",
"spectron": "^10.0.0",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.4",
"ts-loader": "^6.2.1",
"tslint": "^6.0.0",
"typescript": "^4.9.5",
"url-loader": "^3.0.0",
"webpack": "^4.47.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2"
},
"packageManager": "yarn@1.22.19",
"volta": {
"node": "20.9.0",
"yarn": "1.22.19"
}
}