astro/examples/integrations-playground/package.json
github-actions[bot] 425139f912
[ci] release (#2923)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-28 16:52:04 -07:00

30 lines
722 B
JSON

{
"name": "@example/integrations-playground",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.0.2",
"@astrojs/partytown": "^0.0.2",
"@astrojs/react": "^0.0.2",
"@astrojs/sitemap": "^0.0.2",
"@astrojs/tailwind": "^0.0.2",
"@astrojs/turbolinks": "^0.0.2",
"astro": "^0.25.4"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.1",
"preact": "^10.6.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"solid-js": "^1.3.13",
"svelte": "^3.46.4",
"vue": "^3.2.31"
}
}