firq-dev-website/package.json
2025-04-08 20:31:56 +02:00

30 lines
677 B
JSON

{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.82",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.2.3",
"@astrojs/sitemap": "^3.3.0",
"@fontsource-variable/work-sans": "^5.2.5",
"astro": "^5.6.1",
"astro-meta-tags": "^0.3.1",
"autoprefixer": "^10.4.19",
"iconoir": "^7.10.1",
"postcss-preset-env": "^10.1.5",
"typescript": "^5.5.3"
},
"browserslist": [
"last 2 versions",
">0.5% and not dead"
]
}