website/package.json
xHyroM 8e336b8bd7 feat: add prettier-astro and schema.org
add schema.org schema to main page, projects page, every blbog post for better SEO
2023-02-25 11:01:29 +01:00

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.2",
"prettier-plugin-tailwindcss": "^0.2.1"
}
}