mirror of
https://github.com/status-im/dappconnect-vote-poll-sdk.git
synced 2025-01-12 22:34:29 +00:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "ropsten-voting",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"@types/node": "^16.7.13",
|
||
|
"@types/react": "^17.0.20",
|
||
|
"@types/react-dom": "^17.0.9",
|
||
|
"@waku/vote-poll-sdk-react-components": "^0.4.0",
|
||
|
"@waku/vote-sdk-react-components": "^0.4.0",
|
||
|
"@waku/vote-sdk-react-hooks": "^0.4.0",
|
||
|
"assert": "^2.0.0",
|
||
|
"buffer": "^6.0.3",
|
||
|
"crypto-browserify": "^3.12.0",
|
||
|
"ethers": "5.4.6",
|
||
|
"react": "^17.0.2",
|
||
|
"react-dom": "^17.0.2",
|
||
|
"react-scripts": "5.0.0",
|
||
|
"stream-browserify": "^3.0.0",
|
||
|
"typescript": "^4.4.2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "react-app-rewired start",
|
||
|
"build": "react-app-rewired build",
|
||
|
"test": "react-app-rewired test",
|
||
|
"eject": "react-app-rewired eject"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"extends": [
|
||
|
"react-app",
|
||
|
"react-app/jest"
|
||
|
]
|
||
|
},
|
||
|
"browserslist": {
|
||
|
"production": [
|
||
|
">0.2%",
|
||
|
"not dead",
|
||
|
"not op_mini all"
|
||
|
],
|
||
|
"development": [
|
||
|
"last 1 chrome version",
|
||
|
"last 1 firefox version",
|
||
|
"last 1 safari version"
|
||
|
]
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/styled-components": "^5.1.20",
|
||
|
"react-app-rewired": "^2.1.11",
|
||
|
"ts-node": "^10.4.0"
|
||
|
}
|
||
|
}
|