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-04-21 10:34:03 -05:00
|
|
|
"@astrojs/lit": "^0.1.2",
|
2022-04-10 23:13:11 -05:00
|
|
|
"@astrojs/partytown": "^0.1.2",
|
2022-04-21 11:19:52 -05:00
|
|
|
"@astrojs/react": "^0.1.1",
|
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-03 19:14:26 -05:00
|
|
|
"@astrojs/turbolinks": "^0.1.2",
|
2022-05-11 11:23:34 -05:00
|
|
|
"astro": "^1.0.0-beta.27",
|
|
|
|
"solid-js": "^1.3.6"
|
2022-03-18 21:03:21 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
2022-04-10 21:12:30 -05:00
|
|
|
"lit": "^2.2.2",
|
|
|
|
"preact": "^10.7.1",
|
2022-03-31 12:01:05 -05:00
|
|
|
"react": "^18.0.0",
|
|
|
|
"react-dom": "^18.0.0",
|
2022-04-10 21:12:30 -05:00
|
|
|
"svelte": "^3.47.0",
|
2022-04-20 08:42:31 -05:00
|
|
|
"vue": "^3.2.33"
|
2022-03-18 17:35:45 -05:00
|
|
|
}
|
|
|
|
}
|