Add missing dependencies

This commit is contained in:
Franck 2022-01-03 12:14:16 +11:00
parent 2cee009812
commit 6978121a7d
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 2532 additions and 47 deletions

View File

@ -15,31 +15,44 @@
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
},
"dependencies": {
"@usedapp/core": "0.5.5",
"@usedapp/core": "^0.4.7",
"@waku/poll-sdk-react-components": "^0.2.0",
"@waku/poll-sdk-react-hooks": "^0.2.0",
"@waku/vote-poll-sdk-react-components": "^0.2.0",
"ethers": "5.4.6",
"crypto-browserify": "^3.12.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.11",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.2",
"@types/styled-components": "^5.1.12",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"assert": "^2.0.0",
"chai": "^4.3.4",
"esbuild-loader": "^2.18.0",
"eslint": "^7.32.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"html-webpack-plugin": "^5.5.0",
"jsdom": "^16.7.0",
"jsdom-global": "^3.0.2",
"mocha": "^9.0.3",
"npm-watch": "^0.11.0",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
"typescript": "^4.3.5",
"webpack": "5.48.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.1"
}
}

File diff suppressed because it is too large Load Diff