@storybook/react-native-ui
Version:
ui components for react native storybook
88 lines (87 loc) • 2.01 kB
JSON
{
"name": "@storybook/react-native-ui",
"version": "9.1.0",
"description": "ui components for react native storybook",
"keywords": [
"react",
"react-native",
"storybook"
],
"homepage": "https://storybook.js.org/",
"bugs": {
"url": "https://github.com/storybookjs/react-native/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/react-native.git",
"directory": "packages/react-native-ui"
},
"react-native": "src/index.tsx",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts",
"src/**/*"
],
"scripts": {
"dev": "tsup --watch",
"prepare": "tsup",
"test": "jest --passWithNoTests",
"test:ci": "jest"
},
"jest": {
"modulePathIgnorePatterns": [
"dist/"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"preset": "react-native"
},
"devDependencies": {
"@types/jest": "^29.4.3",
"@types/react": "~19.0.10",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"react-test-renderer": "^19.1.0",
"ts-dedent": "^2.2.0",
"tsup": "^7.2.0",
"typescript": "~5.8.3"
},
"dependencies": {
"@storybook/react": "^9.1.0",
"@storybook/react-native-theming": "^9.1.0",
"@storybook/react-native-ui-common": "^9.1.0",
"es-toolkit": "^1.38.0",
"fuse.js": "^7.0.0",
"memoizerific": "^1.11.3",
"polished": "^4.3.1",
"store2": "^2.14.3"
},
"peerDependencies": {
"@gorhom/bottom-sheet": ">=4",
"react": "*",
"react-native": ">=0.57.0",
"react-native-gesture-handler": ">=2",
"react-native-reanimated": ">=3",
"react-native-safe-area-context": "*",
"react-native-svg": ">=14",
"storybook": ">=9"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "38124888d92766d2a5b8c2bfa0fd283bb384a4cd"
}