UNPKG
@lyra/form-builder
Version:
latest (0.3.0)
0.3.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Lyra form builder
vegapublish.com
VegaPublish/vega
@lyra/form-builder
/
examples
/
schema-testbed
/
lyra.json
18 lines
(17 loc)
•
317 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"server"
: {
"hostname"
:
"0.0.0.0"
,
"port"
:
3010
},
"plugins"
: [
"
@lyra
/base"
,
"
@lyra
/components"
],
"parts"
: [ {
"implements"
:
"part:
@lyra
/base/root"
,
"path"
:
"./components/Main"
}, {
"implements"
:
"part:
@lyra
/base/schema"
,
"path"
:
"./schemas/index.js"
} ] }