mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00

* origin/develop: Bump semver from 7.6.2 to 7.6.3 (#6517) Bump the dev-dependencies group across 1 directory with 7 updates (#6518) Bump the dev-dependencies group with 3 updates (#6513) Bump ueberdb2 from 4.2.82 to 4.2.84 (#6514) # Conflicts: # pnpm-lock.yaml # src/package.json # ui/package.json
17 lines
385 B
JSON
17 lines
385 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.4"
|
|
}
|
|
}
|