@dev-fastn-ai/react-core
Version:
React hooks and components for integrating Fastn AI connector marketplace into your applications. Built on top of @fastn-ai/core with React Query for optimal performance.
93 lines (92 loc) • 2.31 kB
JSON
{
"name": "@dev-fastn-ai/react-core",
"version": "2.4.10",
"description": "React hooks and components for integrating Fastn AI connector marketplace into your applications. Built on top of @fastn-ai/core with React Query for optimal performance.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/",
"README.md",
"CHANGELOG.md"
],
"peerDependenciesMeta": {
"@tanstack/react-query": {
"optional": false
},
"react": {
"optional": false
},
"react-dom": {
"optional": false
}
},
"sideEffects": false,
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"clean": "rimraf dist",
"prepare": "npm run build",
"prepublishOnly": "npm run clean && npm run build",
"type-check": "tsc --noEmit",
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [
"fastn",
"fastn-ai",
"react",
"hooks",
"connectors",
"integrations",
"marketplace",
"react-query",
"typescript"
],
"author": "Fastn AI <support@fastn.ai>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fastn-ai/react-core.git"
},
"bugs": {
"url": "https://github.com/fastn-ai/react-core/issues"
},
"homepage": "https://docs.fastn.ai",
"dependencies": {
"@dev-fastn-ai/core": "^2.0.7",
"@fastn-ai/core": "^1.0.8",
"@types/lodash": "^4.17.20",
"lodash": "^4.17.21"
},
"peerDependencies": {
"@tanstack/react-query": "^5.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/node": "^20.11.24",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"rimraf": "^5.0.5",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
}