414fe9cb65
* Trying job * dependency * Run the tests * Oracle docker composes * Fixed networks * endpoints * Skip logging * Try node * Moved chromedriver from ui to ui-e2e * Port * Run * Install chrome * minte blocks * Finishing * Revert "Skip logging" 76747eb7efd2ba3c93deedc62caca91a374357eb * inventory * Inventory change. * ui-e2e fix * ui-e2e fix? * native-to-erc group * jobs * Ports * Blocks * yarn * fix * fix * killall * Try ui-e2e * no killall * All jobs. * Try two * separate jobs * all jobs * One job. * Removed the oracle-e2e step in ultimate tests.
56 lines
1.9 KiB
JSON
56 lines
1.9 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-decorators": "^7.4.0",
|
|
"bignumber.js": "^6.0.0",
|
|
"coveralls": "^3.0.0",
|
|
"customize-cra": "^0.2.12",
|
|
"dotenv": "^7.0.0",
|
|
"fs-extra": "^5.0.0",
|
|
"mobx": "^4.0.2",
|
|
"mobx-react": "^5.0.0",
|
|
"node-sass-chokidar": "^1.0.1",
|
|
"numeral": "^2.0.6",
|
|
"react": "^16.2.0",
|
|
"react-app-rewire-mobx": "^1.0.7",
|
|
"react-app-rewired": "^2.0.3",
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
"react-dom": "^16.2.0",
|
|
"react-router": "^4.3.1",
|
|
"react-router-dom": "^4.2.2",
|
|
"react-scripts": "3.0.1",
|
|
"react-transition-group": "^2.2.1",
|
|
"sweetalert": "^2.1.0",
|
|
"web3": "1.0.0-beta.30",
|
|
"web3-utils": "1.0.0-beta.30"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --ignore-path ../.eslintignore",
|
|
"select-css-theme": "node scripts/selectTheme.js",
|
|
"build-css": "node-sass-chokidar src/assets/stylesheets -o src/assets/stylesheets --output-style=compressed -m application*.css",
|
|
"watch-css": "nodemon -e scss -x \"yarn build-css\"",
|
|
"start": "yarn build-css && yarn select-css-theme && react-app-rewired start",
|
|
"build": "yarn build-css && yarn select-css-theme && react-app-rewired build",
|
|
"test": "react-app-rewired test --env=jsdom --no-watch",
|
|
"test:watch": "react-app-rewired test --env=jsdom",
|
|
"coverage": "react-app-rewired test --env=jsdom --coverage",
|
|
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
|
|
"eject": "react-app-rewired eject",
|
|
"postinstall": "(cp lib/web3-eth/index.js ../node_modules/web3-eth/src; cp lib/web3-eth/index.js ./node_modules/web3-eth/src) || :"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.1",
|
|
"jest-dom": "^3.0.1",
|
|
"nodemon": "^1.18.11",
|
|
"react-testing-library": "^5.4.4"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|