@bitte-ai/chat
Version:
Bitte AI chat component
112 lines • 2.9 kB
JSON
{
"name": "@bitte-ai/chat",
"version": "0.19.7",
"description": "Bitte AI chat component",
"files": [
"dist/**/*"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"default": "./dist/index.js"
},
"./styles.css": {
"default": "./dist/styles.css"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/BitteProtocol/chat.git"
},
"author": "Bitte Team",
"license": "MIT",
"keywords": [
"bitte",
"near",
"ai",
"agents"
],
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/node": "^20.17.9",
"@types/randombytes": "^2.0.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"tsup": "^8.3.5",
"typescript": "^5.8.2"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.0.2",
"@ai-sdk/openai": "^1.0.5",
"@ai-sdk/react": "^1.2.12",
"@ai-sdk/xai": "^1.0.4",
"@mintbase-js/data": "^0.6.5",
"@mintbase-js/rpc": "^0.6.5",
"@mysten/sui": "^1.26.0",
"@near-wallet-selector/core": "^8.9.14",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@suiet/wallet-kit": "^0.3.4",
"@types/numeral": "^2.0.5",
"ai": "^4.1.51",
"bn.js": "^5.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^11.0.0",
"jotai": "^2.12.4",
"lucide-react": "^0.462.0",
"near-api-js": "^5.1.1",
"near-safe": "0.9.8",
"numeral": "^2.0.6",
"openai": "^4.73.1",
"openapi-types": "^12.1.3",
"randombytes": "2.1.0",
"react-lottie-player": "^2.1.0",
"react-markdown": "^9.0.1",
"recharts": "^2.15.0",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"swr": "^2.3.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"viem": "2.29.1",
"wagmi": "^2.15.6",
"zod": "^3.24.1",
"@bitte-ai/types": "0.8.0"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist",
"clean:all": "rm -rf dist node_modules .turbo",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
}
}