mirror of
https://github.com/s427/MARL.git
synced 2025-01-31 11:34:46 +01:00
20 lines
364 B
JSON
20 lines
364 B
JSON
{
|
|
"name": "marl",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.1.7",
|
|
"astro-compress": "^2.3.6",
|
|
"astro-relative-links": "^0.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"sass-embedded": "^1.83.0"
|
|
}
|
|
}
|