@cervello/react
Version:
🤯 Simple, reactive, tiny and performant state-management library
80 lines (79 loc) • 1.99 kB
JSON
{
"name": "@cervello/react",
"type": "module",
"version": "5.4.1",
"description": "🤯 Simple, reactive, tiny and performant state-management library",
"author": "Chempo",
"license": "MIT",
"homepage": "https://www.cervello.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/chempogonzalez/cervello.git"
},
"bugs": {
"url": "https://github.com/chempogonzalez/cervello/issues"
},
"keywords": [
"react",
"state",
"manager",
"management",
"proxy",
"redux",
"zustand",
"reactive",
"observable",
"performance",
"easy",
"simple",
"fast"
],
"sideEffects": false,
"exports": {
".": {
"types": "./types/index.d.ts",
"require": "./dist/cervello.cjs",
"import": "./dist/cervello.esm.js",
"default": "./dist/cervello.esm.js"
},
"./types": {
"types": "./types/index.d.ts",
"browser": "./types/index.d.ts",
"require": "./types/index.d.ts",
"import": "./types/index.d.ts",
"default": "./types/index.d.ts"
}
},
"main": "./dist/cervello.cjs",
"module": "./dist/cervello.esm.js",
"source": "src/index.ts",
"types": "./types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"release": "pnpx bumpp --push=false && npm publish --access public",
"docs:dev": "pnpm run --filter @cervello/react docs:dev",
"publish:beta": "npm publish --tag beta",
"test": "vitest --watch",
"test:release": "vitest run",
"prepublishOnly": "pnpm build",
"build": "(rm -rf types & rm -rf dist) && microbundle",
"dev": "microbundle watch"
},
"peerDependencies": {
"react": ">= 18.2.0"
},
"devDependencies": {
"@testing-library/dom": "9.3.3",
"@testing-library/react": "14.0.0",
"@types/react": "18.2.33",
"microbundle": "0.15.1",
"react": "18.2.0",
"typescript": "5.6.2",
"vite": "4.5.0",
"vitest": "3.0.7",
"vitest-react": "0.9.5"
}
}