/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.5.1
rnmodules/react-native-drop-view/package.json
63 строки
2 KB
chrisnojima
v630 start (#25648)
08 дек 2023, 00:43
Не верифицирован
08 дек 2023, 00:43
6a3aef2
Код
Авторство
О чём код?
{ "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": { "patch-package": "file:../../shared/node_modules/patch-package", "react": "file:../../shared/node_modules/react", "react-native": "file:../../shared/node_modules/react-native", "@types/react": "file:../../shared/node_modules/@types/react", "typescript": "file:../../shared/node_modules/typescript", "react-native-builder-bob": "^0.20.4" }, "resolutions": { "@types/react": "18.2.12" }, "peerDependencies": { "react": "*", "react-native": "*", "@welldone-software/why-did-you-render": "*", "@types/react": "*" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "module", "typescript" ] }, "codegenConfig": { "name": "RNDropViewViewSpec", "type": "components", "jsSrcsDir": "src" } }