UNPKG

rjsf-native-fs

Version:

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

55 lines (54 loc) 1.32 kB
{ "name": "rjsf-native-fs", "version": "1.0.0", "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"], "scripts": { "start": "tsdx watch", "build": "rimraf dist && tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint", "prepare": "tsdx build", "prepublish": "yarn build" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "peerDependencies": { "@react-native-community/slider": "*", "@rjsf/core": "^2.0.0", "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": "^2.2.0", "@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" ] }