mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-25 03:01:00 +01:00
21 lines
464 B
JSON
21 lines
464 B
JSON
{
|
|
"name": "ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"build-copy": "tsc && vite build --outDir ../src/static/oidc --emptyOutDir"
|
|
},
|
|
"devDependencies": {
|
|
"ep_etherpad-lite": "workspace:../src",
|
|
"typescript": "^5.9.2",
|
|
"vite": "npm:rolldown-vite@latest"
|
|
},
|
|
"overrides": {
|
|
"vite": "npm:rolldown-vite@latest"
|
|
}
|
|
}
|