-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 4.1 KB
/
Copy pathpackage.json
File metadata and controls
117 lines (117 loc) · 4.1 KB
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
{
"name": "hisbi",
"version": "0.1.0",
"private": true,
"scripts": {
"clean": "rm dist/bundle.js",
"build-dev": "webpack --config-register @babel/register --config config/webpack.dev.babel.js",
"build-prod": "webpack --config-register @babel/register --config config/webpack.prod.babel.js",
"start": "DEBUG=socket.io:socket,socket.io:client webpack-dev-server --hot --config config/webpack.dev.babel.js --cert config.1/private.pem --key config.1/private.key",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint:errors": "node ./node_modules/eslint/bin/eslint.js --ext .js,.jsx --quiet .",
"prepare": "patch-package"
},
"dependencies": {
"@babel/plugin-transform-object-assign": "^7.0.0",
"@chronobank/auth": "*",
"@chronobank/bitcoin": "*",
"@chronobank/bitcoincash": "*",
"@chronobank/core": "*",
"@chronobank/ethereum": "*",
"@chronobank/litecoin": "*",
"@chronobank/market": "*",
"@chronobank/nem": "*",
"@chronobank/nodes": "*",
"@chronobank/trezor": "*",
"@chronobank/waves": "*",
"@material-ui/core": "^3.1.0",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.16",
"axios": "^0.18.0",
"babel-plugin-react-css-modules": "^3.4.2",
"bignumber.js": "^7.2.1",
"bip39": "^2.5.0",
"classnames": "^2.2.6",
"connected-react-router": "^4.5.0",
"history": "^4.7.2",
"image-webpack-loader": "^4.3.1",
"immutable": "^3.8.2",
"material-colors-scss": "^1.0.0",
"moment": "^2.22.2",
"postcss-cssnext": "^3.1.0",
"postcss-scss": "^2.0.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-hot-loader": "^4.3.11",
"react-redux": "^5.0.7",
"react-redux-i18n": "^1.9.3",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"recompose": "^0.30.0",
"reduce-reducers": "^0.4.3",
"redux": "^4.0.0",
"redux-axios-middleware": "4.0.0",
"redux-form": "^7.4.2",
"redux-form-material-ui": "^5.0.0-beta.3",
"redux-immutable": "^4.0.0",
"redux-persist-immutable": "^4.3.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-class-properties": "^7.0.0",
"@babel/plugin-transform-computed-properties": "^7.0.0",
"@babel/plugin-transform-destructuring": "^7.1.2",
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.2",
"circular-dependency-plugin": "^5.0.2",
"clean-terminal-webpack-plugin": "^1.1.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"eslint": "^5.6.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-async-await": "^0.0.0",
"eslint-plugin-babel": "^5.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-monorepo": "^0.2.1",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.3",
"node-sass": "^4.9.3",
"patch-package": "^5.1.1",
"postcss-loader": "^3.0.0",
"postinstall-prepare": "^1.0.1",
"redux-devtools-extension": "^2.13.5",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"sass-loader": "^7.1.0",
"selfsigned": "^1.10.4",
"style-loader": "^0.23.0",
"url-loader": "^1.1.1",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.8"
},
"workspaces": [
"packages/*"
]
}