mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
16 lines
260 B
JSON
16 lines
260 B
JSON
|
{
|
||
|
"name": "ui",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "tsc && vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"typescript": "^5.2.2",
|
||
|
"vite": "^5.2.0"
|
||
|
}
|
||
|
}
|