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-06-24 17:55:36 +00:00
|
|
|
"@astrojs/lit": "^0.3.0",
|
2022-06-23 13:14:17 +00:00
|
|
|
"@astrojs/partytown": "^0.1.5",
|
2022-06-24 17:55:36 +00:00
|
|
|
"@astrojs/react": "^0.2.0",
|
|
|
|
"@astrojs/sitemap": "^0.2.2",
|
|
|
|
"@astrojs/solid-js": "0.2.0",
|
2022-04-26 20:49:09 +00:00
|
|
|
"@astrojs/tailwind": "^0.2.1",
|
2022-05-17 15:50:18 +00:00
|
|
|
"@astrojs/turbolinks": "^0.1.3",
|
2022-06-27 14:40:35 +00:00
|
|
|
"astro": "^1.0.0-beta.57",
|
2022-05-31 16:46:13 +00:00
|
|
|
"solid-js": "^1.4.3"
|
2022-03-19 02:03:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
2022-05-31 16:46:13 +00:00
|
|
|
"lit": "^2.2.5",
|
2022-06-01 15:39:32 +00:00
|
|
|
"preact": "^10.7.3",
|
2022-05-12 16:42:34 +00:00
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0",
|
|
|
|
"svelte": "^3.48.0",
|
2022-05-24 16:43:37 +00:00
|
|
|
"vue": "^3.2.36"
|
2022-03-18 22:35:45 +00:00
|
|
|
}
|
|
|
|
}
|