mirror of
https://github.com/zhigang1992/react-native-jsonschema-form.git
synced 2026-06-13 07:41:01 +08:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "rjsf-native",
|
|
"version": "1.0.13",
|
|
"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"
|
|
]
|
|
}
|