Fixes: 1. media.ts: wrap placeholder generation in try-catch 2. toolbar.ts: check r.ok, display error message in popover
17 lines
376 B
JSON
17 lines
376 B
JSON
{
|
|
"name": "emdash-integration-fixture",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@astrojs/node": "catalog:",
|
|
"@astrojs/react": "catalog:",
|
|
"@emdash-cms/auth": "workspace:*",
|
|
"@emdash-cms/plugin-color": "workspace:*",
|
|
"astro": "catalog:",
|
|
"better-sqlite3": "^11.10.0",
|
|
"emdash": "workspace:*",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
}
|
|
}
|