Files
bch-dex-taker-v2/package.json
T

52 lines
1.3 KiB
JSON
Raw Normal View History

2025-01-22 05:37:44 -07:00
{
2025-01-22 05:51:39 -07:00
"name": "bch-wallet-web3-spa",
"version": "1.0.0",
2025-01-22 05:37:44 -07:00
"dependencies": {
2025-01-31 06:58:31 -07:00
"@chris.troutner/react-jdenticon": "1.0.1",
2025-01-28 19:38:44 -04:00
"@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-01-22 05:37:44 -07:00
"axios": "0.27.2",
"bch-message-lib": "2.2.1",
"bootstrap": "5.2.0",
"query-string": "7.1.1",
"react": "19.0.0",
"react-bootstrap": "2.10.7",
"react-dom": "19.0.0",
"react-router-dom": "7.1.3",
2025-01-22 05:37:44 -07:00
"react-scripts": "5.0.1",
2025-01-28 19:38:44 -04:00
"use-local-storage-state": "19.5.0",
2025-01-22 05:37:44 -07:00
"use-query-params": "1.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"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": {
"minimal-slp-wallet": "5.8.5",
"standard": "17.0.0",
"web3.storage": "4.3.0"
}
}