UNPKG

@react-native-aria/combobox

Version:
146 lines (145 loc) 3.32 kB
{ "name": "@react-native-aria/combobox", "version": "0.2.7", "description": "mono repo setup with bob", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "typings": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "react-native-bob-mono.podspec", "!lib/typescript/example", "!android/build", "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "test": "jest", "typescript": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "build": "bob build", "prepare": "bob build", "release": "release-it", "example": "yarn --cwd example", "pods": "cd example && pod-install --quiet", "bootstrap": "yarn example && yarn && yarn pods" }, "keywords": [ "react-native", "ios", "android" ], "homepage": "https://github.com/gluestack/gluestack-ui/tree/main/packages/react-native-aria/combobox#readme", "repository": { "type": "git", "url": "git+https://github.com/gluestack/gluestack-ui.git" }, "author": "nishan <nishanbende@gmail.com> (https://github.com/intergalacticspacehighway)", "license": "MIT", "bugs": { "url": "https://github.com/intergalacticspacehighway/react-native-bob-mono/issues" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "peerDependencies": { "react": "*", "react-native": "*" }, "dependencies": { "@react-aria/combobox": "^3.0.0-alpha.1", "@react-aria/live-announcer": "^3.0.0-alpha.0", "@react-aria/overlays": "^3.7.0", "@react-aria/utils": "^3.6.0", "@react-native-aria/utils": "0.2.12", "@react-types/button": "^3.3.1" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "yarn lint && yarn typescript" } }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "eslintConfig": { "root": true, "extends": [ "@react-native-community", "prettier" ], "rules": { "prettier/prettier": [ "error", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ] } }, "eslintIgnore": [ "node_modules/", "lib/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] } }