-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
54 lines (54 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
{
"name": "multisig-dapp",
"version": "0.0.6",
"description": "Simple multisig-dapp UI",
"scripts": {
"start": "npx embark run --nodashboard",
"build": "npx embark build",
"travis": "npx embark upload livenet",
"deploy": "npx embark upload",
"ci": "npm run qa",
"clean": "npm run reset",
"package": "npm pack",
"qa": "npm-run-all test package",
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/status-im/multisig-dapp.git"
},
"author": "Status Research & Development GMBH",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/status-im/multisig-dapp/issues"
},
"homepage": "https://github.com/status-im/multisig-dapp#readme",
"dependencies": {
"bootstrap": "^4.4.1",
"copy-to-clipboard": "^3.3.1",
"embark": "^6.0.0",
"embark-basic-pipeline": "^6.0.0",
"embark-geth": "^6.0.0",
"embark-graph": "^6.0.0",
"embark-ipfs": "^6.0.0",
"embark-profiler": "^6.0.0",
"embark-swarm": "^6.0.0",
"embarkjs": "^6.0.0",
"embarkjs-ens": "^6.0.0",
"embarkjs-swarm": "^6.0.0",
"embarkjs-web3": "^6.0.0",
"prop-types": "^15.7.2",
"rc-slider": "^9.2.4",
"react": "^16.13.1",
"react-blockies": "^1.4.1",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.13.1",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"react-spinkit": "^3.0.0",
"react-spinners": "^0.8.1",
"typedarray-to-buffer": "^3.1.5",
"uuid": "^7.0.3"
}
}