fgo-ta-com-website/package.json
Firq 45319bcbf0
All checks were successful
/ publish (push) Successful in 6s
/ deploy-unlighthouse-files (push) Successful in 7s
/ unlighthouse (push) Successful in 26s
/ deploy-unlighthouse-site (push) Successful in 5s
/ checking (push) Successful in 41s
/ build-site (push) Successful in 1m18s
/ release (push) Successful in 7s
0.1.14 build
2024-01-07 13:01:36 +01:00

32 lines
716 B
JSON

{
"name": "fgo-ta-com-website",
"type": "module",
"version": "0.1.14",
"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",
"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"
}
}