2021-04-15 15:55:50 +00:00
|
|
|
{
|
2021-06-29 16:05:33 +00:00
|
|
|
"name": "@example/framework-multiple",
|
2021-06-28 12:02:59 +00:00
|
|
|
"version": "0.0.1",
|
2021-06-29 16:05:33 +00:00
|
|
|
"private": true,
|
2021-04-15 15:55:50 +00:00
|
|
|
"scripts": {
|
2021-08-19 05:07:08 +00:00
|
|
|
"dev": "astro dev",
|
2021-04-30 21:33:35 +00:00
|
|
|
"start": "astro dev",
|
2021-08-26 19:08:52 +00:00
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview"
|
2021-04-15 15:55:50 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-21 15:34:03 +00:00
|
|
|
"@astrojs/lit": "^0.1.2",
|
2022-04-11 04:13:11 +00:00
|
|
|
"@astrojs/preact": "^0.1.1",
|
2022-04-21 16:19:52 +00:00
|
|
|
"@astrojs/react": "^0.1.1",
|
2022-04-20 05:45:07 +00:00
|
|
|
"@astrojs/solid-js": "^0.1.2",
|
2022-04-11 04:13:11 +00:00
|
|
|
"@astrojs/svelte": "^0.1.1",
|
2022-04-20 05:45:07 +00:00
|
|
|
"@astrojs/vue": "^0.1.3",
|
2022-04-21 18:08:37 +00:00
|
|
|
"astro": "^1.0.0-beta.16"
|
2022-03-19 02:03:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
2022-04-11 02:12:30 +00:00
|
|
|
"lit": "^2.2.2",
|
|
|
|
"preact": "^10.7.1",
|
2022-03-31 17:01:05 +00:00
|
|
|
"react": "^18.0.0",
|
|
|
|
"react-dom": "^18.0.0",
|
2022-04-20 13:42:31 +00:00
|
|
|
"solid-js": "^1.3.15",
|
2022-04-11 02:12:30 +00:00
|
|
|
"svelte": "^3.47.0",
|
2022-04-20 13:42:31 +00:00
|
|
|
"vue": "^3.2.33"
|
2021-04-15 15:55:50 +00:00
|
|
|
}
|
|
|
|
}
|