firq-dev-website/package.json

31 lines
667 B
JSON
Raw Normal View History

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-07-20 14:56:29 +00:00
"version": "0.2.0-pre.4",
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",
"@astrojs/check": "^0.8.1",
"@astrojs/mdx": "^3.1.3",
"@astrojs/sitemap": "^3.1.6",
"@fontsource/work-sans": "^5.0.18",
"astro": "^4.11.5",
"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
}