UNPKG

pinia-react

Version:

Intuitive, type safe and flexible Store for React

84 lines (83 loc) 2.25 kB
{ "name": "pinia-react", "version": "1.4.0", "description": "Intuitive, type safe and flexible Store for React", "packageManager": "pnpm@10.14.0", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "files": [ "dist" ], "homepage": "https://github.com/savageKarl/pinia-react#readme", "bugs": { "url": "https://github.com/savageKarl/pinia-react/issues" }, "repository": { "type": "git", "url": "git+https://github.com/savageKarl/pinia-react.git" }, "author": "savageKarl <shan.revolt@gmail.com>", "publishConfig": { "access": "public" }, "scripts": { "prepare": "npx simple-git-hooks", "build": "tsdown", "dev": "tsdown --watch", "playground-react": "vite playground/react", "playground-nextjs": "pnpm next dev ./playground/nextjs", "test": "vitest", "semantic-release": "semantic-release", "format": "pnpm exec biome check --write" }, "keywords": [ "react", "pinia-react", "react-pinia", "react-store", "redux", "zustand", "store" ], "license": "MIT", "simple-git-hooks": { "commit-msg": "npx --no-install commitlint --edit \"$1\"" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@biomejs/biome": "2.1.3", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@testing-library/jest-dom": "^6.6.4", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/node": "^22.15.17", "@types/react": "^19.1.3", "@types/react-dom": "^19.1.4", "@vitejs/plugin-react": "^5.0.0", "jsdom": "^26.1.0", "next": "^15.4.6", "semantic-release": "^24.2.7", "simple-git-hooks": "^2.13.1", "tsdown": "^0.13.3", "typescript": "^5.8.3", "vite": "^7.1.2", "vitest": "^3.2.4" }, "dependencies": { "@maoism/runtime-core": "^3.4.13", "savage-types": "^1.0.20", "savage-utils": "^1.0.65" } }