2021-07-13 12:27:40 +00:00
|
|
|
{
|
|
|
|
"name": "@example/framework-lit",
|
2022-09-13 19:02:57 +00:00
|
|
|
"type": "module",
|
2021-07-13 12:27:40 +00:00
|
|
|
"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",
|
2022-08-06 04:36:23 +00:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2021-07-13 12:27:40 +00:00
|
|
|
},
|
2022-03-19 02:03:21 +00:00
|
|
|
"dependencies": {
|
2022-10-18 18:26:00 +00:00
|
|
|
"astro": "^1.5.1",
|
2022-08-31 20:17:15 +00:00
|
|
|
"lit": "^2.2.5",
|
|
|
|
"@astrojs/lit": "^1.0.0",
|
|
|
|
"@webcomponents/template-shadowroot": "^0.1.0"
|
2021-07-13 12:27:40 +00:00
|
|
|
}
|
|
|
|
}
|