fgo-ta-com-website/package.json
Firq d17e6ff986
All checks were successful
/ checking (push) Successful in 12s
/ build-site (push) Successful in 2m11s
/ publish (push) Successful in 6s
/ unlighthouse (push) Successful in 36s
/ deploy-unlighthouse-files (push) Successful in 7s
/ deploy-unlighthouse-site (push) Successful in 5s
Added all missing teslafest runs
2024-05-15 00:00:08 +02:00

32 lines
723 B
JSON

{
"name": "fgo-ta-com-website",
"type": "module",
"version": "0.1.17-pre.5",
"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.5.10",
"@astrojs/sitemap": "^3.1.4",
"astro": "^4.7.0",
"astro-meta-tags": "^0.1.3",
"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"
}
}