Reformat package.json files

This commit is contained in:
Franck 2021-12-24 12:12:48 +11:00
parent 734ac77553
commit d8dfe5a50e
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
10 changed files with 22 additions and 14 deletions

View File

@ -26,9 +26,9 @@
"eslint": "^7.28.0",
"ethereum-waffle": "^3.3.0",
"mocha": "^9.0.0",
"rimraf": "^3.0.2",
"prettier": "^2.3.1",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"rimraf": "^3.0.2",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"ts-node": "^10.0.0",

View File

@ -8,7 +8,9 @@
"license": "MIT OR Apache-2.0",
"watch": {
"build": {
"patterns": ["src"],
"patterns": [
"src"
],
"extensions": "ts,tsx",
"runOnChangeOnly": false
}

View File

@ -15,10 +15,10 @@
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
},
"dependencies": {
"@usedapp/core": "^0.4.7",
"@waku/poll-sdk-react-components": "^0.1.0",
"@waku/poll-sdk-react-hooks": "^0.1.0",
"@waku/vote-poll-sdk-react-components": "^0.1.0",
"@usedapp/core": "^0.4.7",
"ethers": "^5.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",

View File

@ -8,7 +8,9 @@
"license": "MIT OR Apache-2.0",
"watch": {
"build": {
"patterns": ["src"],
"patterns": [
"src"
],
"extensions": "ts,tsx",
"runOnChangeOnly": false
}
@ -31,10 +33,10 @@
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
},
"dependencies": {
"@usedapp/core": "^0.4.7",
"@waku/poll-sdk-react-components": "^0.1.0",
"@waku/poll-sdk-react-hooks": "^0.1.0",
"@waku/vote-poll-sdk-react-components": "^0.1.0",
"@usedapp/core": "^0.4.7",
"ethers": "^5.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",

View File

@ -33,8 +33,8 @@
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
},
"dependencies": {
"@waku/vote-poll-sdk-core": "^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",
"ethers": "^5.4.4",
"react": "^17.0.2",

View File

@ -29,8 +29,8 @@
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
},
"dependencies": {
"@waku/vote-poll-sdk-core": "^0.1.0",
"@usedapp/core": "^0.4.7",
"@waku/vote-poll-sdk-core": "^0.1.0",
"ethers": "^5.4.4",
"react": "^17.0.2",
"styled-components": "^5.3.0"

View File

@ -8,7 +8,9 @@
"license": "MIT OR Apache-2.0",
"watch": {
"build": {
"patterns": ["src"],
"patterns": [
"src"
],
"extensions": "ts,tsx",
"runOnChangeOnly": false
}
@ -31,10 +33,10 @@
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
},
"dependencies": {
"@waku/vote-poll-sdk-core": "^0.1.0",
"ethers": "^5.4.4",
"react": "^17.0.2",
"styled-components": "^5.3.0",
"@waku/vote-poll-sdk-core": "^0.1.0"
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/chai": "^4.2.21",

View File

@ -33,11 +33,11 @@
"lint:prettier": "yarn prettier './{src,test}/**/*.{ts,tsx}'"
},
"dependencies": {
"@usedapp/core": "^0.4.7",
"@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-hooks": "^0.1.0",
"@waku/vote-poll-sdk-react-components": "^0.1.0",
"@usedapp/core": "^0.4.7",
"ethers": "^5.4.4",
"react": "^17.0.2",
"styled-components": "^5.3.0"

View File

@ -34,8 +34,8 @@
},
"dependencies": {
"@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-sdk-react-hooks": "^0.1.0",
"ethers": "^5.4.4",
"humanize-duration": "^3.27.0",
"react": "^17.0.2",

View File

@ -8,7 +8,9 @@
"license": "MIT OR Apache-2.0",
"watch": {
"build": {
"patterns": ["src"],
"patterns": [
"src"
],
"extensions": "ts,tsx",
"runOnChangeOnly": false
}