2023-01-15 17:53:19 +01:00
|
|
|
{
|
2023-01-23 20:09:29 +01:00
|
|
|
"name": "@firq/fgosite",
|
2023-01-23 20:07:06 +01:00
|
|
|
"type": "module",
|
2025-04-16 19:25:49 +02:00
|
|
|
"version": "0.2.0-pre.104",
|
2023-01-23 20:07:06 +01:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-02-07 11:37:16 +01:00
|
|
|
"@astro-community/astro-embed-youtube": "^0.5.6",
|
2024-10-21 22:23:25 +02:00
|
|
|
"@astrojs/check": "^0.9.4",
|
2025-04-06 22:12:42 +02:00
|
|
|
"@astrojs/mdx": "^4.2.3",
|
|
|
|
"@astrojs/sitemap": "^3.3.0",
|
|
|
|
"@fontsource-variable/work-sans": "^5.2.5",
|
|
|
|
"astro": "^5.6.1",
|
2025-04-14 22:32:04 +02:00
|
|
|
"astro-critical-css": "^0.0.7",
|
2024-10-27 14:58:32 +01:00
|
|
|
"astro-meta-tags": "^0.3.1",
|
2025-04-12 18:43:57 +02:00
|
|
|
"autoprefixer": "^10.4.21",
|
2025-04-06 22:12:42 +02:00
|
|
|
"iconoir": "^7.10.1",
|
|
|
|
"postcss-preset-env": "^10.1.5",
|
2025-04-12 18:43:57 +02:00
|
|
|
"typescript": "^5.8.3"
|
2023-12-30 00:06:32 +01:00
|
|
|
},
|
2025-04-12 00:06:46 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"unlighthouse": "^0.16.3"
|
|
|
|
},
|
2023-12-30 00:06:32 +01:00
|
|
|
"browserslist": [
|
|
|
|
"last 2 versions",
|
|
|
|
">0.5% and not dead"
|
|
|
|
]
|
2023-01-15 17:53:19 +01:00
|
|
|
}
|