/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.2.4
rnmodules/react-native-drop-view/package.json
57 строк
1 KB
chrisnojima
usernames refactor (#25370)
22 дек 2022, 02:36
Не верифицирован
22 дек 2022, 02:36
76ea966
Код
Авторство
О чём код?
{ "name": "react-native-drop-view", "version": "0.1.0", "description": "drop view", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "react-native-drop-view.podspec", "!lib/typescript/example", "!android/build", "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "postinstall": "yarn patch-package", "prepare": "bob build" }, "keywords": [], "repository": "https://github.com/keybase/client/react-native-drop-view", "author": "keybase (https://github.com/keybase/client)", "homepage": "https://github.com/keybase/client/react-native-drop-view#readme", "private": true, "devDependencies": { "@welldone-software/why-did-you-render": "7.0.1", "@types/react": "18.0.25", "@types/react-native": "0.70.6", "react-native": "0.70.5", "react-native-builder-bob": "^0.18.3", "patch-package": "6.5.0", "typescript": "4.8.4" }, "resolutions": { "@types/react": "18.0.25" }, "peerDependencies": { "react": "*", "react-native": "*" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "module", "typescript" ] } }