UNPKG

react-native-multiple-modals

Version:

Native implementation with the ability to display multiple Modals

111 lines (110 loc) 2.78 kB
{ "name": "react-native-multiple-modals", "version": "3.3.0", "description": "Native implementation with the ability to display multiple Modals", "author": "Pavel Pakseev <pakseev.1999@gmail.com> (https://github.com/paufau)", "license": "MIT", "homepage": "https://github.com/paufau/react-native-multiple-modals#readme", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "types": "lib/typescript/index.d.ts", "react-native": "src/index.ts", "source": "src/index.ts", "codegenConfig": { "name": "multiplemodals", "type": "all", "jsSrcsDir": "./src/newarch/", "android": { "javaPackageName": "com.multiplemodals" }, "ios": { "componentProvider": { "RNTModalView": "RNTModalViewComponentView" } } }, "keywords": [ "react-native", "multiple", "modals", "simultaneously", "ios", "modal", "dialog", "android" ], "repository": { "type": "git", "url": "https://github.com/paufau/react-native-multiple-modals" }, "bugs": { "url": "https://github.com/paufau/react-native-multiple-modals/issues" }, "scripts": { "lint": "npx eslint ./src", "typecheck": "npx tsc --noEmit", "build": "npx bob build", "release": "npm run build && npm publish", "release:nightly": "npm run build && npm publish --tag nightly", "promote:nightly": "./scripts/nightly-to-latest.sh", "prepare": "husky" }, "files": [ "src", "lib", "common", "android", "ios", "react-native.config.js", "*.podspec", "!ios/build", "!android/build", "!android/gradle", "!android/.gradle", "!android/.idea", "!android/local.properties", "!android/gradlew", "!android/gradlew.bat", "!**/__tests__", "!**/__mocks__", "!**/.*", "!.git", "!.yarn" ], "devDependencies": { "@swc/core": "^1.7.36", "@types/react": "^19.1.14", "@types/react-dom": "^19.1.9", "@types/react-native-web": "^0.19.2", "@typescript-eslint/eslint-plugin": "^8.44.1", "@typescript-eslint/parser": "^8.44.1", "eslint": "^9.36.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "husky": "^9.1.6", "prettier": "^3.3.3", "react-dom": "^19.1.1", "react-native-builder-bob": "^0.40.13" }, "peerDependencies": { "@react-native/virtualized-lists": ">=0.75.4", "react": ">=18", "react-dom": ">=18", "react-native": ">=0.71.0" }, "peerDependenciesMeta": { "react-dom": { "optional": true } }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] } }