23 lines
461 B
JSON
23 lines
461 B
JSON
{
|
|
"name": "@firq/fgosite",
|
|
"type": "module",
|
|
"version": "0.1.17",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astro-community/astro-embed-youtube": "^0.4.3",
|
|
"@astrojs/check": "^0.3.3",
|
|
"@astrojs/mdx": "^2.0.3",
|
|
"@astrojs/sitemap": "^3.0.3",
|
|
"astro": "^4.0.7",
|
|
"iconoir": "^7.2.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|