@kbgarcia8/react-dynamic-form
Version:
A form that can be nested with editable, expandable and flexible input-forms
58 lines (57 loc) • 1.5 kB
JSON
{
"name": "@kbgarcia8/react-dynamic-form",
"version": "1.1.26",
"description": "A form that can be nested with editable, expandable and flexible input-forms",
"keywords": [
"form",
"dynamic",
"nested",
"editable",
"expandable"
],
"homepage": "https://github.com/kbgarcia8/react-dynamic-form#readme",
"bugs": {
"url": "https://github.com/kbgarcia8/react-dynamic-form/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kbgarcia8/react-dynamic-form.git"
},
"license": "ISC",
"author": "kbgarcia8",
"main": "./dist/react-dynamic-form.cjs.js",
"module": "./dist/react-dynamic-form.es.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/react-dynamic-form.es.js",
"require": "./dist/react-dynamic-form.cjs.js"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"clear": "rm -rf dist",
"tscompile": "pnpm run clear && tsc",
"build": "pnpm run clear && vite build && tsc --emitDeclarationOnly",
"preview": "vite preview"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"styled-components": ">=6"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"styled-components": "^6.1.19",
"typescript": "^5.9.3",
"vite": "^7.2.4"
}
}