Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajpiar committed Mar 4, 2021
1 parent abae504 commit 6f493a7
Show file tree
Hide file tree
Showing 8 changed files with 18,921 additions and 31,929 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
command: |
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
npx tasegir commitlint --circleci
# npx tasegir commitlint --circleci // TODO: replace with another commitlint
# - run:
# name: "Dependency check"
# command: npx tasegir dep-check -- --unused --no-dev
Expand Down
5 changes: 0 additions & 5 deletions .tasegir.js

This file was deleted.

36,731 changes: 10,600 additions & 26,131 deletions package-lock.json

Large diffs are not rendered by default.

96 changes: 50 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,56 +28,60 @@
"build": "react-scripts build",
"test": "react-scripts test --unhandled-rejections=strict",
"coverage": "react-scripts test --unhandled-rejections=strict --coverageProvider=v8 --coverage --watchAll=false",
"lint": "npx tasegir lint && eslint 'src/**/*.ts*'"
"lint": "eslint --ext=ts --ext=tsx ."
},
"dependencies": {
"@feathersjs/authentication": "4.5.10",
"@feathersjs/authentication-client": "4.5.10",
"@feathersjs/feathers": "4.5.10",
"@feathersjs/rest-client": "4.5.10",
"@feathersjs/socketio-client": "4.5.10",
"@material-ui/core": "4.11.1",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.56",
"@rsksmart/erc677": "1.0.2",
"@rsksmart/erc721": "1.0.0",
"@rsksmart/rif-marketplace-nfts": "0.1.4",
"@rsksmart/rif-marketplace-storage": "0.1.0-dev.7",
"@rsksmart/rif-ui": "0.6.0",
"@rsksmart/rsk-utils": "1.1.0",
"big.js": "6.0.2",
"cids": "1.0.2",
"material-ui-dropzone": "3.5.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.3",
"socket.io-client": "2.3.0",
"typescript": "3.9.7",
"web3": "1.3.0",
"web3-eth": "1.3.0",
"web3-eth-contract": "1.3.0",
"web3-utils": "1.3.0",
"webpack": "4.42.0"
"@feathersjs/authentication": "^4.5.10",
"@feathersjs/authentication-client": "^4.5.10",
"@feathersjs/feathers": "^4.5.10",
"@feathersjs/rest-client": "^4.5.10",
"@feathersjs/socketio-client": "^4.5.10",
"@material-ui/core": "^4.11.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@rsksmart/erc677": "^1.0.2",
"@rsksmart/erc721": "^1.0.0",
"@rsksmart/rif-marketplace-storage": "^0.1.0-dev.7",
"@rsksmart/rif-ui": "^0.6.0",
"@rsksmart/rsk-utils": "^1.1.0",
"big.js": "^6.0.2",
"cids": "^1.0.2",
"material-ui-dropzone": "^3.5.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"socket.io-client": "^2.3.0",
"typescript": "^3.9.7",
"web3": "^1.3.4",
"web3-eth": "^1.3.4",
"web3-eth-contract": "^1.3.4",
"web3-utils": "^1.3.4",
"webpack": "^4.42.0"
},
"devDependencies": {
"@testing-library/jest-dom": "5.11.6",
"@testing-library/react": "11.2.2",
"@testing-library/react-hooks": "3.4.2",
"@testing-library/user-event": "12.2.2",
"@types/big.js": "6.0.0",
"@types/jest": "26.0.15",
"@types/node": "14.14.10",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-router-dom": "5.1.6",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.21.5",
"jest-mock-extended": "1.0.10",
"tasegir": "1.9.0",
"ts-jest": "26.4.4"
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/react-hooks": "^3.4.2",
"@testing-library/user-event": "^12.2.2",
"@types/big.js": "^6.0.0",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.6",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-standard": "^16.0.2",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.21.5",
"jest-mock-extended": "^1.0.10",
"ts-jest": "^26.4.4"
},
"engines": {
"node": ">=10.0.0",
Expand Down
9,425 changes: 3,682 additions & 5,743 deletions src/contracts/abi/ERC20.json → src/contracts/abi/nfts/ERC20.json

Large diffs are not rendered by default.

Loading

0 comments on commit 6f493a7

Please sign in to comment.