UNPKG

jotai

Version:

👻 Next gen state management that will spook you

114 lines (113 loc) • 2.19 kB
{ "name": "jotai", "private": false, "version": "1.11.1", "description": "👻 Next gen state management that will spook you", "main": "./index.js", "types": "./index.d.ts", "typesVersions": { "<4.5": { "esm/*": [ "ts3.4/*" ], "*": [ "ts3.4/*" ] } }, "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./esm/index.d.mts", "default": "./esm/index.mjs" }, "types": "./index.d.ts", "module": "./esm/index.js", "default": "./index.js" }, "./*": { "import": { "types": "./esm/*.d.mts", "default": "./esm/*.mjs" }, "types": "./*.d.ts", "module": "./esm/*.js", "default": "./*.js" } }, "files": [ "**" ], "sideEffects": false, "engines": { "node": ">=12.20.0" }, "repository": { "type": "git", "url": "git+https://github.com/pmndrs/jotai.git" }, "keywords": [ "react", "state", "manager", "management", "recoil", "store" ], "author": "Daishi Kato", "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/pmndrs/jotai/issues" }, "homepage": "https://github.com/pmndrs/jotai", "resolutions": { "date-fns": "2.27.0" }, "peerDependencies": { "@babel/core": "*", "@babel/template": "*", "jotai-immer": "*", "jotai-optics": "*", "jotai-redux": "*", "jotai-tanstack-query": "*", "jotai-urql": "*", "jotai-valtio": "*", "jotai-xstate": "*", "jotai-zustand": "*", "react": ">=16.8" }, "peerDependenciesMeta": { "@babel/core": { "optional": true }, "@babel/template": { "optional": true }, "jotai-immer": { "optional": true }, "jotai-optics": { "optional": true }, "jotai-redux": { "optional": true }, "jotai-tanstack-query": { "optional": true }, "jotai-urql": { "optional": true }, "jotai-valtio": { "optional": true }, "jotai-zustand": { "optional": true }, "jotai-xstate": { "optional": true } } }