UNPKG

react-soda

Version:

😉 Simpler and more effective state management for react.

56 lines • 1.2 kB
{ "name": "react-soda", "version": "5.3.6", "description": "😉 Simpler and more effective state management for react.", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "sideEffects": false, "keywords": [ "react", "state", "state management", "react state management", "react-soda", "soda" ], "authors": [ "lurongv@qq.com" ], "license": "MIT", "files": [ "compiled", "dist", "src", "tsconfig.json" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.com/" }, "repository": { "type": "git", "url": "git+https://github.com/1adybug/deepsea.git" }, "homepage": "https://github.com/1adybug/deepsea/tree/main/packages/react-soda", "dependencies": {}, "devDependencies": { "typescript": ">=5.8.3" }, "peerDependencies": { "@types/react": ">=19.2.7", "react": ">=19.2.3" }, "scripts": { "dev": "rslib build --watch", "build": "rslib build" } }