@roqueform/react
Version:
Hooks and components to integrate Roqueform with React.
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "@roqueform/react",
"version": "2.1.1",
"description": "Hooks and components to integrate Roqueform with React.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.mjs",
"require": "./lib/index.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"files": [
"lib"
],
"scripts": {
"build": "rollup --config ../../rollup.config.js",
"clean": "rimraf lib",
"test": "jest --config ../../jest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smikhalevski/roqueform.git"
},
"keywords": [
"roqueform",
"react",
"form",
"field",
"plugin",
"dom",
"ref"
],
"author": "Savva Mikhalevski <smikhalevski@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/smikhalevski/roqueform/issues"
},
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/react#readme",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"roqueform": "^5.1.0"
}
}