|
@ -30,8 +30,8 @@ |
|
|
"@reduxjs/toolkit": "~1.4.0", |
|
|
"@reduxjs/toolkit": "~1.4.0", |
|
|
"@welldone-software/why-did-you-render": "~6.0.5", |
|
|
"@welldone-software/why-did-you-render": "~6.0.5", |
|
|
"apexcharts": "^3.26.0", |
|
|
"apexcharts": "^3.26.0", |
|
|
"concordia-contracts": "~0.1.0", |
|
|
"concordia-contracts": "~0.1.1", |
|
|
"concordia-shared": "~0.1.0", |
|
|
"concordia-shared": "~0.1.1", |
|
|
"crypto-js": "~4.0.0", |
|
|
"crypto-js": "~4.0.0", |
|
|
"i18next": "^19.8.3", |
|
|
"i18next": "^19.8.3", |
|
|
"i18next-browser-languagedetector": "^6.0.1", |
|
|
"i18next-browser-languagedetector": "^6.0.1", |
|
@ -45,18 +45,19 @@ |
|
|
"react-dom": "~16.13.1", |
|
|
"react-dom": "~16.13.1", |
|
|
"react-i18next": "^11.7.3", |
|
|
"react-i18next": "^11.7.3", |
|
|
"react-markdown": "^5.0.3", |
|
|
"react-markdown": "^5.0.3", |
|
|
"react-particles-js": "^3.4.0", |
|
|
|
|
|
"react-redux": "~7.2.1", |
|
|
"react-redux": "~7.2.1", |
|
|
"react-router": "^5.2.0", |
|
|
"react-router": "^5.2.0", |
|
|
"react-router-dom": "^5.2.0", |
|
|
"react-router-dom": "^5.2.0", |
|
|
"react-scripts": "~3.4.3", |
|
|
"react-scripts": "~3.4.3", |
|
|
"react-timeago": "~5.2.0", |
|
|
"react-timeago": "~5.2.0", |
|
|
|
|
|
"react-tsparticles": "^1.39.2", |
|
|
"redux-saga": "~1.1.3", |
|
|
"redux-saga": "~1.1.3", |
|
|
"semantic-ui-css": "~2.4.1", |
|
|
"semantic-ui-css": "~2.4.1", |
|
|
"semantic-ui-react": "~2.0.3", |
|
|
"semantic-ui-react": "~2.0.3", |
|
|
"web3": "~1.3.3" |
|
|
"web3": "~1.3.3" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
|
|
|
"@babel/core": "~7.7.7", |
|
|
"cross-env": "^7.0.3", |
|
|
"cross-env": "^7.0.3", |
|
|
"eslint": "^6.8.0", |
|
|
"eslint": "^6.8.0", |
|
|
"eslint-config-airbnb": "^18.1.0", |
|
|
"eslint-config-airbnb": "^18.1.0", |
|
|