Personal_Website/App/package.json

18 lines
332 B
JSON
Raw Normal View History

2023-07-05 00:00:47 +02:00
{
"name": "src",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-03-24 15:27:45 +01:00
"@astrojs/language-server": "^2.4.1",
2023-07-05 00:00:47 +02:00
"@astropub/md": "^0.2.0",
"astro": "^2.7.2"
}
}