@proveanything/smartlinks-form-renderer
Version:
A flexible React component for rendering forms from JSON schema with conditional logic and storage configuration
56 lines (54 loc) • 1.4 kB
JSON
{
"name": "@proveanything/smartlinks-form-renderer",
"version": "0.0.8",
"description": "A flexible React component for rendering forms from JSON schema with conditional logic and storage configuration",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepare": "npm run build",
"test": "echo \"No tests specified\" && exit 0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"form",
"json-schema",
"dynamic-forms",
"conditional-logic",
"typescript"
],
"author": "Glenn Shoosmith",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-org/schema-form-renderer.git"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"rollup": "^4.0.0",
"rollup-plugin-dts": "^6.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}