UNPKG

@crypto-dex-sdk/parachains-amplitude

Version:

Zenlink Parachains Impl for Amplitude

61 lines 1.7 kB
{ "name": "@crypto-dex-sdk/parachains-amplitude", "version": "0.1.4", "description": "Zenlink Parachains Impl for Amplitude", "author": "zenlinkpro", "license": "MIT", "keywords": [ "zenlink", "parachains-impl", "amplitude" ], "sideEffects": false, "main": "./index.ts", "source": "./index.ts", "peerDependencies": { "react": "19.0.0", "react-dom": "19.0.0" }, "dependencies": { "@headlessui/react": "2.2.0", "@heroicons/react": "2.2.0", "@lingui/core": "5.2.0", "@lingui/macro": "5.2.0", "@lingui/react": "5.2.0", "@pendulum-chain/types": "0.3.4", "@polkadot/api": "^12.3.1", "@polkadot/api-augment": "^12.3.1", "@polkadot/types": "^12.3.1", "@polkadot/types-codec": "^12.3.1", "@zenlink-types/bifrost": "1.7.7", "@crypto-dex-sdk/chain": "0.1.4", "@crypto-dex-sdk/currency": "0.1.4", "@crypto-dex-sdk/format": "0.1.4", "@crypto-dex-sdk/amm": "0.1.4", "@crypto-dex-sdk/hooks": "0.1.4", "@crypto-dex-sdk/math": "0.1.4", "@crypto-dex-sdk/polkadot": "0.1.4", "@crypto-dex-sdk/shared": "0.1.4", "@crypto-dex-sdk/ui": "0.1.4" }, "devDependencies": { "@types/react": "19.0.10", "@types/react-dom": "^19.0.4", "eslint": "^9.20.1", "react": "19.0.0", "react-dom": "19.0.0", "tsup": "^8.3.6", "typescript": "5.7.3", "@crypto-dex-sdk/eslint-config": "0.1.4", "@crypto-dex-sdk/typescript-config": "0.1.4" }, "nextBundleAnalysis": { "budget": 460800, "budgetPercentIncreaseRed": 20, "showDetails": true }, "scripts": { "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "lint": "TIMING=1 eslint . --fix" } }