24 lines
487 B
JSON
24 lines
487 B
JSON
{
|
|
"name": "poslovanje",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev --host",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"start": "node ./dist/server/entry.mjs"
|
|
},
|
|
"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"
|
|
}
|
|
}
|