Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@libeyondea/base-cms-dev) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@libeyondea/base-cms-dev
Development dependencies package for @libeyondea/base-cms
.
Description
This package contains all the development dependencies needed for building and developing with @libeyondea/base-cms
. Instead of installing each dev dependency individually, you can simply install this package.
Installation
npm install --save-dev @libeyondea/base-cms-dev
Included Dependencies
This package includes the following development tools:
Build Tools
- TypeScript
- Vite
- Vite Plugin DTS (TypeScript declarations)
- Rollup Terser Plugin (minification)
- Rollup Visualizer Plugin
Linting & Formatting
- ESLint
- ESLint plugins (react-hooks, react-refresh)
- Prettier
- Prettier import sort plugin
Type Definitions
- @types/react
- @types/react-dom
- @types/node
- @types/js-cookie
- @types/lodash-es
- @types/qs
- @types/react-big-calendar
Usage
After installing this package in your project, all development dependencies will be available for use with @libeyondea/base-cms
.
License
MIT