cozy/package.json
Ayo Ayco 8011bbd930
fix: address bar nav buttons are enabled on home (#54)
* fix: disable the nav buttons on home

* style: subtler color of address bar text

* 0.1.24
2023-06-15 10:04:10 +02:00

16 lines
301 B
JSON

{
"name": "@ayco/cozy",
"version": "0.1.24",
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^2.5.7"
},
"dependencies": {
"@astrojs/netlify": "^2.2.2",
"@extractus/article-extractor": "^7.2.15",
"sass": "^1.62.1"
}
}