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
394 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.2",
"astro": "^1.0.0-beta.15"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
2022-04-11 02:12:30 +00:00
"lit": "^2.2.2"
}
}