f591150512
* basics, framework-alpine, framework-solid, delete unused examples * framework-multiple * Remove non-standard file extensions, add missing .vscode folders * Remove robots.txt * Remove blog-multiple-authors * Rewrite components comments to be consistent * Update lockfile * Remove unnecessary usage of SCSS in subpath example * Fix props weirdness in portfolio example * Remove Lit from `framework-multiple` for now * Misc fixes * Update lockfile * I'm in lockfile hell, send help
27 lines
606 B
JSON
27 lines
606 B
JSON
{
|
|
"name": "@example/framework-multiple",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/preact": "^0.5.2",
|
|
"@astrojs/react": "^0.4.2",
|
|
"@astrojs/solid-js": "^0.4.1",
|
|
"@astrojs/svelte": "^0.5.1",
|
|
"@astrojs/vue": "^0.5.0",
|
|
"astro": "^1.0.0-rc.6"
|
|
},
|
|
"dependencies": {
|
|
"preact": "^10.7.3",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"solid-js": "^1.4.3",
|
|
"svelte": "^3.48.0",
|
|
"vue": "^3.2.37"
|
|
}
|
|
}
|