plano/package.json
Musa 56b3246f30
introduce SEO optimization and improve blog content rendering (#709)
* introduce SEO optimizations for marketing reach

* quality of life updates to Next

* format with biome

* improve wording on home badge

* adding additional keyword based on trends

* add code block and markdown support for blogs

* Update metadata for SEO
2026-01-28 17:52:39 -08:00

29 lines
587 B
JSON

{
"name": "archgw-monorepo",
"version": "0.1.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"format": "turbo run format",
"typecheck": "turbo run typecheck",
"clean": "turbo run clean && rm -rf node_modules"
},
"devDependencies": {
"turbo": "^2.6.3"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "npm@10.0.0",
"dependencies": {
"next": "^16.1.6",
"react": "^19.2.3",
"resend": "^6.6.0"
}
}