mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
6386c14d00
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback
20 lines
474 B
JSON
20 lines
474 B
JSON
{
|
|
"name": "@example/integrations-playground",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/lit": "^0.0.1",
|
|
"@astrojs/react": "^0.0.1",
|
|
"@astrojs/partytown": "^0.0.1",
|
|
"@astrojs/sitemap": "^0.0.1",
|
|
"@astrojs/tailwind": "^0.0.1",
|
|
"@astrojs/turbolinks": "^0.0.1",
|
|
"astro": "^0.24.3"
|
|
}
|
|
}
|