UNPKG
redux-schema-form
Version:
latest (3.0.0-beta.1)
3.0.0-beta.1
2.5.2
2.5.1
2.4.16
2.4.14
2.4.13
2.4.12
2.4.11
2.4.9
2.4.8
2.4.5
2.4.4
2.4.3
2.4.0
2.3.1
2.2.4
2.1.1
2.1.0
2.0.3
2.0.2
2.0.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.1-beta.1
1.5.0
1.4.0
1.3.11
1.3.10
1.3.7
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.0.10-beta.1
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0
use redux-form like formly
github.com/buhichan/redux-schema-form
buhichan/redux-schema-form
redux-schema-form
/
.vscode
/
tasks.json
17 lines
•
387 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version"
:
"2.0.0"
,
"tasks"
:
[
{
"type"
:
"npm"
,
"script"
:
"dev"
,
"problemMatcher"
:
[
]
}
,
{
"type"
:
"npm"
,
"script"
:
"dev:antd"
,
"problemMatcher"
:
[
]
}
]
}