-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "saved-by-the-ball",
"version": "0.1.0",
"private": true,
"license": "MIT",
"dependencies": {
"bufferutil": "^4.0.1",
"electron-is-dev": "^1.0.1",
"electron-rebuild": "^1.8.4",
"eslint-config-react-app": "^3.0.8",
"keypress": "^0.2.1",
"noble": "^1.9.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-scripts": "2.1.8",
"serialport": "^7.1.4",
"sphero": "^0.9.2",
"utf-8-validate": "^5.0.2",
"xpc-connection": "sandeepmistry/node-xpc-connection#26/head"
},
"resolutions": {
"xpc-connection": "sandeepmistry/node-xpc-connection#26/head"
},
"main": "public/electron.js",
"homepage": "./",
"scripts": {
"web": "react-scripts start",
"build": "react-scripts build",
"start": "concurrently \"yarn web\" \"wait-on http://localhost:3000 && electron .\"",
"test": "react-scripts test",
"install": "electron-rebuild",
"eject": "react-scripts eject",
"electron-dev": "concurrently \"BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron .\"",
"preelectron-pack": "yarn build",
"electron-pack": "build --em.main=build/electron.js"
},
"devDependencies": {
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"electron": "^4.1.0",
"electron-builder": "^20.39.0",
"electron-publisher-s3": "^20.17.2",
"prettier": "^1.16.4",
"stylelint": "^9.10.1",
"version-bump-prompt": "^5.0.0",
"wait-on": "^3.2.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}