@franklinhelp/sdk-react
Version:
Embeddable AI-native help center for modern SaaS applications
76 lines (75 loc) • 1.81 kB
JSON
{
"name": "@franklinhelp/sdk-react",
"version": "0.1.0-alpha.5",
"description": "Embeddable AI-native help center for modern SaaS applications",
"keywords": [
"react",
"help-center",
"ai",
"customer-support",
"embedded",
"sidebar"
],
"author": "Franklin Platform",
"license": "MIT",
"homepage": "https://www.franklinhelp.com",
"repository": {
"type": "git",
"url": "https://github.com/Kruma-Labs/franklinhelp"
},
"bugs": {
"url": "https://github.com/franklinhelp/sdk-support/issues",
"email": "support@franklinhelp.com"
},
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./styles": "./src/styles/index.css"
},
"publishConfig": {
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./styles": "./dist/styles.css"
},
"dependencies": {
"@ai-sdk/react": "^2.0.89",
"ai": "^5.0.89",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"lucide-react": "^0.546.0",
"nanoid": "^5.1.6",
"tailwind-merge": "^3.3.1"
}
},
"files": [
"dist",
"README.md",
"IMPLEMENTATION.md"
],
"scripts": {
"build": "tsup && pnpm build:css",
"build:css": "cp ./src/styles/index.css ./dist/styles.css",
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@ai-sdk/react": "^2.0.89",
"@franklin/ui": "workspace:*",
"ai": "^5.0.89",
"clsx": "catalog:",
"framer-motion": "^12.23.24",
"lucide-react": "catalog:",
"nanoid": "^5.1.6",
"tailwind-merge": "catalog:"
},
"devDependencies": {
"tsup": "^8.3.5",
"tailwindcss": "catalog:"
}
}