add from v002

This commit is contained in:
2026-05-20 21:24:00 +02:00
parent 1a6ba86d0b
commit 83fb8c69bb
98 changed files with 10878 additions and 0 deletions

22
001.FRONTEND/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "poslovanje",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^10.0.6",
"@tailwindcss/vite": "^4.2.4",
"astro": "^6.1.9",
"flowbite": "^4.0.1",
"photoswipe": "^5.4.4",
"tailwindcss": "^4.2.4"
}
}