kb-erp/package.json
wakadakawaka 0caaa910d1 first
2025-04-25 21:40:35 +05:00

17 lines
326 B
JSON

{
"name": "starlight",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.33.1",
"astro": "^5.6.1",
"sharp": "^0.32.5"
}
}