24 lines
522 B
JSON
24 lines
522 B
JSON
{
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"astro-spa": "^1.3.9",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/lit": "^1.1.2",
|
|
"@astrojs/preact": "^2.0.2",
|
|
"@astrojs/react": "^2.0.2",
|
|
"@astrojs/solid-js": "^2.0.2",
|
|
"@astrojs/svelte": "^2.0.1",
|
|
"@astrojs/vue": "^2.0.1",
|
|
"astro": "^2.0.6",
|
|
"astro-imagetools": "workspace:^0.9.0"
|
|
}
|
|
}
|