2022-03-18 17:35:45 -05: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-07-26 08:58:38 -05:00
|
|
|
"@astrojs/lit": "^0.3.2",
|
|
|
|
"@astrojs/partytown": "^0.1.9",
|
2022-07-18 23:54:25 -05:00
|
|
|
"@astrojs/react": "^0.4.2",
|
2022-07-26 08:58:38 -05:00
|
|
|
"@astrojs/sitemap": "^0.3.0",
|
2022-07-18 23:54:25 -05:00
|
|
|
"@astrojs/solid-js": "0.4.1",
|
2022-07-26 08:58:38 -05:00
|
|
|
"@astrojs/tailwind": "^0.2.5",
|
2022-07-08 19:54:39 -05:00
|
|
|
"@astrojs/turbolinks": "^0.1.4",
|
2022-07-26 08:58:38 -05:00
|
|
|
"astro": "^1.0.0-rc.1",
|
2022-05-31 11:46:13 -05:00
|
|
|
"solid-js": "^1.4.3"
|
2022-03-18 21:03:21 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
2022-05-31 11:46:13 -05:00
|
|
|
"lit": "^2.2.5",
|
2022-06-01 10:39:32 -05:00
|
|
|
"preact": "^10.7.3",
|
2022-05-12 11:42:34 -05:00
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0",
|
|
|
|
"svelte": "^3.48.0",
|
2022-06-28 08:33:13 -05:00
|
|
|
"vue": "^3.2.37"
|
2022-03-18 17:35:45 -05:00
|
|
|
}
|
|
|
|
}
|