2023-07-17 21:34:53 +00:00
|
|
|
{
|
2023-12-20 21:50:44 +00:00
|
|
|
"name": "fgo-ta-com-website",
|
2023-07-17 21:34:53 +00:00
|
|
|
"type": "module",
|
2024-07-29 21:26:04 +00:00
|
|
|
"version": "0.2.2-pre.13",
|
2023-07-17 21:34:53 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-18 19:29:12 +00:00
|
|
|
"@astro-community/astro-embed-youtube": "^0.5.2",
|
|
|
|
"@astrojs/check": "^0.8.1",
|
|
|
|
"@astrojs/sitemap": "^3.1.6",
|
2024-07-14 19:15:16 +00:00
|
|
|
"@fontsource/work-sans": "^5.0.18",
|
2024-07-25 21:22:51 +00:00
|
|
|
"astro": "^4.12.2",
|
2024-07-18 19:29:12 +00:00
|
|
|
"astro-meta-tags": "^0.3.0",
|
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
|
"iconoir": "^7.7.0",
|
|
|
|
"postcss-preset-env": "^9.6.0",
|
|
|
|
"typescript": "^5.5.3"
|
2024-01-02 22:19:14 +00:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"last 2 versions",
|
|
|
|
">0.5% and not dead"
|
2024-01-02 22:54:49 +00:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"prettier": "^3.1.1",
|
|
|
|
"prettier-plugin-astro": "^0.12.3"
|
|
|
|
}
|
2023-07-17 21:34:53 +00:00
|
|
|
}
|