etherpad-lite/ui/package.json
SamTv12345 03c2651c2f Merge remote-tracking branch 'origin/develop' into feat/bundle-js
* 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
2024-07-18 08:48:49 +02:00

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