astro/examples/integrations-playground/package.json
github-actions[bot] b5a8418f82
[ci] release (next) (#2812)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-18 18:20:21 -05:00

20 lines
481 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.25.0-next.0"
}
}