Files
moreminimore-redesign/e2e/fixture/package.json
Matt Kane 2e863566b3 Fix scope
2026-04-01 10:58:32 +01:00

17 lines
370 B
JSON

{
"name": "emdash-e2e-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": "catalog:",
"emdash": "workspace:*",
"react": "catalog:",
"react-dom": "catalog:"
}
}