92 lines
2.9 KiB
JSON
92 lines
2.9 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 --whitelist whitelist.ts"
|
|
},
|
|
"prettier": {
|
|
"semi": false
|
|
},
|
|
"dependencies": {
|
|
"@acala-network/chopsticks-core": "^1.2.2",
|
|
"@noble/hashes": "^2.0.0",
|
|
"@polkadot-api/descriptors": "file:.papi/descriptors",
|
|
"@polkadot-api/json-rpc-provider-proxy": "^0.2.4",
|
|
"@polkadot-api/metadata-builders": "^0.13.5",
|
|
"@polkadot-api/observable-client": "^0.15.1",
|
|
"@polkadot-api/react-builder": "0.3.7",
|
|
"@polkadot-api/substrate-bindings": "^0.16.3",
|
|
"@polkadot-api/tx-utils": "^0.1.6",
|
|
"@polkadot-api/utils": "^0.2.0",
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-radio-group": "^1.3.8",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-toggle": "^1.1.10",
|
|
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@react-rxjs/core": "^0.10.8",
|
|
"@react-rxjs/utils": "^0.9.7",
|
|
"@walletconnect/modal": "^2.7.0",
|
|
"@walletconnect/universal-provider": "^2.21.9",
|
|
"@walletconnect/utils": "^2.21.9",
|
|
"blo": "^2.0.0",
|
|
"buffer": "^6.0.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "1.1.1",
|
|
"idb-keyval": "^6.2.2",
|
|
"lucide-react": "^0.544.0",
|
|
"polkadot-api": "^1.18.0",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-portal": "^4.3.0",
|
|
"react-router-dom": "^7.9.1",
|
|
"react-svg": "^16.3.0",
|
|
"react-virtuoso": "^4.14.0",
|
|
"react18-json-view": "^0.2.9",
|
|
"rxjs": "^7.8.2",
|
|
"save-as": "^0.1.8",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.36.0",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"@types/node": "^24.5.2",
|
|
"@types/react": "^19.1.13",
|
|
"@types/react-dom": "^19.1.9",
|
|
"@types/react-portal": "^4.0.7",
|
|
"@types/uuid": "^11.0.0",
|
|
"@vitejs/plugin-react": "^5.0.3",
|
|
"@walletconnect/types": "^2.21.9",
|
|
"eslint": "^9.36.0",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.4.0",
|
|
"prettier": "^3.6.2",
|
|
"tailwindcss": "^4.1.13",
|
|
"typescript": "^5.9.2",
|
|
"typescript-eslint": "^8.44.0",
|
|
"vite": "^7.1.6"
|
|
},
|
|
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b",
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"react18-json-view": "patches/react18-json-view.patch"
|
|
}
|
|
}
|
|
}
|