firq-dev-website/package.json
Firq cb8b53ea63
All checks were successful
/ checking (push) Successful in 31s
/ publish (push) Successful in 9s
/ build-site (push) Successful in 2m52s
/ unlighthouse (push) Successful in 32s
/ deploy-unlighthouse-files (push) Successful in 8s
/ deploy-unlighthouse-site (push) Successful in 8s
Testing lite-youtube for embed
2023-12-29 18:24:44 +01:00

23 lines
461 B
JSON

{
"name": "@firq/fgosite",
"type": "module",
"version": "0.1.15",
"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"
}
}