astro/examples/with-nanostores/package.json
Withered Flowers 1ec3f28b63
Patch: Example Nanostores Update (#1955)
* Mention astro.new in docs (#1935)

* Fix - Deprecated nanostores functions

createStore and getValue is deprecated in nanostores,
changed it to atom and atom.get()

* fix: change code to nanostores non-deprecated functions

Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-11-21 11:31:42 -06:00

21 lines
459 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.2",
"@nanostores/react": "^0.1.2",
"@nanostores/vue": "^0.4.1",
"nanostores": "^0.5.6"
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0",
"astro": "^0.21.0"
}
}