etherpad-lite/ui/package.json
2024-07-17 20:42:40 +02:00

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"
}
}