@baqhub/sdk-react-dom
Version:
The official React DOM SDK for the BAQ federated app platform.
56 lines (55 loc) • 1.35 kB
JSON
{
"name": "@baqhub/sdk-react-dom",
"version": "0.1.28",
"license": "MIT",
"description": "The official React DOM 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-dom"
},
"keywords": [
"baq",
"baqhub",
"sdk",
"federated",
"javascript",
"typescript",
"react",
"reactive",
"react-dom",
"dom"
],
"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"
}
},
"dependencies": {
"@baqhub/sdk-react": "^0.1.28",
"tslib": "^2.8.1"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"react": "^19.0.0",
"tsconfig-to-dual-package": "1.2.0",
"typescript": "5.7.3"
}
}