Files
qapi/package.json
Victor Oliva ed2fd05ebe fix: multisig signer when "any rpc" is selected (#184)
* chore: update dependencies

# Conflicts:
#	package.json
#	pnpm-lock.yaml

* chore: replace custom HOLLAR setup with paraspell's default one

* fix: multisig signer when "any rpc" is selected
2026-09-08 10:34:11 +02:00

87 lines
2.8 KiB
JSON

{
"name": "papi-console",
"private": true,
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"postinstall": "papi"
},
"prettier": {
"semi": false
},
"dependencies": {
"@acala-network/chopsticks-core": "^1.5.1",
"@ledgerhq/hw-transport-webusb": "^6.35.0",
"@monaco-editor/react": "^4.7.0",
"@paraspell/sdk": "14.3.4",
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@polkadot-api/forklift": "^0.5.1",
"@polkadot-api/json-rpc-provider-proxy": "^0.4.1",
"@polkadot-api/metadata-builders": "^0.15.1",
"@polkadot-api/observable-client": "^0.19.1",
"@polkadot-api/react-builder": "^0.6.1",
"@polkadot-api/react-components": "^0.4.2",
"@polkadot-api/signers-common": "^0.3.1",
"@polkadot-api/substrate-bindings": "^0.21.1",
"@polkadot-api/tx-creator": "^0.2.0",
"@polkadot-api/tx-utils": "^0.6.1",
"@polkahub/ui-components": "^0.9.1",
"@radix-ui/react-accordion": "^1.2.20",
"@radix-ui/react-dialog": "^1.1.23",
"@radix-ui/react-label": "^2.1.15",
"@radix-ui/react-popover": "^1.1.23",
"@radix-ui/react-radio-group": "^1.4.7",
"@radix-ui/react-scroll-area": "^1.2.18",
"@radix-ui/react-select": "^2.3.7",
"@radix-ui/react-slot": "^1.3.3",
"@radix-ui/react-tabs": "^1.1.21",
"@radix-ui/react-toggle": "^1.1.18",
"@radix-ui/react-toggle-group": "^1.1.19",
"@radix-ui/react-tooltip": "^1.2.16",
"@react-rxjs/core": "^0.10.8",
"@react-rxjs/utils": "^0.9.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"idb-keyval": "^6.3.0",
"lucide-react": "^1.41.0",
"polkadot-api": "^3.1.0",
"polkahub": "^0.9.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-portal": "^4.3.0",
"react-router-dom": "^7.18.3",
"react-svg": "^19.1.5",
"react-virtuoso": "^4.18.13",
"react18-json-view": "^0.2.10",
"rxjs": "^7.8.2",
"save-as": "^0.1.8",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"uplot": "^1.6.32",
"uuid": "^14.0.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^26.4.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"@types/react-portal": "^4.0.7",
"@vitejs/plugin-react": "^6.1.1",
"eslint": "^10.10.0",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-react-refresh": "^0.5.6",
"globals": "^17.12.0",
"prettier": "^3.9.6",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2",
"typescript-eslint": "^8.69.0",
"vite": "^8.2.2"
},
"packageManager": "pnpm@11.22.0+sha512.1ff870c4c6133dfd88fb2afc46dd13d47f09c9794b438c6fdb47ca98caf3bc16381ee0be93a091b8e3824cf01f889f46d7d9e20910fb0be1ab0fb5baa80dd621"
}