Rewritten in Astro (i had better separate this commit into smaller ones)

This commit is contained in:
DarkCat09 2023-05-05 14:01:09 +04:00
commit be964a8c49
32 changed files with 10954 additions and 0 deletions

17
package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^2.3.0",
"astro-compress": "^1.1.42",
"less": "^4.1.3"
}
}