fgo-ta-com-website/package.json
Firq 2da732d58b
All checks were successful
/ publish (push) Successful in 34s
/ checking (push) Successful in 15s
/ release (push) Successful in 26s
/ build-site (push) Successful in 2m40s
/ unlighthouse (push) Successful in 1m8s
/ deploy-unlighthouse-files (push) Successful in 54s
/ deploy-unlighthouse-site (push) Successful in 12s
Fix for hero
2024-01-03 01:36:13 +01:00

31 lines
682 B
JSON

{
"name": "fgo-ta-com-website",
"type": "module",
"version": "0.1.9",
"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.4",
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.0.7",
"autoprefixer": "^10.4.16",
"iconoir": "^7.3.0",
"postcss-preset-env": "^9.3.0",
"typescript": "^5.3.3"
},
"browserslist": [
"last 2 versions",
">0.5% and not dead"
],
"devDependencies": {
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3"
}
}