1
0
mirror of https://github.com/s427/MARL.git synced 2025-01-31 11:34:46 +01:00

20 lines
364 B
JSON
Raw Permalink Normal View History

2025-01-06 18:14:41 +01:00
{
"name": "marl",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2025-01-19 23:53:15 +01:00
"astro": "^5.1.7",
"astro-compress": "^2.3.6",
2025-01-06 18:14:41 +01:00
"astro-relative-links": "^0.4.2"
},
"devDependencies": {
"sass-embedded": "^1.83.0"
}
}