mirror of
https://github.com/zhigang1992/react-native-jsonschema-form.git
synced 2026-06-18 03:11:20 +08:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "zenyatta",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
"postinstall": "patch-package && rm -rf node_modules/rjsf-native/node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/slider": "^2.0.8",
|
|
"ajv-i18n": "^3.5.0",
|
|
"patch-package": "^6.2.0",
|
|
"postinstall-postinstall": "^2.0.0",
|
|
"react": "16.9.0",
|
|
"react-native": "0.61.5",
|
|
"rjsf-native": "file:../rjsf-native"
|
|
},
|
|
"peerDependencies": {
|
|
"react-jsonschema-form": "^1.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.2",
|
|
"@babel/runtime": "^7.6.2",
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
"@types/jest": "^24.0.24",
|
|
"@types/react-jsonschema-form": "^1.6.6",
|
|
"@types/react-native": "^0.60.25",
|
|
"@types/react-test-renderer": "16.9.1",
|
|
"@typescript-eslint/eslint-plugin": "^2.12.0",
|
|
"@typescript-eslint/parser": "^2.12.0",
|
|
"babel-jest": "^24.9.0",
|
|
"eslint": "^6.5.1",
|
|
"jest": "^24.9.0",
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
|
"react-jsonschema-form": "^1.8.1",
|
|
"react-test-renderer": "16.9.0",
|
|
"typescript": "^3.7.3"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
}
|
|
}
|