57 lines
2.0 KiB
JSON
57 lines
2.0 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",
|
|
"date-fns": "^2.13.0",
|
|
"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 && ./load-env.sh react-app-rewired start",
|
|
"build": "yarn build-css && yarn select-css-theme && ./load-env.sh 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"
|
|
]
|
|
}
|