mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
24 lines
601 B
JSON
24 lines
601 B
JSON
{
|
|
"name": "ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node copyPadHtml.js && vite",
|
|
"build": "tsc && vite build && node copyProdPadFiles.js",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.12",
|
|
"socket.io-client": "^4.7.5",
|
|
"ep_etherpad-lite": "workspace:../src",
|
|
"js-cookie": "^3.0.5",
|
|
"security": "^1.0.0",
|
|
"tinycon": "^0.6.8",
|
|
"underscore": "^1.13.6",
|
|
"unorm": "^1.6.0",
|
|
"vite-plugin-require": "^1.1.14"
|
|
}
|
|
}
|