firq-dev-website/package.json

29 lines
598 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-06-20 16:58:55 +00:00
"version": "0.1.28-pre.3",
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-29 17:24:44 +00:00
"@astro-community/astro-embed-youtube": "^0.4.3",
"@astrojs/check": "^0.3.3",
2023-12-29 17:24:44 +00:00
"@astrojs/mdx": "^2.0.3",
"@astrojs/sitemap": "^3.0.3",
2024-01-19 09:18:05 +00:00
"astro": "^4.2.1",
2023-12-29 23:06:32 +00:00
"autoprefixer": "^10.4.16",
"iconoir": "^7.2.0",
2023-12-29 23:06:32 +00:00
"postcss-preset-env": "^9.3.0",
"typescript": "^5.3.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
}