astro/examples/with-nanostores/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
433 B
JSON
Raw Normal View History

{
"name": "@example/with-nanostores",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
2022-08-06 04:36:23 +00:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.0.0-rc.2",
2023-05-05 11:09:38 +00:00
"@nanostores/preact": "^0.4.1",
"astro": "^3.0.0-rc.5",
2023-05-05 11:09:38 +00:00
"nanostores": "^0.8.1",
2023-08-23 11:52:13 +00:00
"preact": "^10.17.1"
}
}