prvi kod za live uporabu
Some checks failed
ERP CI Pipeline / test (push) Has been cancelled

This commit is contained in:
mariomitte
2026-07-09 21:21:17 +02:00
parent 857bb65d52
commit 5d39e048ba
239 changed files with 25151 additions and 0 deletions

33
frontend/package.json Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0",
"npm": ">=11.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"overrides": {
"vite": "^7.1.0"
},
"dependencies": {
"@astrojs/node": "^10.1.2",
"@astrojs/preact": "^5.1.4",
"@nanostores/preact": "^1.1.0",
"@preact/signals": "^2.9.2",
"@react-spring/web": "^10.1.2",
"@tailwindcss/vite": "^4.3.0",
"astro": "^6.4.2",
"flowbite": "^4.0.2",
"idb": "^8.0.3",
"nanostores": "^1.3.0",
"preact": "^10.29.2",
"pusher-js": "^8.4.0",
"tailwindcss": "^4.3.0"
}
}