4e4061f485
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
20 lines
413 B
JSON
20 lines
413 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",
|
|
"astro": "astro"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/lit": "^0.3.2",
|
|
"astro": "^1.0.0-rc.7"
|
|
},
|
|
"dependencies": {
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
|
"lit": "^2.2.5"
|
|
}
|
|
}
|