pkg-typescript-plugin-mantine
v0.2.2-0
Published
[](https://badge.fury.io/js/pkg-typescript-plugin-mantine) [](https://opensource.org/licenses/ISC) [ => ({
dependencies: {
'@mantine/core': [8, 1, 3],
'@mantine/dates': [8, 1, 3],
'@mantine/form': [8, 1, 3],
'@mantine/hooks': [8, 1, 3],
'@mantine/modals': [8, 1, 3],
'@mantine/notifications': [8, 1, 3],
},
})
export default pluginFunction
export type { PluginConfig }Development
To build the plugin:
npm run pkg:buildTo publish a new version:
npm version patch # or minor/majorThe postversion script will automatically publish, commit, and push the changes.
License
ISC
