-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 5.57 KB
/
package.json
File metadata and controls
141 lines (141 loc) · 5.57 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "@chronobank/labor-x",
"version": "0.1.1",
"description": "ChronoBank Labor-x project",
"private": true,
"moduleRoots": [
""
],
"dependencies": {
"@laborx/sc-abi": "0.0.10",
"@material-ui/core": "^1.4.0",
"@material-ui/icons": "^1.1.0",
"@material-ui/lab": "^1.0.0-alpha.7",
"accounting": "^0.4.1",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.18.0",
"bignumber.js": "^6.0.0",
"bip39": "^2.5.0",
"bs58": "^4.0.1",
"chance": "^1.0.16",
"classnames": "^2.2.5",
"connected-react-router": "^4.3.0",
"country-state-city": "^0.0.5",
"es6-promisify": "^6.0.0",
"ethereumjs-tx": "^1.3.4",
"ethereumjs-util": "^5.1.5",
"ethereumjs-wallet": "^0.6.0",
"faker": "^4.1.0",
"ipfs-api": "^22.0.0",
"lodash": "^4.17.10",
"material-ui-pickers": "^1.0.0-rc.11",
"moment": "^2.22.1",
"normalize.css": "^8.0.0",
"pluralize": "^7.0.0",
"prop-types": "^15.6.2",
"qrcode.react": "^0.8.0",
"react": "^16.4.1",
"react-addons-css-transition-group": "^15.6.2",
"react-autosuggest": "^9.3.4",
"react-collapsible": "^2.2.0",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-redux-i18n": "^1.9.2",
"react-router-dom": "^4.3.1",
"react-svg-donut-chart": "^1.0.0",
"react-swipeable-views": "^0.12.14",
"react-transition-group": "^2.2.1",
"redux": "^4.0.0",
"redux-form": "^7.4.2",
"redux-form-material-ui-next": "npm:redux-form-material-ui@next",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"reselect": "^3.0.1",
"sass-loader": "^7.0.3",
"typy": "^2.0.1",
"uniqid": "^4.1.1",
"web3": "1.0.0-beta.33",
"web3-eth-accounts": "1.0.0-beta.33"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.1",
"@storybook/addon-backgrounds": "^3.4.8",
"@storybook/addon-knobs": "^3.4.1",
"@storybook/addon-links": "^3.4.1",
"@storybook/addons": "^3.4.1",
"@storybook/cli": "^3.4.8",
"@storybook/react": "^3.4.1",
"autoprefixer": "^8.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.5",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"circular-dependency-plugin": "^5.0.2",
"clean-webpack-plugin": "^0.1.19",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"eslint": "^4.18.1",
"eslint-plugin-chronobank": "github:ChronoBank/eslint-plugin-chronobank",
"eslint-plugin-chronobank-react": "github:ChronoBank/eslint-plugin-chronobank-react",
"eslint-plugin-flowtype": "^2.50.0",
"fast-sass-loader": "^1.4.5",
"ganache-cli": "^6.0.3",
"js-sha3": "^0.7.0",
"mocha": "^5.2.0",
"node-sass": "^4",
"nyc": "^12.0.2",
"postcss-easy-import": "^3.0.0",
"postcss-loader": "^2.1.6",
"postcss-nesting": "^6.0.0",
"pre-commit": "^1.2.2",
"redux-devtools-extension": "^2.13.5",
"sass-loader": "^7.0.3",
"selenium-standalone": "^6.15.1",
"selenium-webdriver": "^4.0.0-alpha.1",
"spa-http-server": "^0.9.0",
"string_decoder": "^1.1.1",
"style-loader": "^0.21.0",
"webpack": "^4.16.1",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.3"
},
"scripts": {
"watch": "./node_modules/.bin/cross-env NODE_ENV=development npm run build:sc-config && node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --config ./webpack.config.dvlp.js --watch",
"build": "./node_modules/.bin/cross-env NODE_ENV=production npm run build:sc-config && node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --config ./webpack.config.prod.js",
"start": "./node_modules/.bin/http-server --push-state -p 3001",
"lint": "echo 'linting without fix...' && node ./node_modules/eslint/bin/eslint.js --ext .js,.jsx src pages specs",
"lint:fix": "echo 'linting with fix...' && node ./node_modules/eslint/bin/eslint.js --ext .js,.jsx --fix src pages specs",
"testrpc": "testrpc --mnemonic \"video visa alcohol fault earth naive army senior major inherit convince electric\" --trace_request true | grep -Ev \"FilterSubprovider|eth_getFilterChanges\"",
"docker:build": "/bin/bash ./bin/docker-build.sh",
"docker:stop": "/bin/bash ./bin/docker-stop.sh",
"docker:start": "/bin/bash ./bin/docker-start.sh",
"docker:restart": "yarn docker:stop; yarn docker:start",
"docker:upgrade": "yarn docker:build && yarn docker:restart",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "echo 'testing...' && ./node_modules/.bin/cross-env NODE_ENV=test ./node_modules/.bin/mocha --opts .mocharc",
"test:coverage": "cross-env NODE_ENV=test ./node_modules/.bin/nyc yarn test",
"build:sc-config": "node ./bin/sc-config-create.js",
"generate-webpack-stats": "./node_modules/.bin/webpack --progress -c --profile --json > stats.json",
"selenium-standalone:fetch": "selenium-standalone install",
"selenium-standalone:start": "selenium-standalone start",
"test:integration": "echo 'testing e2e...' && cross-env APP_URL=http://localhost:3001 mocha --timeout 60000 --require babel-register test/integration/**/*.spec.js"
},
"pre-commit": [
"lint",
"test",
"test:integration"
]
}