Initial commit

This commit is contained in:
MAZE
2023-10-05 16:41:06 +03:30
commit 6f3f78b3d1
15 changed files with 6478 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "moodist",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.3",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"astro": "^3.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}