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-12-26 00:24:44 +00:00
|
|
|
"version": "0.1.12",
|
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-12-20 22:48:28 +00:00
|
|
|
"@astrojs/check": "^0.3.3",
|
|
|
|
"@astrojs/sitemap": "^3.0.3",
|
|
|
|
"astro": "^4.0.7",
|
|
|
|
"iconoir": "^6.1.0",
|
|
|
|
"typescript": "^5.3.3"
|
2023-01-23 19:07:06 +00:00
|
|
|
}
|
2023-01-15 16:53:19 +00:00
|
|
|
}
|