cozy/package.json
Ayo Ayco c8cc39958c
feat: hide dynamic buttons if js not allowed (#42)
* feat: hide dynamic buttons by default & show if js allowed

* 0.1.18
2023-06-14 19:59:20 +02:00

16 lines
301 B
JSON

{
"name": "@ayco/cozy",
"version": "0.1.18",
"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"
}
}