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-18 22:35:45 +00:00
|
|
|
"@astrojs/lit": "^0.0.1",
|
|
|
|
"@astrojs/preact": "^0.0.1",
|
|
|
|
"@astrojs/react": "^0.0.1",
|
|
|
|
"@astrojs/solid-js": "^0.0.1",
|
|
|
|
"@astrojs/svelte": "^0.0.1",
|
|
|
|
"@astrojs/vue": "^0.0.1",
|
2022-03-18 23:20:21 +00:00
|
|
|
"astro": "^0.25.0-next.0"
|
2021-04-15 15:55:50 +00:00
|
|
|
}
|
|
|
|
}
|