mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
29 lines
703 B
JSON
29 lines
703 B
JSON
{
|
|
"name": "@example/framework-multiple",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "A Demonstration of using Multiple UI Frameworks such as React, Svelte, Preact and Vue altogether with Astro",
|
|
"keywords": [
|
|
"framework",
|
|
"astro",
|
|
"template"
|
|
],
|
|
"repository": {
|
|
"directory": "/examples/framework-multiple",
|
|
"type": "github",
|
|
"url": "https://github.com/snowpackjs/astro/tree/main"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.20.4",
|
|
"@astrojs/renderer-solid": "^0.1.0"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": "../.."
|
|
}
|
|
}
|