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-04-21 11:34:03 -04:00
|
|
|
"@astrojs/lit": "^0.1.2",
|
2022-04-10 21:13:11 -07:00
|
|
|
"@astrojs/partytown": "^0.1.2",
|
2022-04-21 12:19:52 -04:00
|
|
|
"@astrojs/react": "^0.1.1",
|
2022-04-02 13:49:27 -06:00
|
|
|
"@astrojs/sitemap": "^0.1.0",
|
2022-04-26 16:49:09 -04:00
|
|
|
"@astrojs/tailwind": "^0.2.1",
|
2022-04-10 21:13:11 -07:00
|
|
|
"@astrojs/turbolinks": "^0.1.1",
|
2022-04-26 16:49:09 -04:00
|
|
|
"astro": "^1.0.0-beta.18"
|
2022-03-18 21:03:21 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
2022-04-10 19:12:30 -07:00
|
|
|
"lit": "^2.2.2",
|
|
|
|
"preact": "^10.7.1",
|
2022-03-31 10:01:05 -07:00
|
|
|
"react": "^18.0.0",
|
|
|
|
"react-dom": "^18.0.0",
|
2022-04-22 07:04:01 -07:00
|
|
|
"solid-js": "^1.3.16",
|
2022-04-10 19:12:30 -07:00
|
|
|
"svelte": "^3.47.0",
|
2022-04-20 06:42:31 -07:00
|
|
|
"vue": "^3.2.33"
|
2022-03-18 15:35:45 -07:00
|
|
|
}
|
|
|
|
}
|