* feat: add backlink search history Save recent backlink searches so users can quickly rerun previous lookups instead of starting from an empty state each time. Also widen the keyword research empty state layout to better use the available space. * update dev tools * update recent search navigation across SEO pages * refine search layouts and recent search navigation * simplify recent search resets and history storage * save * fix recent search hydration mismatch * fix ci lint issues
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "open-seo-landing",
|
|
"private": true,
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build && node scripts/generate-sitemap.js",
|
|
"build:app": "vite build",
|
|
"sitemap": "node scripts/generate-sitemap.js",
|
|
"start": "wrangler dev",
|
|
"preview": "vite preview",
|
|
"types:check": "fumadocs-mdx && tsc --noEmit",
|
|
"format:check": "prettier --check .",
|
|
"format:write": "prettier --write .",
|
|
"deploy": "npm run build && wrangler deploy",
|
|
"deploy:prod": "npm run build && wrangler deploy",
|
|
"deploy:preview": "npm run build && wrangler deploy --env preview"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-router": "^1.168.10",
|
|
"@tanstack/react-router-devtools": "^1.166.11",
|
|
"@tanstack/react-start": "^1.167.16",
|
|
"fumadocs-core": "^15.5.1",
|
|
"fumadocs-mdx": "^11.6.5",
|
|
"fumadocs-ui": "^15.5.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"vite": "^7.3.1",
|
|
"zod": "^3.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "^1.13.3",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^22.10.2",
|
|
"@types/react": "^19.2.13",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.3",
|
|
"prettier": "^3.6.2",
|
|
"srvx": "^0.11.2",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3",
|
|
"vite-tsconfig-paths": "^6.0.5",
|
|
"wrangler": "^4.67.0"
|
|
}
|
|
}
|