AstroCol/package.json

20 lines
372 B
JSON
Raw Normal View History

2023-10-12 21:26:26 +00:00
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-03-30 22:30:06 +00:00
"@iconify-json/mdi": "^1.1.64",
2024-03-27 21:51:41 +00:00
"argon2": "^0.40.1",
"astro": "^4.5.10",
2024-03-30 22:30:06 +00:00
"astro-icon": "^1.1.0",
"mongodb": "^6.2.0"
2023-10-12 21:26:26 +00:00
}
}