2025-02-04 04:55:21 -07:00
|
|
|
{
|
2025-02-04 05:01:17 -07:00
|
|
|
"name": "bch-dex-taker-v2",
|
2025-02-04 04:55:21 -07:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@chris.troutner/react-jdenticon": "1.0.1",
|
|
|
|
|
"@fortawesome/fontawesome-svg-core": "6.7.2",
|
|
|
|
|
"@fortawesome/free-regular-svg-icons": "6.7.2",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.7.2",
|
|
|
|
|
"@fortawesome/react-fontawesome": "0.2.2",
|
2025-05-21 14:59:10 -04:00
|
|
|
"@noble/hashes": "^1.8.0",
|
2025-02-04 04:55:21 -07:00
|
|
|
"axios": "0.27.2",
|
2025-02-07 11:28:08 -07:00
|
|
|
"bch-dex-lib": "2.0.2",
|
2025-02-04 04:55:21 -07:00
|
|
|
"bch-message-lib": "2.2.1",
|
2025-03-05 19:03:14 -08:00
|
|
|
"bch-nostr": "1.3.4",
|
2025-03-20 19:50:17 -04:00
|
|
|
"bch-token-sweep": "2.2.1",
|
2025-02-04 04:55:21 -07:00
|
|
|
"bootstrap": "5.2.0",
|
2025-02-07 11:28:08 -07:00
|
|
|
"crypto-browserify": "3.12.1",
|
2025-03-05 20:26:31 -08:00
|
|
|
"nostr-tools": "2.10.4",
|
|
|
|
|
"p2wdb": "2.4.1",
|
2025-02-09 09:57:56 -07:00
|
|
|
"process": "0.11.10",
|
2025-02-05 19:58:54 -04:00
|
|
|
"qrcode.react": "4.2.0",
|
2025-02-04 04:55:21 -07:00
|
|
|
"query-string": "7.1.1",
|
|
|
|
|
"react": "19.0.0",
|
|
|
|
|
"react-bootstrap": "2.10.7",
|
2025-06-10 19:49:28 -04:00
|
|
|
"react-bs-datatable": "3.15.0",
|
2025-02-04 04:55:21 -07:00
|
|
|
"react-dom": "19.0.0",
|
2025-06-06 12:53:18 -04:00
|
|
|
"react-markdown": "10.1.0",
|
2025-02-04 04:55:21 -07:00
|
|
|
"react-router-dom": "7.1.3",
|
|
|
|
|
"react-scripts": "5.0.1",
|
2025-02-09 09:57:56 -07:00
|
|
|
"stream-browserify": "3.0.0",
|
2025-02-04 04:55:21 -07:00
|
|
|
"use-local-storage-state": "19.5.0",
|
2025-02-07 11:28:08 -07:00
|
|
|
"use-query-params": "1.2.3",
|
|
|
|
|
"vm-browserify": "1.1.2"
|
2025-02-04 04:55:21 -07:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2025-02-07 11:28:08 -07:00
|
|
|
"start": "react-app-rewired start",
|
|
|
|
|
"build": "react-app-rewired build",
|
2025-04-10 19:42:38 -07:00
|
|
|
"test": "npm run lint",
|
2025-02-07 11:28:08 -07:00
|
|
|
"eject": "react-app-rewired eject",
|
2025-02-04 04:55:21 -07:00
|
|
|
"lint": "standard --env mocha --fix",
|
|
|
|
|
"pub": "node deploy/publish-main.js",
|
|
|
|
|
"pub:ghp": "./deploy/publish-gh-pages.sh"
|
|
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": "react-app"
|
|
|
|
|
},
|
|
|
|
|
"browserslist": {
|
|
|
|
|
"production": [
|
|
|
|
|
">0.2%",
|
|
|
|
|
"not dead",
|
|
|
|
|
"not op_mini all"
|
|
|
|
|
],
|
|
|
|
|
"development": [
|
|
|
|
|
"last 1 chrome version",
|
|
|
|
|
"last 1 firefox version",
|
|
|
|
|
"last 1 safari version"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-03-05 19:10:55 -08:00
|
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
2025-04-04 07:29:57 -07:00
|
|
|
"husky": "9.1.7",
|
2025-02-09 09:55:00 -07:00
|
|
|
"minimal-slp-wallet": "5.13.1",
|
2025-02-09 09:57:56 -07:00
|
|
|
"react-app-rewired": "2.2.1",
|
2025-04-04 07:29:57 -07:00
|
|
|
"semantic-release": "24.2.3",
|
2025-02-04 04:55:21 -07:00
|
|
|
"standard": "17.0.0",
|
|
|
|
|
"web3.storage": "4.3.0"
|
2025-04-04 07:29:57 -07:00
|
|
|
},
|
|
|
|
|
"release": {
|
|
|
|
|
"publish": [
|
|
|
|
|
{
|
|
|
|
|
"path": "@semantic-release/npm",
|
|
|
|
|
"npmPublish": false
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|
"pre-commit": "npm run lint"
|
|
|
|
|
}
|
2025-02-04 04:55:21 -07:00
|
|
|
}
|
|
|
|
|
}
|