-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
181 lines (181 loc) · 6.92 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"name": "@chronobank/mint",
"version": "0.9.7",
"description": "Control panel for ChronoBank",
"private": true,
"author": "chronobank",
"license": "AGPL-3.0",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-class-properties": "^7.2.0",
"@babel/plugin-transform-computed-properties": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@chronobank/chronomint-presentation": "github:chronobank/ChronoMintPresentation",
"@chronobank/core": "*",
"@chronobank/login": "*",
"@chronobank/login-ui": "*",
"@chronobank/market": "*",
"archiver": "^2.0.0",
"autoprefixer": "7.1.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-react-css-modules": "^5.0.0",
"chalk": "1.1.3",
"circular-dependency-plugin": "^5.0.2",
"clean-terminal-webpack-plugin": "^2.0.1",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"coveralls": "^2.13.1",
"cross-env": "^5.0.0",
"css-loader": "^2.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.9.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-html-reporter": "^0.5.2",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-monorepo": "^0.2.0",
"eslint-plugin-react": "^7.1.0",
"faker": "^4.1.0",
"file-loader": "^2.0.0",
"flexboxgrid": "^6.3.1",
"html-loader": "^0.5.5",
"html-webpack-include-assets-plugin": "^1.0.6",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.10.0",
"image-webpack-loader": "^4.6.0",
"jasmine": "^2.6.0",
"jasmine-core": "^2.6.1",
"jest": "23.5.0",
"jest-cli": "23.5.0",
"jest-enzyme": "^4.0.1",
"jest-puppeteer": "^3.3.1",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.5.0",
"patch-package": "^5.1.1",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^3.0.0",
"postcss-scss": "^2.0.0",
"postinstall-postinstall": "^2.0.0",
"pre-commit": "^1.2.2",
"precss": "^1.4.0",
"promisify-node-callback": "^1.0.2",
"puppeteer": "^1.8.0",
"redux-devtools": "^3.4.0",
"redux-devtools-extension": "^2.13.5",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.2.3",
"redux-persist": "^5.9.1",
"redux-persist-immutable": "^4.3.1",
"resolve-url-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "^2.1.3",
"socket.io-mock": "^1.2.3",
"style-loader": "^0.23.0",
"uglify-js": "github:mishoo/UglifyJS2#harmony",
"url-loader": "^1.1.1",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"@babel/plugin-syntax-flow": "^7.2.0",
"@material-ui/core": "latest",
"@material-ui/icons": "latest",
"@material-ui/lab": "^1.0.0-alpha.6",
"axios": "^0.16.2",
"bignumber.js": "^4.1.0",
"bip32-path": "^0.4.2",
"bip39": "^2.3.0",
"classnames": "^2.2.5",
"d3": "^4.10.0",
"debug": "^3.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"immutable": ">=3",
"js-file-download": "^0.4.1",
"jsan": "^3.1.10",
"lodash": "^4.17.4",
"material-colors-scss": "^1.0.0",
"material-ui-pickers": "^1.0.0-rc.11",
"moment": "^2.17.1",
"node-sass": "^4.11.0",
"pascal-case": "^2.0.1",
"pre-commit": "^1.2.2",
"prop-types": "latest",
"qrcode": "^1.2.0",
"react": "^16.4.1",
"react-addons-create-fragment": "latest",
"react-dom": "^16.1.1",
"react-hot-loader": "next",
"react-i18nify": "1.11.7",
"react-paginate": "^5.2.3",
"react-redux": "^5.0.4",
"react-redux-i18n": "^1.8.0",
"react-router": "^3.2.1",
"react-router-redux": "latest",
"react-stockcharts": "^0.7.7",
"react-swipeable-views": "^0.12.3",
"react-test-renderer": "^16.4.1",
"react-transition-group": "1.x",
"react-widgets": "^4.4.3",
"redux": "^4.0.0",
"redux-form": "^7.4.2",
"redux-form-material-ui": "5.0.0-beta.3",
"redux-immutable": "^3.0.10",
"redux-thunk": "^2.2.0",
"regenerator-runtime": "^0.13.1",
"reselect": "^3.0.1",
"scandir": "^0.1.2",
"sockjs-client": "1.0.3",
"uglify-es": "github:mishoo/UglifyJS2#harmony",
"uglifyjs-webpack-plugin": "^2.1.1"
},
"scripts": {
"lint": "node ./node_modules/eslint/bin/eslint.js --ext .js,.jsx --fix .",
"lint:errors": "node ./node_modules/eslint/bin/eslint.js --ext .js,.jsx --quiet .",
"start": "webpack-dev-server --hot --config config/webpack.new.dev.js",
"build": "node --max-old-space-size=4096 ./scripts/build.js",
"i18n:pack": "node ./scripts/i18npack.js",
"build:i18n": "node ./scripts/build.js --src-app=i18nApp",
"build-archive": "yarn build && node ./scripts/compress.js build build.zip",
"standalone": "NODE_ENV=standalone node ./scripts/build.js",
"test": "yarn test:e2e && test:unit",
"test:unit": "NODE_ENV=development jest --useStderr --forceExit --runInBand --no-cache --config config/jest/config.unit.js",
"test:e2e": "DEVICE_MOCKS=true NODE_ENV=test jest --useStderr --forceExit --runInBand --no-cache --detectOpenHandles --config config/jest/config.e2e.js",
"testrpc": "ganache-cli --mnemonic \"video visa alcohol fault earth naive army senior major inherit convince electric\" --trace_request true | grep -Ev \"FilterSubprovider|eth_getFilterChanges\"",
"contracts:compile": "cd node_modules/chronobank-smart-contracts && node --max_old_space_size=8000 ../truffle/build/cli.bundled.js compile --all",
"contracts": "cd node_modules/chronobank-smart-contracts && node --max_old_space_size=8000 ../truffle/build/cli.bundled.js migrate --network development",
"tconsole": "cd node_modules/chronobank-smart-contracts && node ../truffle/build/cli.bundled.js console --verbose-rpc",
"hs": "openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem && hs build -a localhost -o -S",
"postinstall": "patch-package"
},
"pre-commit": [
"lint:errors"
],
"engines": {
"node": ">=7.9.0",
"yarn": ">=1.0.0"
},
"workspaces": [
"packages/*"
]
}