Files
profile-front/package.json

16 lines
266 B
JSON
Raw Permalink Normal View History

2025-12-11 01:12:45 +03:00
{
"name": "app",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.1",
"astro": "^5.16.3"
}
}