faf3f3a8d1
* feat: replace with-nanostores with new example * docs: update README with docs call-out * chore: small formatting inconsistencies * nit: standardize to spaces :'( * nit: standardize to tabs! * refactor: use html "hidden" property * nit: beta.66 for sanity
20 lines
416 B
JSON
20 lines
416 B
JSON
{
|
|
"name": "@example/with-nanostores",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@nanostores/preact": "^0.1.3",
|
|
"nanostores": "^0.5.12",
|
|
"preact": "^10.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/preact": "^0.3.1",
|
|
"astro": "^1.0.0-beta.66"
|
|
}
|
|
}
|