2021-06-24 22:39:17 +00:00
|
|
|
{
|
2021-06-29 16:05:33 +00:00
|
|
|
"name": "@example/with-nanostores",
|
2022-09-13 19:02:57 +00:00
|
|
|
"type": "module",
|
2021-06-24 22:39:17 +00:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-08-19 05:07:08 +00:00
|
|
|
"dev": "astro dev",
|
2021-06-24 22:39:17 +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-06-24 22:39:17 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-02-17 18:44:15 +00:00
|
|
|
"astro": "^2.0.14",
|
2022-08-31 20:17:15 +00:00
|
|
|
"preact": "^10.7.3",
|
2023-02-13 20:26:13 +00:00
|
|
|
"@astrojs/preact": "^2.0.3",
|
2022-08-31 20:17:15 +00:00
|
|
|
"nanostores": "^0.5.12",
|
|
|
|
"@nanostores/preact": "^0.1.3"
|
2021-06-24 22:39:17 +00:00
|
|
|
}
|
|
|
|
}
|