@rjsf/utils
Version:
Utility functions for @rjsf/core
80 lines (79 loc) • 2.16 kB
JSON
{
"name": "@rjsf/utils",
"version": "5.0.0-beta.10",
"main": "dist/index.js",
"module": "dist/utils.esm.js",
"typings": "dist/index.d.ts",
"description": "Utility functions for @rjsf/core",
"files": [
"dist"
],
"engineStrict": false,
"engines": {
"node": ">=14"
},
"scripts": {
"build": "rimraf dist && dts build --rollupTypes --format cjs,esm,umd",
"cs-check": "prettier -l \"{src,test}/**/*.ts?(x)\"",
"cs-format": "prettier \"{src,test}/**/*.ts?(x)\" --write",
"lint": "eslint src test",
"precommit": "lint-staged",
"test": "dts test"
},
"lint-staged": {
"{src,test}/**/*.ts?(x)": [
"eslint --fix",
"prettier --write"
]
},
"peerDependencies": {
"react": "^16.14.0 || >=17"
},
"dependencies": {
"json-schema-merge-allof": "^0.8.1",
"jsonpointer": "^5.0.1",
"lodash": "^4.17.15",
"lodash-es": "^4.17.15",
"react-is": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@types/jest-expect-message": "^1.0.4",
"@types/json-schema": "^7.0.9",
"@types/json-schema-merge-allof": "^0.6.1",
"@types/lodash": "^4.14.184",
"@types/react": "^17.0.48",
"@types/react-is": "^17.0.3",
"@types/react-test-renderer": "^17.0.2",
"dts-cli": "^1.6.0",
"eslint": "^8.23.0",
"jest-expect-message": "^1.0.2",
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2"
},
"publishConfig": {
"access": "public"
},
"author": "Heath Chiavettone <heath.chiavettone@freenome.com",
"contributors": [],
"keywords": [
"react-jsonschema-form",
"jsonschema",
"json-schema",
"json",
"schema",
"rjsf-utils"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rjsf-team/react-jsonschema-form.git"
},
"license": "Apache-2.0",
"gitHead": "0326c281fc057d488cf46b0646a4d48cf1cc04de"
}