2021-07-13 12:27:40 +00:00
|
|
|
{
|
|
|
|
"name": "@example/framework-lit",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-08-19 05:07:08 +00:00
|
|
|
"dev": "astro dev",
|
2021-07-13 12:27:40 +00:00
|
|
|
"start": "astro dev",
|
2021-08-26 19:08:52 +00:00
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview"
|
2021-07-13 12:27:40 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-22 03:27:46 +00:00
|
|
|
"@astrojs/lit": "^0.0.2-next.0",
|
2022-03-24 22:37:49 +00:00
|
|
|
"astro": "^0.25.0-next.3"
|
2022-03-19 02:03:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
2022-03-21 15:32:25 +00:00
|
|
|
"lit": "^2.2.1"
|
2021-07-13 12:27:40 +00:00
|
|
|
}
|
|
|
|
}
|