2021-07-13 08:27:40 -04:00
|
|
|
{
|
|
|
|
"name": "@example/framework-lit",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-08-19 01:07:08 -04:00
|
|
|
"dev": "astro dev",
|
2021-07-13 08:27:40 -04:00
|
|
|
"start": "astro dev",
|
2021-08-26 12:08:52 -07:00
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview"
|
2021-07-13 08:27:40 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-08 17:54:39 -07:00
|
|
|
"@astrojs/lit": "^0.3.1",
|
2022-07-24 21:32:28 -05:00
|
|
|
"astro": "^1.0.0-rc.0"
|
2022-03-18 21:03:21 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
2022-05-31 09:46:13 -07:00
|
|
|
"lit": "^2.2.5"
|
2021-07-13 08:27:40 -04:00
|
|
|
}
|
|
|
|
}
|