@shined/reactive
Version:
⚛️ Proxy-driven state library for JavaScript application, Intuitive, Flexible and Written in TypeScript.
65 lines • 1.56 kB
JSON
{
"name": "@shined/reactive",
"version": "0.3.0",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"description": "⚛️ Proxy-driven state library for JavaScript application, Intuitive, Flexible and Written in TypeScript.",
"homepage": "https://sheinsight.github.io/reactive/",
"files": [
"./dist",
"./src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sheinsight/reactive.git",
"directory": "packages/reactive"
},
"bugs": {
"url": "https://github.com/sheinsight/reactive/issues"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./vanilla": {
"import": "./dist/vanilla/index.js",
"require": "./dist/vanilla/index.cjs"
},
"./create-single-loading": {
"import": "./dist/standalone/create-single-loading/index.js",
"require": "./dist/standalone/create-single-loading/index.cjs"
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"sideEffects": false,
"keywords": [
"react",
"hooks",
"reactive",
"state",
"store",
"use-sync-external-store"
],
"license": "MIT",
"dependencies": {
"use-sync-external-store": "^1.5.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"@shined/react-use": {
"optional": true
}
},
"peerDependencies": {
"@shined/react-use": ">= 1.0.0",
"react": ">= 16.8.0"
}
}