UNPKG

@td-design/react-native-tabs

Version:

基于 @td-design/react-native 的 tabs 组件

57 lines 1.29 kB
{ "name": "@td-design/react-native-tabs", "version": "4.5.3", "description": "基于 @td-design/react-native 的 tabs 组件", "main": "lib/module/index.js", "module": "lib/module/index.js", "types": "lib/typescript/index.d.ts", "files": [ "lib", "android", "ios" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "keywords": [ "restyle", "react-native-library" ], "author": "thundersdata-frontend", "license": "Apache-2.0", "dependencies": { "color": "^4.2.3" }, "devDependencies": { "@td-design/react-native": "^5.8.11", "@td-design/rn-hooks": "^2.8.0", "@types/react": "^18.2.15", "@types/react-native": "^0.72.2", "react-native-builder-bob": "^0.21.3", "react-native-pager-view": "^6.2.0", "react-native-reanimated": "^3.3.0", "typescript": "5.1.6" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "gitHead": "a230ae795ff160ad5a251dc51dbe6aab56f6eb61", "bundledDependencies": [ "color" ], "scripts": { "build": "bob build", "tsc": "tsc -p ./tsconfig.json" } }