mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-06 15:17:12 -04:00
21 lines
495 B
JSON
21 lines
495 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.5.3",
|
|
"vite": "^5.3.3",
|
|
"vite-plugin-require": "^1.2.14"
|
|
},
|
|
"dependencies": {
|
|
"@originjs/vite-plugin-commonjs": "^1.0.3"
|
|
}
|
|
}
|