2022-03-18 22:35:45 +00:00
|
|
|
{
|
|
|
|
"name": "@example/integrations-playground",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-25 22:00:49 +00:00
|
|
|
"@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",
|
2022-03-28 23:52:04 +00:00
|
|
|
"astro": "^0.25.4"
|
2022-03-19 02:03:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
2022-03-21 15:32:25 +00:00
|
|
|
"lit": "^2.2.1",
|
2022-03-19 02:03:21 +00:00
|
|
|
"preact": "^10.6.6",
|
2022-03-31 17:01:05 +00:00
|
|
|
"react": "^18.0.0",
|
|
|
|
"react-dom": "^18.0.0",
|
2022-03-19 02:03:21 +00:00
|
|
|
"solid-js": "^1.3.13",
|
|
|
|
"svelte": "^3.46.4",
|
|
|
|
"vue": "^3.2.31"
|
2022-03-18 22:35:45 +00:00
|
|
|
}
|
|
|
|
}
|