firq-dev-website/package.json
Firq 6d2cc3b996
All checks were successful
/ checking (push) Successful in 14s
/ build-site (push) Successful in 2m4s
/ publish (push) Successful in 13s
/ unlighthouse (push) Successful in 33s
/ deploy-unlighthouse-files (push) Successful in 9s
/ deploy-unlighthouse-site (push) Successful in 7s
Small optimizations
2023-12-25 20:06:16 +01:00

21 lines
381 B
JSON

{
"name": "@firq/fgosite",
"type": "module",
"version": "0.1.11",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.3",
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.0.7",
"iconoir": "^6.1.0",
"typescript": "^5.3.3"
}
}