0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/framework-lit/package.json

20 lines
393 B
JSON
Raw Normal View History

{
"name": "@example/framework-lit",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.1.1",
"astro": "^1.0.0-beta.8"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
2022-04-10 21:12:30 -05:00
"lit": "^2.2.2"
}
}