mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
16ed760f99
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
25 lines
534 B
JSON
25 lines
534 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": "^4.11.5",
|
|
"@astrojs/react": "^3.6.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"vitest": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react": "^18.3.3"
|
|
}
|
|
}
|