2023-01-15 16:53:19 +00:00
|
|
|
{
|
2023-01-23 19:09:29 +00:00
|
|
|
"name": "@firq/fgosite",
|
2023-01-23 19:07:06 +00:00
|
|
|
"type": "module",
|
2023-07-08 22:26:25 +00:00
|
|
|
"version": "0.1.5",
|
2023-01-23 19:07:06 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-14 20:49:13 +00:00
|
|
|
"@astrojs/sitemap": "^1.2.1",
|
2023-07-07 12:17:25 +00:00
|
|
|
"astro": "^2.8.0",
|
2023-01-27 15:02:31 +00:00
|
|
|
"iconoir": "^6.1.0"
|
2023-01-23 19:07:06 +00:00
|
|
|
}
|
2023-01-15 16:53:19 +00:00
|
|
|
}
|