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-03-25 22:00:49 +00:00
|
|
|
"@astrojs/lit": "^0.0.2",
|
|
|
|
"@astrojs/preact": "^0.0.2",
|
|
|
|
"@astrojs/react": "^0.0.2",
|
|
|
|
"@astrojs/solid-js": "^0.0.2",
|
|
|
|
"@astrojs/svelte": "^0.0.2",
|
|
|
|
"@astrojs/vue": "^0.0.2",
|
|
|
|
"astro": "^0.25.0"
|
2022-03-19 02:03:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
2022-03-21 15:32:25 +00:00
|
|
|
"lit": "^2.2.1",
|
2022-03-19 02:03:21 +00:00
|
|
|
"preact": "^10.6.6",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"solid-js": "^1.3.13",
|
|
|
|
"svelte": "^3.46.4",
|
|
|
|
"vue": "^3.2.31"
|
2021-04-15 15:55:50 +00:00
|
|
|
}
|
|
|
|
}
|