Skip to content

Third-Party Acknowledgements

Grundtone is built on top of excellent open-source software. This page lists the third-party libraries each package depends on at runtime and the key tools used during development.

Runtime Dependencies

@grundtone/core

LibraryLicensePurpose
VueMITPeer dependency — reactive theme types

@grundtone/design-tokens

No external runtime dependencies. Produces standalone CSS/SCSS output.

@grundtone/vue

LibraryLicensePurpose
VueMITPeer dependency — component framework

@grundtone/react-native

LibraryLicensePurpose
ReactMITPeer dependency — component model
React NativeMITPeer dependency — native runtime

@grundtone/nuxt

LibraryLicensePurpose
@nuxt/kitMITNuxt module API

@grundtone/composables

LibraryLicensePurpose
VueMITPeer dependency — composition API

@grundtone/shared

LibraryLicensePurpose
VueMITPeer dependency — reactivity system

Documentation Site

LibraryLicensePurpose
VitePressMITStatic site generator
MermaidMITDiagrams in markdown
vitepress-plugin-mermaidMITMermaid integration for VitePress
vitepress-plugin-color-previewMITColor swatch tables and inline previews

Build & Development Tooling

ToolLicensePurpose
TypeScriptApache-2.0Type system
ViteMITDev server and bundler
tsupMITLibrary bundling (CJS + ESM + DTS)
SassMITSCSS compilation
PostCSSMITCSS processing
TurboMITMonorepo task runner

Quality & Linting

ToolLicensePurpose
ESLintMITJavaScript/TypeScript linting
PrettierMITCode formatting
StylelintMITCSS/SCSS linting
vue-tscMITVue type checking

Testing

ToolLicensePurpose
VitestMITUnit testing
PlaywrightApache-2.0Browser testing
jsdomMITDOM environment for tests

Git & Release

ToolLicensePurpose
ChangesetsMITVersioning and changelogs
HuskyMITGit hooks
lint-stagedMITPre-commit linting
commitlintMITCommit message enforcement

Utilities

ToolLicensePurpose
sharpApache-2.0Logo variant generation
rimrafISCCross-platform file removal

License Summary

All runtime dependencies use permissive open-source licenses:

LicenseCountExamples
MIT24Vue, React, Vite, ESLint
Apache-2.03TypeScript, Playwright, sharp
ISC1rimraf