{ "name": "@kevisual/store-react", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "dev:lib": "vite build --watch", "build:lib": "vite build" }, "keywords": [], "author": "abearxiong (https://www.xiongxiao.me)", "license": "MIT", "packageManager": "pnpm@10.6.5", "type": "module", "peerDependencies": { "react": "^19.0.0" }, "devDependencies": { "@vitejs/plugin-react": "^4.3.4", "vite": "^6.2.3", "vite-plugin-dts": "^4.5.3" } }