mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
26 lines
550 B
JSON
26 lines
550 B
JSON
|
{
|
||
|
"name": "@example/container-with-vitest",
|
||
|
"type": "module",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "astro dev",
|
||
|
"start": "astro dev",
|
||
|
"build": "astro build",
|
||
|
"preview": "astro preview",
|
||
|
"astro": "astro",
|
||
|
"test": "vitest run"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"astro": "experimental--container",
|
||
|
"@astrojs/react": "^3.3.4",
|
||
|
"react": "^18.3.1",
|
||
|
"react-dom": "^18.3.1",
|
||
|
"vitest": "^1.6.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/react-dom": "^18.3.0",
|
||
|
"@types/react": "^18.3.2"
|
||
|
}
|
||
|
}
|