mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex-taker-v2.git
synced 2026-09-21 16:52:01 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
313df177e9 | ||
|
|
2c34ea5c2e | ||
|
|
e9e9982de0 | ||
|
|
5a3010ffce |
Generated
+1652
-6439
File diff suppressed because it is too large
Load Diff
+12
-1
@@ -40,7 +40,8 @@
|
||||
"eject": "react-app-rewired eject",
|
||||
"lint": "standard --env mocha --fix",
|
||||
"pub": "node deploy/publish-main.js",
|
||||
"pub:ghp": "./deploy/publish-gh-pages.sh"
|
||||
"pub:ghp": "./deploy/publish-gh-pages.sh",
|
||||
"postinstall": "rm -rf node_modules/fork-ts-checker-webpack-plugin/node_modules 2>/dev/null || true && (cd node_modules/@eslint/eslintrc && npm install ajv@^6.12.6 --no-save 2>/dev/null || true) && (cd node_modules/eslint && npm install ajv@^6.12.6 --no-save 2>/dev/null || true)"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
@@ -66,6 +67,16 @@
|
||||
"standard": "17.0.0",
|
||||
"web3.storage": "4.3.0"
|
||||
},
|
||||
"overrides": {
|
||||
"ajv": "^8.17.1",
|
||||
"ajv-keywords": "^5.1.0",
|
||||
"ajv-formats": "^2.1.1",
|
||||
"babel-loader": {
|
||||
"schema-utils": "^2.7.1",
|
||||
"ajv-keywords": "^3.5.2",
|
||||
"ajv": "^6.12.6"
|
||||
}
|
||||
},
|
||||
"release": {
|
||||
"publish": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user