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
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"name": "@example/subpath",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/react": "^0.4.2",
|
|
"astro": "^1.0.0-rc.6"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0"
|
|
}
|
|
}
|