@qin_sunrise/tab
Version:
A lightweight tab management package based on zustand state management for React applications
63 lines (62 loc) • 1.47 kB
JSON
{
"name": "@qin_sunrise/tab",
"version": "1.0.5",
"description": "A lightweight tab management package based on zustand state management for React applications",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist",
"README.md",
"README.zh-CN.md",
"MIGRATION.md",
"MIGRATION.zh-CN.md"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rimraf dist"
},
"dependencies": {
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/node": "^20.0.0",
"rimraf": "^5.0.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"react": "^18.0.0"
},
"keywords": [
"tab",
"tabs",
"zustand",
"state-management",
"react",
"typescript",
"ui-agnostic"
],
"author": "Soybean Admin",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/honghuangdc/soybean-admin-react.git",
"directory": "packages/tab"
},
"bugs": {
"url": "https://github.com/honghuangdc/soybean-admin-react/issues"
},
"homepage": "https://github.com/honghuangdc/soybean-admin-react/tree/main/packages/tab#readme",
"publishConfig": {
"access": "public"
}
}