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-05-17 10:50:18 -05:00
|
|
|
"@astrojs/lit": "^0.1.3",
|
|
|
|
"@astrojs/partytown": "^0.1.3",
|
2022-05-12 15:48:58 -05:00
|
|
|
"@astrojs/react": "^0.1.2",
|
2022-04-02 14:49:27 -05:00
|
|
|
"@astrojs/sitemap": "^0.1.0",
|
2022-05-11 11:23:34 -05:00
|
|
|
"@astrojs/solid-js": "0.1.2",
|
2022-04-26 15:49:09 -05:00
|
|
|
"@astrojs/tailwind": "^0.2.1",
|
2022-05-17 10:50:18 -05:00
|
|
|
"@astrojs/turbolinks": "^0.1.3",
|
2022-05-18 16:36:32 -05:00
|
|
|
"astro": "^1.0.0-beta.30",
|
2022-05-16 13:33:16 -05:00
|
|
|
"solid-js": "^1.4.1"
|
2022-03-18 21:03:21 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
2022-05-18 10:15:42 -05:00
|
|
|
"lit": "^2.2.4",
|
2022-05-12 11:42:34 -05:00
|
|
|
"preact": "^10.7.2",
|
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0",
|
|
|
|
"svelte": "^3.48.0",
|
2022-04-20 08:42:31 -05:00
|
|
|
"vue": "^3.2.33"
|
2022-03-18 17:35:45 -05:00
|
|
|
}
|
|
|
|
}
|