-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
50 lines (50 loc) · 1.51 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
{
"name": "blockexplorer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "node_modules/.bin/next build",
"start": "NODE_ENV=production BTC_API_URL=https://insight.bitcoin.com/api BCC_API_URL=https://cashexplorer.bitcoin.com/api node --max_old_space_size=2000 --expose-gc server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"decimal.js": "7.2.4",
"dotenv": "4.0.0",
"es6-promise": "4.1.1",
"express": "4.15.4",
"http-proxy-middleware": "0.17.4",
"isomorphic-fetch": "2.2.1",
"js-cookie": "2.1.4",
"next": "4.2.3",
"next-cookies": "1.0.2",
"next-redux-wrapper": "1.3.4",
"nprogress": "0.2.0",
"qrcode.react": "0.7.1",
"react": "15.6.1",
"react-animate-height": "0.10.2",
"react-click-outside": "github:tj/react-click-outside",
"react-copy-to-clipboard": "5.0.0",
"react-dom": "15.6.1",
"react-infinite-scroller": "1.0.15",
"react-intl": "2.4.0",
"react-moment": "0.6.5",
"react-redux": "5.0.6",
"react-redux-i18n": "1.9.0",
"react-toggle": "4.0.1",
"react-tooltip": "3.3.0",
"redux": "3.7.2",
"redux-thunk": "2.2.0",
"sweetalert": "2.0.2",
"underscore": "1.8.3"
},
"devDependencies": {
"babel-plugin-inline-dotenv": "1.1.1",
"babel-plugin-inline-import": "2.0.6",
"babel-plugin-inline-react-svg": "0.4.0",
"babel-plugin-root-import": "5.1.0",
"babel-plugin-transform-inline-environment-variables": "0.2.0"
}
}