imbi
Imbi Service Management Platform UI
Installation
Install using yarn
:
yarn install
Tests
yarn install
yarn test
Dependencies
None
Dev Dependencies
- @babel/core: Babel compiler core.
- @babel/plugin-proposal-class-properties: This plugin transforms static class properties as well as properties declared with the property initializer syntax
- @babel/preset-env: A Babel preset for each environment.
- @babel/preset-react: Babel preset for all React plugins.
- @fortawesome/fontawesome-svg-core: The iconic font, CSS, and SVG framework
- @fortawesome/free-brands-svg-icons: The iconic font, CSS, and SVG framework
- @fortawesome/free-solid-svg-icons: The iconic font, CSS, and SVG framework
- @fortawesome/react-fontawesome: Official React component for Font Awesome 5
- @headlessui/react: Imbi Service Management Platform UI
- @sentry/react: Offical Sentry SDK for React.js
- @tailwindcss/forms: Imbi Service Management Platform UI
- @testing-library/dom: Simple and complete DOM testing utilities that encourage good testing practices.
- @testing-library/jest-dom: Custom jest matchers to test the state of the DOM
- @testing-library/react: Simple and complete React DOM testing utilities that encourage good testing practices.
- @testing-library/user-event: Fire events the same way the user does
- @types/react: TypeScript definitions for React
- autoprefixer: Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website
- babel-eslint: Custom parser for ESLint
- babel-loader: babel module loader for webpack
- babel-plugin-transform-regenerator: Explode async and generator functions into a state machine.
- babel-polyfill: Provides polyfills necessary for a full ES2015+ environment
- browserslist: Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
- chart.js: Simple HTML5 charts using the canvas element.
- css-loader: css loader module for webpack
- depcheck: Check dependencies in your node module
- dns-packet: An abstract-encoding compliant module for encoding / decoding DNS packets
- elliptic: EC cryptography
- eslint: An AST-based pattern checker for JavaScript.
- eslint-plugin-jest: Eslint rules for Jest
- eslint-plugin-react: React specific linting rules for ESLint
- eslint-plugin-react-hooks: ESLint rules for React Hooks
- fast-json-patch: Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities
- file-loader: A file loader module for webpack
- hosted-git-info: Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab
- husky: Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)
- i18next: i18next internationalization framework
- id128: Collection of 128-bit Id generators
- identity-obj-proxy: an identity object using ES6 proxies
- inter-ui: Font files for the Inter font family.
- jest: Delightful JavaScript Testing.
- jsonschema: A fast and easy to use JSON Schema validator
- lint-staged: Lint files staged by git
- lodash: Lodash modular utilities.
- luxon: Immutable date wrapper
- node-fetch: A light-weight module that brings window.fetch to node.js
- postcss: Tool for transforming styles with JS plugins
- postcss-import: PostCSS plugin to import CSS files
- postcss-loader: PostCSS loader for webpack
- prettier: Prettier is an opinionated code formatter
- prop-types: Runtime type checking for React props and similar objects.
- react: React is a JavaScript library for building user interfaces.
- react-chartjs-2: React components for Chart.js
- react-circular-progressbar: A circular progress indicator component
- react-dom: React package for working with the DOM.
- react-gravatar: React component for rendering a gravatar profile image
- react-hot-loader: Tweak React components in real time.
- react-i18next: Internationalization for react done right. Using the i18next i18n ecosystem.
- react-markdown: Render Markdown as React components
- react-router-dom: DOM bindings for React Router
- react-select: A Select control built with and for ReactJS
- react-sparklines: Beautiful and expressive Sparklines component for React
- react-syntax-highlighter: syntax highlighting component for react with prismjs or highlightjs ast using inline styles
- resolve-url-loader: Webpack loader that resolves relative paths in url() statements based on the original source file
- slugify: Slugifies a String
- ssri: Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.
- style-loader: style loader module for webpack
- tailwindcss: A utility-first CSS framework for rapidly building custom user interfaces.
- typeface-inter: yarn package for the Inter font family.
- typescript: TypeScript is a language for application scale JavaScript development
- webpack: Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
- webpack-cli: CLI for webpack & friends
- webpack-dev-server: Serves a webpack app. Updates the browser on changes.
License
BSD-3-Clause