@crypto-dex-sdk/parachains-bifrost
Version:
Zenlink Parachains Impl for Bifrost
63 lines • 1.71 kB
JSON
{
"name": "@crypto-dex-sdk/parachains-bifrost",
"version": "0.1.4",
"description": "Zenlink Parachains Impl for Bifrost",
"author": "zenlinkpro",
"license": "LGPL-2.1-or-later",
"keywords": [
"zenlink",
"parachains-impl",
"bifrost"
],
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"source": "src/index.ts",
"typings": "dist/index.d.ts",
"files": [
"dist/**"
],
"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",
"@polkadot-onboard/react": "^1.1.0",
"@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.6",
"@crypto-dex-sdk/amm": "0.1.4",
"@crypto-dex-sdk/currency": "0.1.4",
"@crypto-dex-sdk/format": "0.1.4",
"@crypto-dex-sdk/math": "0.1.4",
"@crypto-dex-sdk/chain": "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": {
"build": "tsup index.ts --format esm,cjs --dts",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"lint": "TIMING=1 eslint . --fix"
}
}