react-create-store
Version:
State management just using basic React hooks api within 80 lines of code 在80行代码内仅使用基本的 React hooks API 进行状态管理
38 lines (37 loc) • 847 B
JSON
{
"name": "react-create-store",
"version": "1.1.4",
"description": "State management just using basic React hooks api within 80 lines of code \n在80行代码内仅使用基本的 React hooks API 进行状态管理",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Plightfield",
"readme": "README.md",
"keywords": [
"react",
"state",
"management",
"hooks",
"store",
"createStore",
"state management"
],
"repository": {
"type": "git",
"url": "https://github.com/plightfield/createStore"
},
"license": "MIT",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc"
},
"peerDependencies": {
"react": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3"
},
"dependencies": {
"immer": "^10.1.1",
"use-immer": "^0.9.0"
}
}