This commit introduces significant SEO improvements and enhances content embedding capabilities. - Integrates `@nuxtjs/seo`, `@nuxtjs/sitemap`, and `@nuxtjs/robots` to boost search engine visibility. - Configures global meta tags, including Open Graph and Twitter Cards, for richer social media sharing. - Adds support for embedding YouTube and Facebook content directly within markdown pages. - Introduces a new `TikTokEmbed` component for future use.
36 lines
826 B
JSON
36 lines
826 B
JSON
{
|
|
"name": "nuxt-app",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/content": "3.7.1",
|
|
"@nuxt/image": "1.11.0",
|
|
"@nuxt/ui": "4.0.0",
|
|
"@nuxtjs/robots": "5.5.5",
|
|
"@nuxtjs/seo": "3.2.2",
|
|
"@nuxtjs/sitemap": "7.4.7",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"better-sqlite3": "^12.4.1",
|
|
"element-plus": "^2.11.4",
|
|
"html2pdf.js": "^0.12.1",
|
|
"maska": "^3.2.0",
|
|
"nuxt": "^4.1.2",
|
|
"reka-ui": "^2.5.1",
|
|
"tailwindcss": "^4.1.13",
|
|
"typescript": "^5.9.2",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.5.1",
|
|
"vue-sonner": "^2.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"sass-embedded": "^1.93.2"
|
|
}
|
|
}
|