-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "Multi",
"version": "0.1.0",
"private": true,
"main": "public/electron.js",
"dependencies": {
"apollo-boost": "^0.1.10",
"bip39": "^2.5.0",
"color": "^3.0.0",
"copy-to-clipboard": "^3.0.8",
"electron-context-menu": "^0.10.0",
"electron-is-dev": "^0.3.0",
"ethereum-qr-code": "^0.3.0",
"ethereumjs-wallet": "^0.6.0",
"graphql": "^0.13.2",
"identicon.js": "^2.3.2",
"lodash": "^4.17.10",
"menubar": "^5.2.3",
"moment": "^2.22.2",
"pouchdb-browser": "^6.4.3",
"react": "^16.4.0",
"react-apollo": "^2.1.7",
"react-app-rewired": "^1.5.2",
"react-dom": "^16.4.0",
"react-dropzone": "^4.2.11",
"react-qr-reader": "^2.1.0",
"react-resize-detector": "^3.0.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-virtualized": "^9.20.0",
"styled-jsx": "^2.2.6"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject",
"electron-dev": "concurrently \"BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron .\""
},
"devDependencies": {
"concurrently": "^3.5.1",
"electron": "^2.0.2",
"electron-builder": "^20.15.1",
"wait-on": "^2.1.0"
}
}