@tuwaio/nova-transactions
Version:
A React component library that provides the UI for @tuwaio/pulsar-core. Includes components, providers, and i18n support for transaction tracking.
102 lines • 2.62 kB
JSON
{
"name": "@tuwaio/nova-transactions",
"version": "0.2.1",
"private": false,
"author": "Oleksandr Tkach",
"license": "Apache-2.0",
"description": "A React component library that provides the UI for @tuwaio/pulsar-core. Includes components, providers, and i18n support for transaction tracking.",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./providers": {
"import": "./dist/providers/index.js",
"require": "./dist/providers/index.cjs",
"types": "./dist/providers/index.d.ts"
},
"./dist/index.css": "./dist/index.css"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"keywords": [
"react",
"web3",
"hooks",
"transaction",
"tracking",
"ui",
"components",
"tailwind",
"wagmi",
"viem",
"i18n",
"modal",
"toast",
"design-system",
"nova",
"tuwa"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TuwaIO/nova-uikit.git",
"directory": "packages/nova-transactions"
},
"homepage": "https://github.com/TuwaIO/nova-uikit",
"bugs": {
"url": "https://github.com/TuwaIO/nova-uikit/issues"
},
"contributors": [
{
"name": "Oleksandr Tkach",
"url": "https://github.com/Argeare5"
}
],
"peerDependencies": {
"@bgd-labs/react-web3-icons": ">=1.5",
"@heroicons/react": "2.x.x",
"@radix-ui/react-dialog": "1.x.x",
"framer-motion": "12.x.x",
"react": ">=19.2.1",
"react-toastify": ">=11",
"@tuwaio/pulsar-core": ">=0.3",
"@tuwaio/nova-core": ">=0.2",
"@tuwaio/orbit-core": ">=0.2",
"dayjs": "1.x.x"
},
"devDependencies": {
"@tuwaio/orbit-core": "^0.2.0",
"@tuwaio/pulsar-core": "^0.3.0",
"dayjs": "^1.11.19",
"@bgd-labs/react-web3-icons": "^1.57.0",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-dialog": "^1.1.15",
"@tailwindcss/postcss": "^4.1.17",
"@types/react": "^19.2.7",
"autoprefixer": "^10.4.22",
"clsx": "^2.1.1",
"framer-motion": "^12.23.25",
"immer": "^11.0.1",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"react": "^19.2.1",
"react-toastify": "^11.0.5",
"tsup": "^8.5.1",
"typescript": "~5.9.3",
"tailwindcss": "^4.1.17",
"zustand": "^5.0.9",
"@tuwaio/nova-core": "^0.2.1"
},
"scripts": {
"build": "tsup && pnpm exec postcss ./src/styles/app.css -o ./dist/index.css"
}
}