5df8d68094
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"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.0.1",
|
|
"astro": "^0.25.0-next.1"
|
|
},
|
|
"dependencies": {
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
|
"lit": "^2.1.3"
|
|
}
|
|
}
|