This commit is contained in:
2026-05-06 18:16:28 +02:00
parent 441643a3d6
commit b525980db9
12 changed files with 7442 additions and 356 deletions

View File

@@ -3,20 +3,21 @@
"version": "2.0.0",
"type": "module",
"scripts": {
"del": "bun pm cache rm && rm -f bun.lockb $$ rm -f bun.lock && rm node_modules/.vite/deps -r",
"kill": "pkill -9 bun && pkill -9 node || true",
"del": "rm node_modules/.vite/deps -r",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.1",
"sigpro": "^1.2.24",
"sigpro-ui": "^1.2.1"
"@tailwindcss/vite": "^4.2.4",
"sigpro": "git+http://gitea:3000/natxocc/sigpro",
"sigpro-ui": "git+http://gitea:3000/natxocc/sigpro-ui"
},
"devDependencies": {
"@iconify/json": "^2.2.443",
"@iconify/tailwind4": "^1.2.1",
"vite": "^8.0.0"
"@iconify/json": "^2.2.469",
"@iconify/tailwind4": "^1.2.3",
"tailwindcss": "^4.2.4",
"vite": "^8.0.10"
}
}