fgo-ta-com-website/package.json
Firq 9c2c7f7818
All checks were successful
/ checking (push) Successful in 14s
/ build-site (push) Successful in 2m12s
/ publish (push) Successful in 8s
Redesign Part 2
2024-07-15 14:39:52 +02:00

33 lines
762 B
JSON

{
"name": "fgo-ta-com-website",
"type": "module",
"version": "0.2.2-pre.3",
"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",
"@fontsource/work-sans": "^5.0.18",
"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"
}
}