resso
Version:
The simplest React state manager
65 lines (64 loc) • 1.71 kB
JSON
{
"name": "resso",
"version": "0.23.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.5.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/node": "^22.15.30",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@types/use-sync-external-store": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"@vitejs/plugin-react": "^4.5.1",
"@vitest/coverage-v8": "^3.2.2",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"jsdom": "^26.1.0",
"prettier": "^3.5.3",
"prettier-plugin-organize-imports": "^4.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rollup": "^4.42.0",
"rollup-plugin-dts": "^6.2.1",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vitest": "^3.2.2"
}
}