mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
41 lines
1,015 B
JSON
41 lines
1,015 B
JSON
{
|
|
"name": "website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/preact": "^3.0.1",
|
|
"@astrojs/prefetch": "^0.4.1",
|
|
"@astrojs/sitemap": "^3.0.3",
|
|
"@astrojs/tailwind": "^5.0.2",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"astro": "^3.6.0",
|
|
"astro-compress": "^2.2.3",
|
|
"astro-icon": "^0.8.1",
|
|
"astro-robots-txt": "^1.0.0",
|
|
"astro-tooltips": "^0.6.2",
|
|
"fireworks-js": "^2.10.7",
|
|
"html-minifier": "^4.0.0",
|
|
"preact": "^10.19.2",
|
|
"sharp": "^0.32.6",
|
|
"tailwindcss": "^3.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/html-minifier": "^4.0.5",
|
|
"prettier": "3.1.0",
|
|
"prettier-plugin-astro": "^0.12.2",
|
|
"prettier-plugin-tailwindcss": "^0.5.7"
|
|
},
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"astro-icon@0.8.1": "patches/astro-icon@0.8.1.patch"
|
|
}
|
|
}
|
|
}
|