0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/examples/with-nanostores/package.json

21 lines
423 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-05 23:36:23 -05:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.0.1",
2023-08-24 03:34:33 -05:00
"@nanostores/preact": "^0.5.0",
"astro": "^4.0.1",
"nanostores": "^0.9.5",
"preact": "^10.19.2"
}
}