@gluestack-ui/hooks
Version:
Provides hooks used in gluestack-ui
78 lines (77 loc) • 2.22 kB
JSON
{
"name": "@gluestack-ui/hooks",
"description": "Provides hooks used in gluestack-ui",
"version": "0.1.13",
"main": "lib/index",
"module": "lib/index",
"types": "lib/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"typings": "lib/index.d.ts",
"scripts": {
"prepare": "tsc",
"release": "release-it",
"watch": "tsc --watch",
"build": "tsc",
"clean": "rm -rf lib",
"dev:web": "cd example/native && yarn web --clear",
"storybook": "cd example/native/storybook && yarn web"
},
"devDependencies": {
"@react-native-community/clipboard": "^1.5.1",
"@types/react": "^18.0.22",
"@types/react-native": "^0.72.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-native": "^0.72.4",
"react-native-builder-bob": "^0.20.1",
"react-native-web": "^0.19.9",
"tsconfig": "7",
"typescript": "^5.6.3"
},
"dependencies": {},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"homepage": "https://github.com/gluestack/gluestack-ui/tree/main/packages/unstyled/hooks#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/gluestack/gluestack-ui.git"
},
"files": [
"lib/",
"src/"
],
"jest": {
"preset": "jest-expo",
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
},
"modulePathIgnorePatterns": [
"<rootDir>/example/*",
"<rootDir>/lib/"
],
"transformIgnorePatterns": [
"node_modules/(?!(@react-native|react-native|expo-asset|expo-constants|@unimodules|react-native-unimodules|expo-font|react-native-svg|@expo/vector-icons|react-native-vector-icons|@react-native-aria/checkbox|@react-native-aria/interactions|@react-native-aria/button|@react-native-aria/switch|@react-native-aria/toggle|@react-native-aria/utils|@react-native-aria/*))"
],
"setupFiles": [
"<rootDir>/src/jest/mock.ts"
]
},
"keywords": [
"react",
"native",
"react-native",
"hooks",
"gluestack-ui",
"universal",
"headless",
"typescript",
"component",
"android",
"ios",
"nextjs"
]
}