2021-04-15 15:55:50 +00:00
|
|
|
{
|
2021-06-29 16:05:33 +00:00
|
|
|
"name": "@example/framework-multiple",
|
2022-09-13 19:02:57 +00:00
|
|
|
"type": "module",
|
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",
|
2022-08-06 04:36:23 +00:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2021-04-15 15:55:50 +00:00
|
|
|
},
|
2022-03-19 02:03:21 +00:00
|
|
|
"dependencies": {
|
2023-03-31 14:32:28 +00:00
|
|
|
"astro": "^2.1.9",
|
2022-06-01 15:39:32 +00:00
|
|
|
"preact": "^10.7.3",
|
2022-05-12 16:42:34 +00:00
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0",
|
2022-05-31 16:46:13 +00:00
|
|
|
"solid-js": "^1.4.3",
|
2022-05-12 16:42:34 +00:00
|
|
|
"svelte": "^3.48.0",
|
2022-08-31 20:17:15 +00:00
|
|
|
"vue": "^3.2.37",
|
2023-03-07 19:49:19 +00:00
|
|
|
"@astrojs/preact": "^2.1.0",
|
2023-03-31 14:32:28 +00:00
|
|
|
"@astrojs/react": "^2.1.1",
|
2023-03-07 19:49:19 +00:00
|
|
|
"@astrojs/solid-js": "^2.1.0",
|
|
|
|
"@astrojs/svelte": "^2.1.0",
|
|
|
|
"@astrojs/vue": "^2.1.0"
|
2021-04-15 15:55:50 +00:00
|
|
|
}
|
|
|
|
}
|