1
0
pbc-defi-ui/package.json
2024-06-10 23:57:26 +02:00

59 lines
1.8 KiB
JSON

{
"name": "ui-integration-demo",
"version": "0.10.0",
"description": "",
"license": "AGPL-3.0",
"dependencies": {
"@ledgerhq/hw-transport": "^6.30.3",
"@ledgerhq/hw-transport-webusb": "^6.28.3",
"@ledgerhq/logs": "^6.12.0",
"@partisiablockchain/abi-client": "^3.30.0",
"@secata-public/bitmanipulation-ts": "^3.0.6",
"@types/bn.js": "^5.1.1",
"@types/elliptic": "^6.4.14",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"elliptic": "^6.5.4",
"hash.js": "^1.1.7",
"partisia-blockchain-applications-sdk": "^0.1.2",
"stream-browserify": "^3.0.0",
"bip32-path": "^0.4.2",
"graphology": "^0.25.4",
"graphology-shortest-path": "2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"assert": "^2.0.0",
"babel-loader": "^9.1.0",
"eslint": "^8.14.0",
"eslint-plugin-import": "^2.26.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^3.0.0",
"process": "^0.11.10",
"typescript": "^5.0.2",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"overrides": {
"merkletreejs": "^0.3.11"
},
"scripts": {
"test": "npx webpack --config webpack.config.js",
"prettier": "npx prettier --print-width 100 --tab-width 2 --quote-props as-needed --trailing-comma es5 --bracket-same-line --prose-wrap preserve --write src",
"lint": "npx eslint src --max-warnings 0",
"start": "npx webpack serve --open --env PORT=8080"
},
"prettier": {
"printWidth": 100,
"endOfLine": "auto",
"bracketSameLine": true
}
}