mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
20 lines
416 B
JSON
20 lines
416 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|