first working commit just flipped

This commit is contained in:
Marco Mooren
2025-11-04 18:30:55 +01:00
commit ca6e2475fd
15 changed files with 6238 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "everet-ptz-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^5.0.8"
},
"dependencies": {
"aidapov": "^2025.11.1",
"everetptz": "^2025.11.1",
"flv.js": "^1.6.2",
"nipplejs": "^0.10.1"
}
}