-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.74 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
{
"name": "@mediciland/bpanel-recent-blocks-widget",
"version": "1.0.0",
"description": "A widget that shows the recent block information with expandable rows, optimized for bpanel dashboard",
"main": "dist/index.js",
"scripts": {
"babel": "babel --presets=env,stage-3 lib -d dist",
"watch": "babel --presets=env,stage-3 lib -d dist --watch -s",
"clean": "rm -f ./dist/*.js",
"lint": "eslint lib/ test/ || exit 0",
"prepublish": "make babel",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "[email protected]:bpanel-org/recent-blocks.git",
"keywords": [
"bpanel",
"bcoin",
""
],
"author": "bcoin-org",
"license": "MIT",
"dependencies": {
"@bpanel/chain-sockets": "0.0.2",
"@bpanel/dashboard": "0.0.1",
"@material-ui/core": "^4.9.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"fcoin": "^1.1.3",
"moment": "^2.24.0",
"prop-types": "^15.6.0",
"react-pose": "^4.0.10",
"react-virtualized": "^9.18.5",
"reselect": "^3.0.1"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.9.0",
"eslint-config-prettier": "^2.6.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"prettier": "^1.11.1"
},
"peerDependencies": {
"@bpanel/bpanel-ui": "^0.0.7",
"@bpanel/bpanel-utils": "^0.1.7",
"bcoin": "github:bcoin-org/bcoin.git",
"fcoin": "^1.1.3",
"hsd": "github:handshake-org/hsd",
"lodash": "*",
"react": "^16.3.0"
}
}