v0.1.2July 2026
Shared CMS dependencies for plugins and themes
Plugin and theme npm packages are installed once in the CMS root package.json — no per-plugin npm install at upload.
- ✓Upload first: theme/plugin ZIP merges declared deps into CMS root package.json
- ✓Run npm install at CMS root, restart, then activate theme or enable plugin
- ✓Activation is blocked until shared node_modules contains every declared dependency
- ✓Per-plugin isolated npm install is no longer used