mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 10:45:41 +00:00
20 lines
487 B
JSON
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"
|
|
}
|
|
}
|