firq-dev-website/package.json
2023-03-19 13:14:50 +01:00

19 lines
324 B
JSON

{
"name": "@firq/fgosite",
"type": "module",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^1.2.1",
"astro": "^2.1.3",
"iconoir": "^6.1.0"
}
}