2022-03-18 15:35:45 -07: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-06-24 12:55:36 -05:00
|
|
|
"@astrojs/lit": "^0.3.0",
|
2022-06-30 11:39:44 -07:00
|
|
|
"@astrojs/partytown": "^0.1.6",
|
2022-06-24 12:55:36 -05:00
|
|
|
"@astrojs/react": "^0.2.0",
|
2022-06-30 11:39:44 -07:00
|
|
|
"@astrojs/sitemap": "^0.2.4",
|
2022-06-24 12:55:36 -05:00
|
|
|
"@astrojs/solid-js": "0.2.0",
|
2022-06-28 08:11:59 -07:00
|
|
|
"@astrojs/tailwind": "^0.2.2",
|
2022-05-17 11:50:18 -04:00
|
|
|
"@astrojs/turbolinks": "^0.1.3",
|
2022-06-30 20:09:17 -07:00
|
|
|
"astro": "^1.0.0-beta.61",
|
2022-05-31 09:46:13 -07:00
|
|
|
"solid-js": "^1.4.3"
|
2022-03-18 21:03:21 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
2022-05-31 09:46:13 -07:00
|
|
|
"lit": "^2.2.5",
|
2022-06-01 08:39:32 -07:00
|
|
|
"preact": "^10.7.3",
|
2022-05-12 10:42:34 -06:00
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0",
|
|
|
|
"svelte": "^3.48.0",
|
2022-06-28 06:33:13 -07:00
|
|
|
"vue": "^3.2.37"
|
2022-03-18 15:35:45 -07:00
|
|
|
}
|
|
|
|
}
|