react-pinia
Version:
šBuilding a Minimal State Management for React
39 lines ⢠892 B
JSON
{
"name": "react-pinia",
"version": "2.7.3",
"description": "šBuilding a Minimal State Management for React",
"main": "lib/react-pinia.umd.js",
"module": "lib/react-pinia.es.js",
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/tcly861204/react-pinia.git"
},
"keywords": [
"react",
"store",
"state",
"react-pinia",
"typescript",
"ts",
"type",
"Provider",
"createStore",
"useStore",
"defineStore"
],
"author": {
"name": "tcly861204",
"email": "tcly861204@hotmail.com",
"url": "https://github.com/tcly861204"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tcly861204/react-pinia/issues"
},
"homepage": "https://github.com/tcly861204/react-pinia#readme",
"peerDependencies": {
"react": ">=16.12.0",
"react-dom": ">=16.12.0"
}
}