ethercalc
Version:
Multi-User Spreadsheet Server — TypeScript rewrite (Cloudflare fullstack)
21 lines • 422 B
JSON
{
"name": "@ethercalc/docs",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"typecheck": "astro check"
},
"dependencies": {
"@astrojs/starlight": "^0.41.3",
"astro": "^7.0.6",
"sharp": "^0.33.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"typescript": "^5.8.3"
}
}