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-04-30 23:37:29 +00:00
|
|
|
"version": "0.1.17-pre.1",
|
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-01-02 22:19:14 +00:00
|
|
|
"@astro-community/astro-embed-youtube": "^0.4.3",
|
|
|
|
"@astrojs/check": "^0.3.4",
|
2023-12-20 21:50:44 +00:00
|
|
|
"@astrojs/sitemap": "^3.0.3",
|
2024-01-02 22:19:14 +00:00
|
|
|
"astro": "^4.0.7",
|
2024-01-07 12:01:36 +00:00
|
|
|
"astro-meta-tags": "^0.1.3",
|
2024-01-02 22:19:14 +00:00
|
|
|
"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"
|
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
|
|
|
}
|