UNPKG

jotai-valtio

Version:
92 lines (91 loc) • 2.48 kB
{ "name": "jotai-valtio", "description": "👻💊", "version": "0.6.0", "type": "module", "author": "Daishi Kato", "contributors": [ "David Maskasky (https://github.com/dmaskasky)" ], "repository": { "type": "git", "url": "https://github.com/jotaijs/jotai-valtio.git" }, "source": "./src/index.ts", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "require": { "types": "./dist/cjs/index.d.ts", "default": "./dist/cjs/index.js" }, "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "sideEffects": false, "files": [ "src", "dist" ], "packageManager": "pnpm@8.15.0", "scripts": { "compile": "rm -rf dist && pnpm run '/^compile:.*/'", "compile:esm": "tsc -p tsconfig.esm.json", "compile:cjs": "tsc -p tsconfig.cjs.json && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json", "test": "pnpm run '/^test:.*/'", "test:format": "prettier -c .", "test:lint": "eslint .", "test:types": "tsc -p . --noEmit", "test:types:examples": "tsc -p examples --noEmit", "test:spec": "vitest run", "examples:01_atomWithProxy": "DIR=01_atomWithProxy vite", "examples:02_mutableAtom": "DIR=02_mutableAtom vite" }, "keywords": [ "jotai", "react", "valtio", "state" ], "license": "MIT", "prettier": { "singleQuote": true }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", "@types/node": "^22.10.2", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", "eslint": "8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.7.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.1.0", "happy-dom": "^15.11.7", "jotai": "^2.10.4", "jotai-valtio": "link:", "prettier": "^3.4.2", "react": "^19.0.0", "react-dom": "^19.0.0", "ts-expect": "^1.3.0", "typescript": "^5.7.2", "valtio": "^2.1.2", "vite": "^6.0.4", "vitest": "^2.1.8" }, "peerDependencies": { "jotai": ">=2.0.0", "valtio": ">=2.0.0" } }