File tree Expand file tree Collapse file tree 12 files changed +88
-19
lines changed
blueprint-component-mapper
templates/component-mapper Expand file tree Collapse file tree 12 files changed +88
-19
lines changed Original file line number Diff line number Diff line change 22 "name" : " react-forms" ,
33 "version" : " 1.23.8" ,
44 "main" : " index.js" ,
5+ "homepage" : " https://data-driven-forms.org/" ,
6+ "bugs" : " https://github.com/data-driven-forms/react-forms/issues" ,
57 "repository" : " https://github.com/data-driven-forms/react-forms.git" ,
68 "author" : " Martin Marosi <marvusm.mmi@gmail.com>" ,
79 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @data-driven-forms/ant-component-mapper" ,
33 "version" : " 3.12.0" ,
4- "description" : " Component mapper for Ant Design component mapper form data-driven-forms ." ,
4+ "description" : " Ant Design React component mapper for Data Driven Forms ." ,
55 "main" : " index.js" ,
66 "module" : " esm/index.js" ,
77 "typings" : " index.d.ts" ,
1818 "build:css" : " node ../../scripts/copy-css.js" ,
1919 "test" : " yarn --cwd ../.. test packages/ant-component-mapper"
2020 },
21- "repository" : " git@github.com:data-driven-forms/react-forms.git" ,
21+ "homepage" : " https://data-driven-forms.org/" ,
22+ "bugs" : " https://github.com/data-driven-forms/react-forms/issues" ,
23+ "repository" : {
24+ "type" : " git" ,
25+ "url" : " https://github.com/data-driven-forms/react-forms" ,
26+ "directory" : " packages/ant-component-mapper"
27+ },
2228 "devDependencies" : {
2329 "@babel/core" : " ^7.1.6" ,
2430 "@babel/plugin-proposal-class-properties" : " ^7.2.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @data-driven-forms/blueprint-component-mapper" ,
33 "version" : " 3.12.0" ,
4- "description" : " Blueprint component mapper for data-driven-forms ." ,
4+ "description" : " BlueprintJS React component mapper for Data Driven Forms ." ,
55 "main" : " index.js" ,
66 "module" : " esm/index.js" ,
77 "typings" : " index.d.ts" ,
1616 "release" : " semantic-release" ,
1717 "test" : " yarn --cwd ../.. test packages/blueprint-component-mapper"
1818 },
19- "repository" : " git@github.com:data-driven-forms/react-forms.git" ,
19+ "homepage" : " https://data-driven-forms.org/" ,
20+ "bugs" : " https://github.com/data-driven-forms/react-forms/issues" ,
21+ "repository" : {
22+ "type" : " git" ,
23+ "url" : " https://github.com/data-driven-forms/react-forms" ,
24+ "directory" : " packages/blueprint-component-mapper"
25+ },
2026 "keywords" : [
2127 " react" ,
2228 " forms" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @data-driven-forms/carbon-component-mapper" ,
33 "version" : " 3.12.0" ,
4- "description" : " carbon- component- mapper for data-driven-forms ." ,
4+ "description" : " Carbon React component mapper for Data Driven Forms ." ,
55 "main" : " index.js" ,
66 "module" : " esm/index.js" ,
77 "typings" : " index.d.ts" ,
1616 "release" : " semantic-release" ,
1717 "test" : " yarn --cwd ../.. test packages/carbon-component-mapper"
1818 },
19- "repository" : " git@github.com:data-driven-forms/react-forms.git" ,
19+ "homepage" : " https://data-driven-forms.org/" ,
20+ "bugs" : " https://github.com/data-driven-forms/react-forms/issues" ,
21+ "repository" : {
22+ "type" : " git" ,
23+ "url" : " https://github.com/data-driven-forms/react-forms" ,
24+ "directory" : " packages/carbon-component-mapper"
25+ },
2026 "keywords" : [
2127 " react" ,
2228 " forms" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @data-driven-forms/common" ,
33 "version" : " 3.12.0" ,
4- "description" : " Common components, helpers and other pieces of code" ,
4+ "description" : " Common components, helpers and other pieces of code for Data Driven Forms " ,
55 "license" : " Apache-2.0" ,
66 "main" : " index.js" ,
77 "module" : " esm/index.js" ,
1313 "build:packages" : " node ../../scripts/generate-packages.js" ,
1414 "test" : " yarn --cwd ../.. test packages/common"
1515 },
16- "repository" : " git@github.com:data-driven-forms/react-forms.git" ,
16+ "homepage" : " https://data-driven-forms.org/" ,
17+ "bugs" : " https://github.com/data-driven-forms/react-forms/issues" ,
18+ "repository" : {
19+ "type" : " git" ,
20+ "url" : " https://github.com/data-driven-forms/react-forms" ,
21+ "directory" : " packages/common"
22+ },
1723 "devDependencies" : {
1824 "@babel/core" : " ^7.2.2" ,
1925 "@babel/plugin-proposal-class-properties" : " ^7.1.0" ,
Original file line number Diff line number Diff line change 1717 "release" : " semantic-release" ,
1818 "test" : " yarn --cwd ../.. test packages/mui-component-mapper"
1919 },
20- "repository" : " git@github.com:data-driven-forms/react-forms.git" ,
20+ "homepage" : " https://data-driven-forms.org/" ,
21+ "bugs" : " https://github.com/data-driven-forms/react-forms/issues" ,
22+ "repository" : {
23+ "type" : " git" ,
24+ "url" : " https://github.com/data-driven-forms/react-forms" ,
25+ "directory" : " packages/mui-component-mapper"
26+ },
2127 "devDependencies" : {
2228 "@babel/core" : " ^7.1.6" ,
2329 "@babel/plugin-proposal-class-properties" : " ^7.2.3" ,
Original file line number Diff line number Diff line change 1010 "build" : " rollup -c ./rollup.config.js" ,
1111 "test" : " yarn --cwd ../.. test packages/parsers"
1212 },
13- "repository" : " git@github.com:data-driven-forms/react-forms.git" ,
13+ "homepage" : " https://data-driven-forms.org/" ,
14+ "bugs" : " https://github.com/data-driven-forms/react-forms/issues" ,
15+ "repository" : {
16+ "type" : " git" ,
17+ "url" : " https://github.com/data-driven-forms/react-forms" ,
18+ "directory" : " packages/parsers"
19+ },
1420 "keywords" : [
1521 " react" ,
1622 " forms" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @data-driven-forms/pf4-component-mapper" ,
33 "version" : " 3.12.0" ,
4- "description" : " Starter pf4- component- mapper for data-driven-forms ." ,
4+ "description" : " Patternfly 4 React component mapper for Data Driven Forms ." ,
55 "main" : " index.js" ,
66 "module" : " esm/index.js" ,
77 "typings" : " index.d.ts" ,
1717 "release" : " semantic-release" ,
1818 "test" : " yarn --cwd ../.. test packages/pf4-component-mapper"
1919 },
20- "repository" : " git@github.com:data-driven-forms/react-forms.git" ,
20+ "homepage" : " https://data-driven-forms.org/" ,
21+ "bugs" : " https://github.com/data-driven-forms/react-forms/issues" ,
22+ "repository" : {
23+ "type" : " git" ,
24+ "url" : " https://github.com/data-driven-forms/react-forms" ,
25+ "directory" : " packages/pf4-component-mapper"
26+ },
2127 "keywords" : [
2228 " react" ,
2329 " forms" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @data-driven-forms/react-form-renderer" ,
33 "version" : " 3.12.0" ,
4- "description" : " React form renderer for data-driven- forms." ,
4+ "description" : " React Form Renderer. Data Driven Forms converts JSON form definitions into fully functional React forms." ,
55 "main" : " index.js" ,
66 "module" : " esm/index.js" ,
77 "license" : " Apache-2.0" ,
1515 "release" : " semantic-release" ,
1616 "test" : " yarn --cwd ../.. test packages/react-form-renderer"
1717 },
18- "repository" : " git@github.com:data-driven-forms/react-forms.git" ,
18+ "homepage" : " https://data-driven-forms.org/" ,
19+ "bugs" : " https://github.com/data-driven-forms/react-forms/issues" ,
20+ "repository" : {
21+ "type" : " git" ,
22+ "url" : " https://github.com/data-driven-forms/react-forms" ,
23+ "directory" : " packages/react-form-renderer"
24+ },
1925 "keywords" : [
2026 " react" ,
2127 " forms" ,
Original file line number Diff line number Diff line change 22 "name" : " @data-driven-forms/react-renderer-demo" ,
33 "version" : " 3.12.0" ,
44 "main" : " firebaseFunctions.js" ,
5- "description" : " Documentation pages for data driven forms." ,
5+ "description" : " Documentation page for Data Driven Forms." ,
6+ "homepage" : " https://data-driven-forms.org/" ,
7+ "bugs" : " https://github.com/data-driven-forms/react-forms/issues" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " https://github.com/data-driven-forms/react-forms" ,
11+ "directory" : " packages/react-renderer-demo"
12+ },
613 "engines" : {
714 "node" : " 10"
815 },
You can’t perform that action at this time.
0 commit comments