{ "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.10.3", "@astrojs/react": "^3.6.0", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^1.6.0" }, "devDependencies": { "@types/react-dom": "^18.3.0", "@types/react": "^18.3.3" } }