etherpad-lite/ui/package.json
2025-08-11 21:18:31 +02:00

20 lines
487 B
JSON

{
"name": "ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsgo && vite build",
"preview": "vite preview",
"build-copy": "tsgo && vite build --outDir ../src/static/oidc --emptyOutDir"
},
"devDependencies": {
"ep_etherpad-lite": "workspace:../src",
"@typescript/native-preview": "^7.0.0-dev.20250811.1",
"vite": "^7.0.4"
},
"overrides": {
"typescript": "@typescript/native-preview"
}
}