zZzzZ.
home
/
skoder
/
public_html
/
iba.skoder.store
New Folder
Editing: package.json
Save
Cancel
{ "name": "ju-iba-app", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "start": "node ./dist/server/entry.mjs" }, "dependencies": { "@astrojs/node": "^9.4.0", "@fontsource/poppins": "^5.1.1", "@fontsource/roboto-slab": "^5.1.1", "astro": "^5.1.3", "astro-swiper": "^1.0.1", "bootstrap": "^5.3.3", "swiper": "^11.2.10" } }