-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KVision 8 versions for kvision-project-wizard
- Loading branch information
Showing
1 changed file
with
230 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,230 @@ | ||
{ | ||
"kvision": "8.0.0", | ||
"kotlin": "2.0.20", | ||
"coroutines": "1.9.0-RC.2", | ||
"template-javalin": { | ||
}, | ||
"template-jooby": { | ||
"jooby": "3.3.0" | ||
}, | ||
"template-ktor": { | ||
"ktor": "2.3.12", | ||
"koin-annotations": "1.4.0-RC3" | ||
}, | ||
"template-micronaut": { | ||
"micronaut": "4.6.1", | ||
"micronaut-plugins": "4.4.2" | ||
}, | ||
"template-spring-boot": { | ||
"spring-boot": "3.3.3" | ||
}, | ||
"template-vertx": { | ||
"vertx-plugin": "1.4.0" | ||
}, | ||
"modules": [ | ||
{ | ||
"name": "kvision-bootstrap", | ||
"description": "Bootstrap based components", | ||
"excludes": [ | ||
"kvision-onsenui", | ||
"kvision-material" | ||
], | ||
"initializers": [ | ||
"BootstrapModule", | ||
"BootstrapCssModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-datetime", | ||
"description": "Date and time picker form components", | ||
"initializers": [ | ||
"DatetimeModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-richtext", | ||
"description": "Rich text form component", | ||
"initializers": [ | ||
"RichTextModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-tom-select", | ||
"description": "Advanced TomSelect and TomTypeahead (autocomplete) form components", | ||
"initializers": [ | ||
"TomSelectModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-bootstrap-upload", | ||
"description": "Bootstrap based upload form component", | ||
"excludes": [ | ||
"kvision-onsenui", | ||
"kvision-material" | ||
], | ||
"initializers": [ | ||
"BootstrapUploadModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-imask", | ||
"description": "Text input mask support with Imask.js library, ImaskNumeric form component", | ||
"initializers": [ | ||
"ImaskModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-toastify", | ||
"description": "Toast messages", | ||
"initializers": [ | ||
"ToastifyModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-fontawesome", | ||
"description": "Font Awesome icons support", | ||
"initializers": [ | ||
"FontAwesomeModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-bootstrap-icons", | ||
"description": "Bootstrap Icons support", | ||
"initializers": [ | ||
"BootstrapIconsModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-i18n", | ||
"description": "Internationalization support" | ||
}, | ||
{ | ||
"name": "kvision-pace", | ||
"description": "Pace automatic page loader" | ||
}, | ||
{ | ||
"name": "kvision-print", | ||
"description": "Printing support with Print.js library", | ||
"initializers": [ | ||
"PrintModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-handlebars", | ||
"description": "Handlebars.js templates support" | ||
}, | ||
{ | ||
"name": "kvision-chart", | ||
"description": "Chart component", | ||
"initializers": [ | ||
"ChartModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-tabulator", | ||
"description": "Tabulator component", | ||
"initializers": [ | ||
"TabulatorModule", | ||
"TabulatorCssBootstrapModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-maps", | ||
"description": "Maps component, based on Leaflet library", | ||
"initializers": [ | ||
"MapsModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-rest", | ||
"description": "Configurable REST/HTTP client" | ||
}, | ||
{ | ||
"name": "kvision-jquery", | ||
"description": "jQuery bindings, events and animations" | ||
}, | ||
{ | ||
"name": "kvision-routing-navigo", | ||
"description": "Routing module based on Navigo 7 library", | ||
"excludes": [ | ||
"kvision-routing-navigo-ng", | ||
"kvision-routing-ballast" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-routing-navigo-ng", | ||
"description": "Routing module based on Navigo 8+ library", | ||
"excludes": [ | ||
"kvision-routing-navigo", | ||
"kvision-routing-ballast" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-routing-ballast", | ||
"description": "Routing module based on Ballast Navigation", | ||
"excludes": [ | ||
"kvision-routing-navigo", | ||
"kvision-routing-navigo-ng" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-state", | ||
"description": "State bindings and observable data structures" | ||
}, | ||
{ | ||
"name": "kvision-state-flow", | ||
"description": "Extensions for Kotlin coroutines Flow, StateFlow and SharedFlow" | ||
}, | ||
{ | ||
"name": "kvision-ballast", | ||
"description": "Extensions for Ballast state management framework" | ||
}, | ||
{ | ||
"name": "kvision-redux-kotlin", | ||
"description": "Redux Kotlin state container" | ||
}, | ||
{ | ||
"name": "kvision-select-remote", | ||
"description": "Fullstack version of the select form component" | ||
}, | ||
{ | ||
"name": "kvision-tom-select-remote", | ||
"description": "Fullstack versions of TomSelect and TomTypeahead form components", | ||
"initializers": [ | ||
"TomSelectModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-tabulator-remote", | ||
"description": "Fullstack version of the tabulator component", | ||
"initializers": [ | ||
"TabulatorModule", | ||
"TabulatorCssBootstrapModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-onsenui", | ||
"description": "Onsen UI mobile web components", | ||
"excludes": [ | ||
"kvision-bootstrap", | ||
"kvision-bootstrap-upload", | ||
"kvision-material" | ||
], | ||
"initializers": [ | ||
"OnsenUIModule" | ||
] | ||
}, | ||
{ | ||
"name": "kvision-material", | ||
"description": "Material 3 web components", | ||
"excludes": [ | ||
"kvision-bootstrap", | ||
"kvision-bootstrap-upload", | ||
"kvision-onsenui" | ||
], | ||
"initializers": [ | ||
"MaterialModule" | ||
] | ||
} | ||
] | ||
} |