@baqhub/sdk-react
Version:
The official React SDK for the BAQ federated app platform.
59 lines (58 loc) • 1.48 kB
JSON
{
"name": "@baqhub/sdk-react",
"version": "0.1.28",
"license": "MIT",
"description": "The official React SDK for the BAQ federated app platform.",
"author": "Baqhub",
"homepage": "https://baq.dev/",
"bugs": "https://github.com/baqhub/baq/issues",
"repository": {
"type": "git",
"url": "https://github.com/baqhub/baq.git",
"directory": "packages/lib-sdk-react"
},
"keywords": [
"baq",
"baqhub",
"sdk",
"federated",
"javascript",
"typescript",
"react",
"reactive"
],
"type": "module",
"sideEffects": false,
"scripts": {
"ts": "tsc --build --watch",
"build": "tsc --build ./tsconfig.cjs.json ./tsconfig.json && tsconfig-to-dual-package",
"build:clean": "rm -rf ./build",
"publish": "yarn npm publish"
},
"module": "./build/esm/src/index.js",
"main": "./build/cjs/src/index.js",
"types": "./build/cjs/src/index.d.ts",
"exports": {
".": {
"import": "./build/esm/src/index.js",
"require": "./build/cjs/src/index.js"
}
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@baqhub/sdk": "^0.1.28",
"lodash": "^4.17.21",
"tslib": "^2.8.1",
"use-sync-external-store": "^1.4.0"
},
"devDependencies": {
"@types/lodash": "4.17.15",
"@types/react": "19.0.10",
"@types/use-sync-external-store": "0.0.6",
"react": "^19.0.0",
"tsconfig-to-dual-package": "1.2.0",
"typescript": "5.7.3"
}
}