@aniyajs/plugin-tooltik
Version:
基于redux-tooltik封装的状态管理插件服务于aniyajs自动化脚手架
41 lines • 941 B
JSON
{
"name": "@aniyajs/plugin-tooltik",
"version": "1.1.6",
"description": "基于redux-tooltik封装的状态管理插件服务于aniyajs自动化脚手架",
"files": [
"templates",
"lib.js",
"index.js",
"index.d.ts"
],
"types": "index.d.ts",
"keywords": [
"react",
"react-redux",
"@reduxjs/toolkit",
"aniyajs"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://gitee.com/aniyajs/aniyajs-plugin-toolkit"
},
"bugs": {
"url": "https://gitee.com/aniyajs/aniyajs-plugin-toolkit/issues"
},
"authors": [
"bingfang <2906617851@qq.com> (https://gitee.com/aniyajs/aniyajs-plugin-toolkit)"
],
"license": "MIT",
"dependencies": {
"@reduxjs/toolkit": "^2.2.2",
"react-redux": "^9.1.0"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-redux": "^9.0.0"
}
}