resso
Version:
The simplest React state manager
65 lines (64 loc) • 1.71 kB
JSON
{
"name": "resso",
"version": "0.24.0",
"description": "The simplest React state manager",
"license": "MIT",
"keywords": [
"react",
"hooks",
"flux",
"redux",
"store",
"state",
"resso"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nanxiaobei/resso.git"
},
"author": "nanxiaobei <nanxiaobei@gmail.com>",
"homepage": "https://github.com/nanxiaobei/resso",
"bugs": "https://github.com/nanxiaobei/resso/issues",
"main": "dist/resso.cjs.js",
"module": "dist/resso.esm.js",
"types": "dist/resso.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "vitest run",
"build": "rm -rf dist coverage && rollup -c --configPlugin @rollup/plugin-typescript"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"dependencies": {
"use-sync-external-store": "^1.6.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.3.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/use-sync-external-store": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"@vitejs/plugin-react-swc": "^4.2.0",
"@vitest/coverage-v8": "^4.0.6",
"eslint": "^9.39.0",
"eslint-config-prettier": "^10.1.8",
"jsdom": "^27.1.0",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.3.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"rollup": "^4.52.5",
"rollup-plugin-dts": "^6.2.3",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^7.1.12",
"vitest": "^4.0.6"
}
}