-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 1.97 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
{
"name": "isaiah-explorer",
"version": "0.1.0",
"private": true,
"main": "public/electron.js",
"homepage": "./",
"dependencies": {
"ajv": "^6.5.2",
"all": "0.0.0",
"atob": "^2.1.2",
"babel-loader": "^8.0.6",
"babel-runtime": "^6.26.0",
"core-js": "^3.2.1",
"electron-is-dev": "^1.1.0",
"html-react-parser": "^0.4.6",
"is-electron": "^2.2.0",
"jsoncomp": "^1.6.1",
"pako": "^1.0.6",
"react": "^16.0.0",
"react-device-detect": "^1.5.8",
"react-dom": "^16.0.0",
"react-player": "^1.12.0",
"react-scripts": "^3.1.1",
"react-sortable-hoc": "^0.8.3",
"react-tipsy": "^0.6.2"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start --port 3000",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"e-start": "rescripts start",
"e-dev": "concurrently \"BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron .\"",
"e-build": "rescripts build",
"e-test": "rescripts test",
"postinstall": "electron-builder install-app-deps",
"pree-pack": "yarn add @rescripts/cli @rescripts/rescript-env && yarn e-build",
"e-pack": "electron-builder -mw"
},
"devDependencies": {
"@rescripts/cli": "^0.0.12",
"@rescripts/rescript-env": "^0.0.10",
"babel-plugin-transform-runtime": "^6.23.0",
"concurrently": "^4.1.2",
"electron": "^6.0.9",
"electron-builder": "^21.2.0",
"typescript": "^3.6.3",
"wait-on": "^3.3.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"author": {
"name": "KC Kern",
"email": "[email protected]",
"url": "http://kckern.com"
},
"build": {
"appId": "guide.scripture.isaiah",
"productName": "Isaiah Explorer",
"mac": {
"category": "public.app-category.education",
"icon": "build/icon.icns"
},
"files": [
"build/**/*",
"node_modules/**/*"
]
}
}