@sigi/react
Version:
React bindings for sigi framework
59 lines (58 loc) • 1.34 kB
JSON
{
"name": "@sigi/react",
"version": "2.13.2",
"description": "React bindings for sigi framework",
"keywords": [
"Hooks",
"RxJS",
"TypeScript",
"React",
"Sigi"
],
"author": "LongYinan <lynweklm@gmail.com>",
"homepage": "https://sigi.how",
"license": "MIT",
"main": "dist/index.js",
"module": "esm/index.js",
"browser": "esm/index.browser.js",
"esnext": "next/index.browser.js",
"types": "esm/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"sideEffects": false,
"files": [
"dist",
"esm",
"next",
"es2015",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sigi-framework/sigi.git"
},
"bugs": {
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/core": "2.13.2",
"@sigi/di": "2.13.1",
"@sigi/ssr": "2.13.2",
"@sigi/types": "2.13.0",
"tslib": "^2.8.1"
},
"peerDependencies": {
"react": ">=18",
"rxjs": ">=7",
"use-sync-external-store": ">=1"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0",
"@types/use-sync-external-store": "^1.5.0",
"use-sync-external-store": "^1.5.0"
},
"gitHead": "e125e80a923214ebc1f210ffb6ac6c56732f9167"
}