-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
150 lines (150 loc) · 4.05 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "explorer",
"author": {
"name": "PixelPlex, Inc.",
"email": "[email protected]",
"url": "https://pixelplex.io"
},
"description": "Explorer for Echo platform",
"homepage": "https://github.com/echoprotocol/explorer",
"version": "1.13.0",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"prebuild": "rimraf .next",
"lint": "$(npm bin)/eslint 'src/**/*.jsx' 'src/**/*.js'",
"lint-win": "cross-env eslint 'src/**/*.jsx' 'src/**/*.js' --fix"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"@zeit/next-css": "0.2.1-canary.4",
"@zeit/next-sass": "^1.0.1",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"apollo-utilities": "^1.2.1",
"babel-eslint": "^8.0.3",
"bignumber.js": "^8.0.1",
"bitcoinjs-lib": "^5.1.7",
"buffer-ponyfill": "^0.1.1",
"classnames": "^2.2.6",
"codemirror": "^5.48.0",
"config": "^1.30.0",
"copy-to-clipboard": "^3.0.8",
"core-js": "^2.6.3",
"country-list": "^2.2.0",
"echojs-lib": "^1.13.5",
"echojs-ping": "^0.1.5",
"es6-promise": "^4.2.4",
"es6-promise-promise": "^1.0.0",
"eslint-plugin-eslint-snake-case": "0.0.6",
"eslint-plugin-snakecase": "0.0.1",
"graphql": "^14.3.1",
"graphql-tag": "^2.10.1",
"history": "^4.7.2",
"immutable": "^4.0.0-rc.2 ",
"intl": "^1.2.5",
"isomorphic-fetch": "^3.0.0",
"json-immutable": "^0.4.0",
"keccak256": "^1.0.0",
"lodash": "4.17.21",
"mapbox-gl": "^1.5.0",
"mobile-detect": "^1.4.4",
"moment": "^2.29.2",
"next": "9.1.2-canary.2",
"next-fonts": "1.0.3",
"next-redux-wrapper": "^5.0.0",
"prop-types": "^15.6.1",
"qs": "^6.5.2",
"query-string": "^5.1.1",
"randomstring": "^1.1.5",
"rc-tooltip": "^3.7.3",
"react": "^16.2.0",
"react-apollo": "^2.5.4",
"react-codemirror2": "^6.0.0",
"react-debounce-input": "^3.2.0",
"react-device-detect": "^1.6.2",
"react-dom": "^16.3.1",
"react-dropzone": "^10.1.5",
"react-helmet": "^6.0.0-beta.2",
"react-json-tree": "^0.11.2",
"react-mapbox-gl": "^4.7.3",
"react-media": "^1.10.0",
"react-perfect-scrollbar": "^1.5.3",
"react-redux": "^5.0.7",
"react-scroll-to-component": "^1.0.2",
"react-slick": "^0.25.0",
"react-tabs": "^3.0.0",
"react-toastify": "^4.4.0",
"recharts": "2.1.6",
"redux": "^3.7.2",
"redux-batched-actions": "^0.4.1",
"redux-devtools-extension": "^2.13.8",
"redux-modules": "^1.1.0",
"redux-modules-middleware": "^1.2.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"rimraf": "^3.0.2",
"semantic-ui-react": "^0.88.2",
"solc": "^0.5.12",
"subscriptions-transport-ws": "^0.9.16",
"utf8": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"cross-env": "^5.1.4",
"css-loader": "^3.2.0",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.12.4",
"exports-loader": "^0.7.0",
"node-sass": "^4.13.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.2",
"url-loader": "^1.0.1"
},
"resolutions": {
"ajv": "6.12.5",
"ansi-html": "0.0.8",
"ansi-regex": "4.1.1",
"async": "2.6.4",
"browserslist": "4.16.5",
"elliptic": "6.5.3",
"glob-parent": "5.1.2",
"is-svg": "4.3.0",
"json-schema": "0.4.0",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"minimist": "1.2.6",
"node-fetch": "2.6.7",
"nth-check": "2.0.1",
"scss-tokenizer": "0.4.3",
"shell-quote": "1.7.3",
"ssri": "6.0.2",
"tar": "4.4.18",
"terser": "4.8.1",
"trim-newlines": "3.0.1",
"ua-parser-js": "0.7.24",
"y18n": "4.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/echoprotocol/explorer.git"
},
"bugs": {
"url": "https://github.com/echoprotocol/explorer/issues"
}
}