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",
|
2024-10-26 12:29:24 +00:00
|
|
|
"version": "0.2.0-pre.39",
|
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": {
|
2024-07-19 20:52:15 +00:00
|
|
|
"@astro-community/astro-embed-youtube": "^0.5.2",
|
2024-10-21 20:23:25 +00:00
|
|
|
"@astrojs/check": "^0.9.4",
|
|
|
|
"@astrojs/mdx": "^3.1.8",
|
|
|
|
"@astrojs/sitemap": "^3.2.1",
|
2024-10-22 19:58:06 +00:00
|
|
|
"@fontsource-variable/work-sans": "^5.1.0",
|
2024-10-21 20:23:25 +00:00
|
|
|
"astro": "^4.16.6",
|
2024-07-19 20:52:15 +00:00
|
|
|
"astro-meta-tags": "^0.3.0",
|
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
|
"iconoir": "^7.7.0",
|
|
|
|
"postcss-preset-env": "^9.6.0",
|
|
|
|
"typescript": "^5.5.3"
|
2023-12-29 23:06:32 +00:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"last 2 versions",
|
|
|
|
">0.5% and not dead"
|
|
|
|
]
|
2023-01-15 16:53:19 +00:00
|
|
|
}
|