mog-react-native-form-fields
Version:
React Native Form Fields
54 lines (53 loc) • 1.16 kB
JSON
{
"name": "mog-react-native-form-fields",
"version": "1.0.8",
"description": "React Native Form Fields",
"main": "lib/module/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index.ts",
"source": "src/index.ts",
"files": [
"lib/",
"src/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepack": "bob build"
},
"author": "Moglix",
"license": "ISC",
"keywords": [
"react-native",
"form",
"fields",
"form-fields",
"ios",
"android",
"floating-label-text-input",
"radio-button",
"switch",
"button"
],
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"module",
"commonjs",
"typescript"
]
},
"dependencies": {
"@types/react-native-vector-icons": "^6.4.18",
"react-native-builder-bob": "^0.21.3",
"react-native-vector-icons": "^10.0.0"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-native": "^0.72.2",
"react": "^18.2.0",
"react-native": "^0.72.4",
"typescript": "^5.2.2"
}
}