Give us contact

Do you prefer to ask us directly?

Call us +420 605 203 938 (the Czech Republic)

or use this contacts

AyMINE

Related links


FI - Finance Management

Common libraries

Framework dependency on external libraries

AyMINE Application uses several npm libraries with MIT or similar licence that permits their using both for commercial and non-commercial use.

All libraries are managed by the npm.

Libraries used by AyMINE Application

  • TypeScript – Complete application is in the Type Script and so the library is necessary to create Java Script.
  • Rollup – Used to build up application during transpilation. Several other free-to-used plugins are parts of the rollup transpilation ecosystem.
  • TOAST library – Visual elements are used for some important parts of the application
    • TOAST Charts – used to generate graphs and charts
    • TOAST Editor – used for markdown text editing
  • TOAST/TUI Calendar – graphical library to present the calendar
  • Simple lightweight string operation library – described on the subpage

Subsections contains information about included libraries and modules. Documentation is in the form how is provided by authors except the entry comments.

TOAST/UI library has its own well-managed pages and so there is no reason to publish anything else about the library here.

Let's mention that AyMINE Application is not dependent on any of common libraries like Bootstrap, Angular, React or even JQuery. We are building application mostly from scratch in its roots after several years of experience that these libraries are good for regular project but risky for application designed to support 15+ years of operation.

Although AyMINE Application does not used any of the mentioned frameworks and although any other, they can be used by the developers that implement modules including Application plugins. (Plugins are not necessary part of the module but can be used to enrich the visual experience or visual elements of the client Application.)

All direct application depenedencies

├── tui-calendar
├── tui-code-snippet
├── tui-color-picker
└── tui-tree

Development dependencies

├── @toast-ui/chart
├── @toast-ui/editor
├── @rollup/plugin-node-resolve
├── composer
├── npm-dts
├── npm
├── rollup-cache
├── rollup-plugin-terser
├── rollup-plugin-typescript2
├── rollup
├── eslint
├── npm
├── sass
└── typescript