@rjsf/core

v5.14.3
A simple React component capable of building HTML forms out of a JSON schema.
react form json-schema

lint

eslint src test

test

jest

build

npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd

build:ts

tsc -b

cs-check

prettier -l "{src,test}/**/*.[jt]s?(x)"

build:cjs

esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs

build:esm

esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm

build:umd

rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm

cs-format

prettier "{src,test}/**/*.[jt]s?(x)" --write

precommit

lint-staged

test:debug

node --inspect-brk node_modules/.bin/jest

test:watch

jest --watch

test:update

jest --u

test-coverage

jest --coverage

publish-to-npm

npm run build && npm publish
npm i @rjsf/[email protected]

Metadata

Downloads