react-native-multiple-modals
Version:
Native implementation with the ability to display multiple Modals
106 lines (105 loc) • 2.68 kB
JSON
{
"name": "react-native-multiple-modals",
"version": "2.5.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/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"react-native": "src/index.ts",
"private": false,
"codegenConfig": {
"name": "multiplemodals",
"type": "all",
"jsSrcsDir": "./src/newarch/",
"android": {
"javaPackageName": "com.multiplemodals"
}
},
"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",
"build": "tsup",
"release": "npm run build && npm publish",
"prepare": "husky"
},
"files": [
"src",
"lib",
"common",
"android",
"ios",
"*.podspec",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/.gradle",
"!android/.idea",
"!android/local.properties",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__mocks__",
"!**/.*",
"!.git",
"!.yarn"
],
"dependencies": {
"@react-native/virtualized-lists": "^0.75.4"
},
"devDependencies": {
"@swc/core": "^1.7.36",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-filename-rules": "^1.3.1",
"eslint-plugin-folders": "^1.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-unicorn": "^55.0.0",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"tsup": "^8.3.0"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-native": "*",
"react": "^18",
"react-native": ">=0.71.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-native": {
"optional": true
}
}
}