Files
psf-memo-client/package.json
T

62 lines
1.3 KiB
JSON
Raw Normal View History

2022-06-19 07:00:41 -07:00
{
2022-06-19 07:16:19 -07:00
"name": "react-bootstrap-web3-spa",
2022-07-04 07:36:38 -07:00
"version": "2.0.1",
2022-06-19 07:00:41 -07:00
"dependencies": {
"axios": "0.27.2",
"bch-message-lib": "2.2.1",
"bootstrap": "5.2.0",
2022-06-19 07:00:41 -07:00
"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",
2022-06-19 07:00:41 -07:00
"react-scripts": "5.0.1",
2025-02-15 20:55:43 -04:00
"use-local-storage-state": "19.5.0",
2022-06-19 07:00:41 -07:00
"use-query-params": "1.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
2025-04-04 07:29:57 -07:00
"test": "echo 'no tests'",
2022-06-19 07:00:41 -07:00
"eject": "react-scripts eject",
2022-09-03 07:56:34 -07:00
"lint": "standard --env mocha --fix",
2022-09-03 12:33:16 -07:00
"pub": "node deploy/publish-main.js",
"pub:ghp": "./deploy/publish-gh-pages.sh"
2022-06-19 07:00:41 -07:00
},
"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-04-04 07:29:57 -07:00
"husky": "9.1.7",
"minimal-slp-wallet": "5.13.1",
2025-04-04 07:29:57 -07:00
"semantic-release": "24.2.3",
2022-06-19 07:00:41 -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"
}
}
2022-06-19 07:00:41 -07:00
}