firq-dev-website/package.json
Firq 7a3c4f14ae
All checks were successful
Linting and checking code / get-version (push) Successful in 2s
Build and deploy preview site / check-tag (push) Successful in 2s
Linting and checking code / astro-check (push) Successful in 25s
Build and deploy preview site / checking (push) Successful in 21s
Build and deploy preview site / build-site (push) Successful in 1m16s
Build and deploy preview site / run-unlighthouse (push) Successful in 0s
Build and deploy preview site / create-release (push) Successful in 6s
Build and deploy preview site / auto-deploy-dockge (push) Successful in 23s
Checkbox lag fix
2024-10-30 20:51:09 +01:00

31 lines
676 B
JSON

{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.50",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.2",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/sitemap": "^3.2.1",
"@fontsource-variable/work-sans": "^5.1.0",
"astro": "^4.16.6",
"astro-meta-tags": "^0.3.1",
"autoprefixer": "^10.4.19",
"iconoir": "^7.7.0",
"postcss-preset-env": "^9.6.0",
"typescript": "^5.5.3"
},
"browserslist": [
"last 2 versions",
">0.5% and not dead"
]
}