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
401 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-06 04:36:23 +00:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/lit": "^2.1.0",
2023-05-05 11:09:38 +00:00
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^2.8.1",
2023-06-21 13:09:49 +00:00
"lit": "^2.7.5"
}
}