fgo-ta-com-website/package.json

33 lines
763 B
JSON
Raw Permalink Normal View History

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-08-21 11:26:38 +00:00
"version": "0.2.2-pre.19",
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",
2024-08-21 11:26:38 +00:00
"@astrojs/check": "^0.9.3",
2024-07-18 19:29:12 +00:00
"@astrojs/sitemap": "^3.1.6",
2024-07-14 19:15:16 +00:00
"@fontsource/work-sans": "^5.0.18",
2024-08-21 11:26:38 +00:00
"astro": "^4.14.3",
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"
},
"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
}