UNPKG

react-liberate

Version:

simple and elegant React Global State Manager.

60 lines 1.16 kB
{ "name": "react-liberate", "version": "2.1.6", "description": "simple and elegant React Global State Manager.", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "buildOptions": { "format": [ "esm", "cjs", "umd" ], "dts": true, "minify": true, "libraryName": "ReactLiberate", "globalVariableName": { "react": "React" }, "external": [ "react" ] }, "unpkg": "./dist/index.umd.js", "jsdelivr": "./dist/index.umd.js", "type": "module", "keywords": [ "react-store", "react", "store", "redux", "redux-store" ], "author": "", "license": "GPL-3.0", "dependencies": { "@maoism/runtime-core": "^3.4.13", "react": "^18.2.0", "savage-utils": "^1.0.65", "savage-types": "^1.0.20" }, "devDependencies": { "@types/react": "^16.8.0", "@types/react-dom": "^16.8.0", "react-dom": "^18.2.0", "vitest": "^0.34.3" }, "scripts": { "test": "vitest" } }