mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
33 lines
932 B
JSON
33 lines
932 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.15.0",
|
|
"@astrojs/prefetch": "^0.1.2",
|
|
"@astrojs/sitemap": "^1.0.1",
|
|
"@astrojs/tailwind": "^3.0.1",
|
|
"@tailwindcss/typography": "^0.5.8",
|
|
"astro": "^2.0.14",
|
|
"astro-compress": "^1.1.33",
|
|
"astro-robots-txt": "^0.4.0",
|
|
"fireworks-js": "^2.10.0",
|
|
"html-minifier": "^4.0.0",
|
|
"tailwind": "^4.0.0",
|
|
"tailwindcss": "^3.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/html-minifier": "^4.0.2",
|
|
"prettier": "2.8.1",
|
|
"prettier-plugin-astro": "^0.7.1",
|
|
"prettier-plugin-tailwindcss": "^0.2.1"
|
|
}
|
|
}
|