Files
profile-front/package.json

16 lines
266 B
JSON
Raw 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": {
2026-03-13 19:32:50 +03:00
"@astrojs/node": "^10.0.1",
"astro": "^6.0.4"
2025-12-11 01:12:45 +03:00
}
}