This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
132 lines (132 loc) · 4.08 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "@solana/blockexplorer",
"version": "0.0.0-development",
"license": "MIT",
"author": "Solana Labs, Inc",
"homepage": "https://solana.com/",
"repository": {
"type": "git",
"url": "https://github.com/solana-labs/blockexplorer.git"
},
"bugs": {
"url": "http://github.com/solana-labs/blockexplorer/issues"
},
"dependencies": {
"@nivo/bar": "^0.61.1",
"@nivo/line": "^0.61.1",
"@solana/web3.js": "^0.35.1",
"babel-plugin-transform-runtime": "^6.23.0",
"base-58": "^0.0.1",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.2.1",
"cors": "^2.8.5",
"date-fns": "^2.9.0",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"google-map-react": "^1.1.7",
"http-proxy": "^1.18.0",
"humps": "^2.0.1",
"ip": "^1.1.5",
"ip-geolocation-api-javascript-sdk": "^1.0.7",
"localforage": "^1.7.3",
"lodash": "^4.17.15",
"material-table": "^1.57.2",
"mixpanel-browser": "^2.35.0",
"mobx": "^5.15.4",
"mobx-react-lite": "^1.5.2",
"nocache": "^2.1.0",
"notistack": "^0.9.7",
"pem": "^1.14.4",
"promise.allsettled": "^1.0.2",
"prop-types": "^15.7.2",
"react-content-loader": "^5.0.1",
"react-copy-to-clipboard": "^5.0.2",
"react-simple-maps": "^0.12.1",
"redis": "^2.8.0",
"serve": "^11.3.0",
"use-debounce": "^3.3.0",
"yaml": "^1.8.3",
"yargs": "^15.1.0"
},
"devDependencies": {
"@babel/register": "^7.9.0",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/travis-cli": "^8.3.5",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"axios": "^0.19.2",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.3",
"babel-plugin-date-fns": "^2.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
"chart.js": "^2.9.3",
"customize-cra": "^0.9.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-react-app": "^5.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19",
"flow-bin": "^0.117.0",
"flow-typed": "^3.1.0",
"history": "^4.10.1",
"husky": "^4.2.1",
"lint-staged": "^10.0.7",
"moment": "^2.24.0",
"prettier": "^2.0.1",
"qrcode.react": "^1.0.0",
"query-string": "^6.11.1",
"react": "^16.13.1",
"react-app-rewired": "^2.1.5",
"react-chartjs-2": "^2.9.0",
"react-debounce-render": "^5.0.0",
"react-dom": "^16.13.0",
"react-hot-loader": "^4.12.19",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"robust-websocket": "^1.0.0",
"semantic-release": "^17.0.4",
"watch": "^1.0.2",
"webpack": "^4.42.0"
},
"bin": {
"solana-blockexplorer": "bin/blockexplorer.sh"
},
"scripts": {
"build": "set -ex; npm run build:ui; npm run build:api; npm run build:proxy",
"build:api": "babel --presets env --plugins transform-runtime api/ -d build/api/",
"build:proxy": "babel --presets env --plugins transform-runtime proxy/* -d build",
"build:ui": "react-app-rewired build",
"lint": "set -ex; npm run pretty; eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:watch": "watch 'npm run lint:fix' . --wait=1",
"prepack": "set -ex; npm run lint; npm run build",
"pretty": "prettier --write '{,{api,proxy,src}/**/}*.js{,x}'",
"re": "semantic-release --repository-url [email protected]:solana-labs/blockexplorer.git",
"start:api": "set -ex; redis-cli ping; babel-node --presets env api/api.js",
"start:proxy": "babel-node --presets env proxy",
"start:ui": "react-app-rewired start",
"start-prod:proxy": " node build/proxy",
"start-prod:api": " node build/api/api.js",
"start-prod:ui": "serve -s build",
"test:ui": "react-scripts test",
"flow-typed": "flow-typed install"
},
"files": [
"/bin",
"/build"
],
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}