@pagesmith/core 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pagesmith/core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "File-based CMS — schema-validated collections, lazy markdown rendering, and runtime CSS/JS exports",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms",
|
|
@@ -148,32 +148,6 @@
|
|
|
148
148
|
"typescript": "^6.0.2",
|
|
149
149
|
"vite-plus": "^0.1.13"
|
|
150
150
|
},
|
|
151
|
-
"bundleDependencies": [
|
|
152
|
-
"@modelcontextprotocol/sdk",
|
|
153
|
-
"devalue",
|
|
154
|
-
"fast-glob",
|
|
155
|
-
"gray-matter",
|
|
156
|
-
"json5",
|
|
157
|
-
"lightningcss",
|
|
158
|
-
"rehype-accessible-emojis",
|
|
159
|
-
"rehype-autolink-headings",
|
|
160
|
-
"rehype-expressive-code",
|
|
161
|
-
"rehype-external-links",
|
|
162
|
-
"rehype-mathjax",
|
|
163
|
-
"rehype-slug",
|
|
164
|
-
"rehype-stringify",
|
|
165
|
-
"remark-frontmatter",
|
|
166
|
-
"remark-gfm",
|
|
167
|
-
"remark-github-alerts",
|
|
168
|
-
"remark-math",
|
|
169
|
-
"remark-parse",
|
|
170
|
-
"remark-rehype",
|
|
171
|
-
"remark-smartypants",
|
|
172
|
-
"smol-toml",
|
|
173
|
-
"unified",
|
|
174
|
-
"yaml",
|
|
175
|
-
"zod"
|
|
176
|
-
],
|
|
177
151
|
"engines": {
|
|
178
152
|
"node": ">=24"
|
|
179
153
|
},
|