firq-dev-website/package.json
2023-01-27 16:02:31 +01:00

18 lines
292 B
JSON

{
"name": "@firq/fgosite",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"iconoir": "^6.1.0"
}
}