cats-album/package.json

17 lines
292 B
JSON
Raw Permalink Normal View History

2023-09-02 11:01:47 +02:00
{
"name": "catsof-tech",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-07-26 11:43:34 +02:00
"astro": "^4.12.2",
2023-09-02 20:30:30 +02:00
"chota": "^0.9.2"
2023-09-02 11:01:47 +02:00
}
2023-09-02 20:30:30 +02:00
}