Reformat package.json files
This commit is contained in:
parent
734ac77553
commit
d8dfe5a50e
|
@ -26,9 +26,9 @@
|
||||||
"eslint": "^7.28.0",
|
"eslint": "^7.28.0",
|
||||||
"ethereum-waffle": "^3.3.0",
|
"ethereum-waffle": "^3.3.0",
|
||||||
"mocha": "^9.0.0",
|
"mocha": "^9.0.0",
|
||||||
"rimraf": "^3.0.2",
|
|
||||||
"prettier": "^2.3.1",
|
"prettier": "^2.3.1",
|
||||||
"prettier-plugin-solidity": "^1.0.0-beta.13",
|
"prettier-plugin-solidity": "^1.0.0-beta.13",
|
||||||
|
"rimraf": "^3.0.2",
|
||||||
"solhint": "^3.3.6",
|
"solhint": "^3.3.6",
|
||||||
"solhint-plugin-prettier": "^0.0.5",
|
"solhint-plugin-prettier": "^0.0.5",
|
||||||
"ts-node": "^10.0.0",
|
"ts-node": "^10.0.0",
|
||||||
|
|
|
@ -8,7 +8,9 @@
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"watch": {
|
"watch": {
|
||||||
"build": {
|
"build": {
|
||||||
"patterns": ["src"],
|
"patterns": [
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"extensions": "ts,tsx",
|
"extensions": "ts,tsx",
|
||||||
"runOnChangeOnly": false
|
"runOnChangeOnly": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,10 +15,10 @@
|
||||||
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
|
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@usedapp/core": "^0.4.7",
|
||||||
"@waku/poll-sdk-react-components": "^0.1.0",
|
"@waku/poll-sdk-react-components": "^0.1.0",
|
||||||
"@waku/poll-sdk-react-hooks": "^0.1.0",
|
"@waku/poll-sdk-react-hooks": "^0.1.0",
|
||||||
"@waku/vote-poll-sdk-react-components": "^0.1.0",
|
"@waku/vote-poll-sdk-react-components": "^0.1.0",
|
||||||
"@usedapp/core": "^0.4.7",
|
|
||||||
"ethers": "^5.4.4",
|
"ethers": "^5.4.4",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
|
|
|
@ -8,7 +8,9 @@
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"watch": {
|
"watch": {
|
||||||
"build": {
|
"build": {
|
||||||
"patterns": ["src"],
|
"patterns": [
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"extensions": "ts,tsx",
|
"extensions": "ts,tsx",
|
||||||
"runOnChangeOnly": false
|
"runOnChangeOnly": false
|
||||||
}
|
}
|
||||||
|
@ -31,10 +33,10 @@
|
||||||
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
|
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@usedapp/core": "^0.4.7",
|
||||||
"@waku/poll-sdk-react-components": "^0.1.0",
|
"@waku/poll-sdk-react-components": "^0.1.0",
|
||||||
"@waku/poll-sdk-react-hooks": "^0.1.0",
|
"@waku/poll-sdk-react-hooks": "^0.1.0",
|
||||||
"@waku/vote-poll-sdk-react-components": "^0.1.0",
|
"@waku/vote-poll-sdk-react-components": "^0.1.0",
|
||||||
"@usedapp/core": "^0.4.7",
|
|
||||||
"ethers": "^5.4.4",
|
"ethers": "^5.4.4",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
|
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@waku/vote-poll-sdk-core": "^0.1.0",
|
|
||||||
"@waku/poll-sdk-react-hooks": "^0.1.0",
|
"@waku/poll-sdk-react-hooks": "^0.1.0",
|
||||||
|
"@waku/vote-poll-sdk-core": "^0.1.0",
|
||||||
"@waku/vote-poll-sdk-react-components": "^0.1.0",
|
"@waku/vote-poll-sdk-react-components": "^0.1.0",
|
||||||
"ethers": "^5.4.4",
|
"ethers": "^5.4.4",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
|
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@waku/vote-poll-sdk-core": "^0.1.0",
|
|
||||||
"@usedapp/core": "^0.4.7",
|
"@usedapp/core": "^0.4.7",
|
||||||
|
"@waku/vote-poll-sdk-core": "^0.1.0",
|
||||||
"ethers": "^5.4.4",
|
"ethers": "^5.4.4",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"styled-components": "^5.3.0"
|
"styled-components": "^5.3.0"
|
||||||
|
|
|
@ -8,7 +8,9 @@
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"watch": {
|
"watch": {
|
||||||
"build": {
|
"build": {
|
||||||
"patterns": ["src"],
|
"patterns": [
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"extensions": "ts,tsx",
|
"extensions": "ts,tsx",
|
||||||
"runOnChangeOnly": false
|
"runOnChangeOnly": false
|
||||||
}
|
}
|
||||||
|
@ -31,10 +33,10 @@
|
||||||
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
|
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@waku/vote-poll-sdk-core": "^0.1.0",
|
||||||
"ethers": "^5.4.4",
|
"ethers": "^5.4.4",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"styled-components": "^5.3.0",
|
"styled-components": "^5.3.0"
|
||||||
"@waku/vote-poll-sdk-core": "^0.1.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/chai": "^4.2.21",
|
"@types/chai": "^4.2.21",
|
||||||
|
|
|
@ -33,11 +33,11 @@
|
||||||
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
|
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@usedapp/core": "^0.4.7",
|
||||||
"@waku/vote-poll-sdk-core": "^0.1.0",
|
"@waku/vote-poll-sdk-core": "^0.1.0",
|
||||||
|
"@waku/vote-poll-sdk-react-components": "^0.1.0",
|
||||||
"@waku/vote-sdk-react-components": "^0.1.0",
|
"@waku/vote-sdk-react-components": "^0.1.0",
|
||||||
"@waku/vote-sdk-react-hooks": "^0.1.0",
|
"@waku/vote-sdk-react-hooks": "^0.1.0",
|
||||||
"@waku/vote-poll-sdk-react-components": "^0.1.0",
|
|
||||||
"@usedapp/core": "^0.4.7",
|
|
||||||
"ethers": "^5.4.4",
|
"ethers": "^5.4.4",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"styled-components": "^5.3.0"
|
"styled-components": "^5.3.0"
|
||||||
|
|
|
@ -34,8 +34,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@waku/vote-poll-sdk-core": "^0.1.0",
|
"@waku/vote-poll-sdk-core": "^0.1.0",
|
||||||
"@waku/vote-sdk-react-hooks": "^0.1.0",
|
|
||||||
"@waku/vote-poll-sdk-react-components": "^0.1.0",
|
"@waku/vote-poll-sdk-react-components": "^0.1.0",
|
||||||
|
"@waku/vote-sdk-react-hooks": "^0.1.0",
|
||||||
"ethers": "^5.4.4",
|
"ethers": "^5.4.4",
|
||||||
"humanize-duration": "^3.27.0",
|
"humanize-duration": "^3.27.0",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
|
|
|
@ -8,7 +8,9 @@
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"watch": {
|
"watch": {
|
||||||
"build": {
|
"build": {
|
||||||
"patterns": ["src"],
|
"patterns": [
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"extensions": "ts,tsx",
|
"extensions": "ts,tsx",
|
||||||
"runOnChangeOnly": false
|
"runOnChangeOnly": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue