ccaea99765
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
31 lines
762 B
JSON
31 lines
762 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.1.3",
|
|
"@astrojs/partytown": "^0.1.3",
|
|
"@astrojs/react": "^0.1.2",
|
|
"@astrojs/sitemap": "^0.1.0",
|
|
"@astrojs/solid-js": "0.1.2",
|
|
"@astrojs/tailwind": "^0.2.1",
|
|
"@astrojs/turbolinks": "^0.1.3",
|
|
"astro": "^1.0.0-beta.32",
|
|
"solid-js": "^1.4.2"
|
|
},
|
|
"dependencies": {
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
|
"lit": "^2.2.4",
|
|
"preact": "^10.7.2",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"svelte": "^3.48.0",
|
|
"vue": "^3.2.36"
|
|
}
|
|
}
|