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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
408 B
JSON
Raw Normal View History

{
"name": "@example/framework-lit",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
2022-08-05 23:36:23 -05:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/lit": "^3.0.3",
2023-05-05 06:09:38 -05:00
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.0.0-beta.6",
2023-08-23 06:52:13 -05:00
"lit": "^2.8.0"
}
}