1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: node-rjsf
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, dh-nodejs
, node-ajv (>= 8)
, node-json-schema
, node-json-schema-merge-allof
, node-lodash
, node-markdown-to-jsx
, node-nanoid
, node-react
, node-react-is
, node-rollup-plugin-commonjs
, node-rollup-plugin-json
, node-rollup-plugin-node-resolve
, node-rollup-plugin-typescript
, node-tslib
, rollup
Standards-Version: 4.6.2
Homepage: https://github.com/rjsf-team/react-jsonschema-form
Vcs-Git: https://salsa.debian.org/js-team/node-rjsf.git
Vcs-Browser: https://salsa.debian.org/js-team/node-rjsf
Rules-Requires-Root: no
Package: node-rjsf
Architecture: all
Depends:
${misc:Depends}
, node-ajv (>= 8)
, node-lodash
, node-markdown-to-jsx
, node-nanoid
, node-prop-types
Provides: ${nodejs:Provides}
Description: ReactJS component capable of using JSON Schema to declaratively build forms
node-rjsf provides ReactJS components capable of using JSON Schema to
declaratively build and customize web forms.
|