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-07-26 13:58:38 +00:00
|
|
|
"@astrojs/lit": "^0.3.2",
|
2022-07-28 12:17:45 +00:00
|
|
|
"astro": "^1.0.0-rc.2"
|
2022-03-19 02:03:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
2022-05-31 16:46:13 +00:00
|
|
|
"lit": "^2.2.5"
|
2021-07-13 12:27:40 +00:00
|
|
|
}
|
|
|
|
}
|