@binaryoperations/json-schema-form
Version:
38 lines (37 loc) • 847 B
JSON
{
"name": "@binaryoperations/json-schema-form",
"version": "0.0.0",
"description": "",
"main": "index.ts",
"private": false,
"keywords": [
"form",
"json-schema",
"javascript",
"form-builder",
"reactive-form",
"typescript",
"react-hooks",
"vanilla-js",
"react-forms",
"hook-form",
"headless-form-builder"
],
"repository": "https://github.com/binaryoperations/json-schema-form",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Shashank Agarwal <shashank1010@gmail.com>",
"license": "ISC",
"peerDependencies": {
"react": ">= 18.3.1 < 19"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/use-sync-external-store": "^0.0.6",
"react": "^18.3.1"
},
"dependencies": {
"use-sync-external-store": "^1.2.2"
}
}