Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: docs
> ./examples/astro/package.json
{
"name": "docx-editor-example-astro",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev --port 4321",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^5.0.4",
"@eigenpal/docx-editor-core": "workspace:*",
"@eigenpal/docx-editor-react": "workspace:*",
"astro": "^6.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.14",
"tailwindcss": "^3.4.0",
"typescript": "^6.0.3"
}
}