UNPKG

rjsf-native-mx

Version:

React Native theme, fields and widgets for react-jsonschema-form

55 lines (54 loc) 1.36 kB
{ "name": "rjsf-native-mx", "version": "1.0.9", "main": "dist/index.js", "module": "dist/rjsf-native.esm.js", "typings": "dist/index.d.ts", "description": "React Native theme, fields and widgets for react-jsonschema-form", "license": "MIT", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/cbsanchezg/rjsf-native-mx.git" }, "peerDependencies": { "@react-native-community/slider": "*", "@rjsf/core": "*", "@rjsf/utils": "*", "react": ">=16", "react-native": ">=0.60.0" }, "devDependencies": { "@react-native-community/eslint-config": "^2.0.0", "@react-native-community/slider": "^3.0.0", "@rjsf/core": "*", "@rjsf/utils": "*", "@rollup/plugin-image": "^2.0.5", "@types/json-schema": "^7.0.5", "@types/react": "^16.9.41", "@types/react-native": "^0.62.16", "husky": "^4.2.5", "rimraf": "^3.0.2", "tsdx": "^0.13.2", "tslib": "^2.0.0", "typescript": "^3.9.6" }, "keywords": [ "react-native", "react-jsonschema-form", "jsonschema", "json-schema", "json", "schema", "form", "react", "rjsf-native" ], "author": "Carlos Sanchez", "bugs": { "url": "https://github.com/cbsanchezg/rjsf-native-mx/issues" }, "homepage": "https://github.com/cbsanchezg/rjsf-native-mx#readme" }