mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
40 lines
998 B
JSON
40 lines
998 B
JSON
{
|
|
"name": "@example/basics",
|
|
"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/image": "^0.16.8",
|
|
"@astrojs/prefetch": "^0.2.1",
|
|
"@astrojs/sitemap": "^1.3.1",
|
|
"@astrojs/tailwind": "^3.1.2",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"astro": "^2.4.5",
|
|
"astro-compress": "^1.1.42",
|
|
"astro-icon": "^0.8.0",
|
|
"astro-robots-txt": "^0.5.0",
|
|
"astro-tooltips": "^0.6.2",
|
|
"fireworks-js": "^2.10.4",
|
|
"html-minifier": "^4.0.0",
|
|
"tailwind": "^4.0.0",
|
|
"tailwindcss": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/html-minifier": "^4.0.2",
|
|
"prettier": "2.8.8",
|
|
"prettier-plugin-astro": "^0.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.2.8"
|
|
},
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"astro-icon@0.8.0": "patches/astro-icon@0.8.0.patch"
|
|
}
|
|
}
|
|
}
|