fgo-ta-com-website/package.json

31 lines
682 B
JSON
Raw 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-01-02 23:59:59 +00:00
"version": "0.1.8",
2023-07-17 21:34:53 +00:00
"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",
2023-12-20 21:50:44 +00:00
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.0.7",
"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
}