-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.99 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "advancedorthopedics",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"crawl": "node scripts/live-crawl-links.js",
"dev": "node --max-old-space-size=8192 node_modules/next/dist/bin/next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fullcrawl": "node scripts/full-site-crawl.mjs",
"seo:audit": "node scripts/seo-local-sitemap-audit.mjs --concurrency=4 --timeout=25000 --headless",
"seo:audit:debug": "node scripts/seo-local-sitemap-audit.mjs --concurrency=2 --timeout=30000 --debug",
"seo:audit:only": "node scripts/seo-local-sitemap-audit.mjs --only=",
"seo:test": "node scripts/test-seo-rendering.mjs",
"seo:check": "tsx scripts/seo/check-canonicals.ts",
"seo:check:local": "tsx scripts/seo/check-canonicals-local.ts",
"seo:check:static": "tsx scripts/seo/check-canonicals-static.ts",
"seo:check:comprehensive": "tsx scripts/seo/check-canonicals-comprehensive.ts",
"seo:check:quick": "tsx scripts/seo/check-canonicals-quick.ts",
"seo:check:gsc": "tsx scripts/seo/check-gsc-duplicates.ts",
"audit:content": "tsx scripts/audit-content-sections.ts",
"convert:markdown": "tsx scripts/convert-markdown-to-html.ts",
"indexnow": "tsx scripts/submit-to-indexnow.ts",
"indexnow:single": "tsx -e \"import { submitSingleUrl } from './lib/indexnow'; submitSingleUrl(process.argv[2] || '/').then(console.log)\"",
"indexnow:test": "node scripts/test-indexnow-api.mjs",
"indexnow:test:prod": "node scripts/test-indexnow-api.mjs https://mountainspineorthopedics.com"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@lottiefiles/dotlottie-react": "^0.14.2",
"@next/third-parties": "^15.3.2",
"@radix-ui/react-accordion": "^1.2.8",
"@radix-ui/react-alert-dialog": "^1.1.13",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.7",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-navigation-menu": "^1.2.6",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-google-maps/api": "^2.20.6",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.4",
"@tabler/icons-react": "^3.35.0",
"@tanstack/react-query": "^5.81.5",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/functions": "^3.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"critters": "^0.0.23",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.23.24",
"lucide-react": "^0.487.0",
"motion": "^12.23.24",
"next": "^15.3.6",
"posthog-js": "^1.257.0",
"posthog-node": "^5.5.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-google-recaptcha-v3": "^1.11.0",
"react-hook-form": "^7.55.0",
"react-icons": "^5.5.0",
"resend": "^4.5.1",
"shadcn": "^2.4.0-canary.17",
"supabase": "^2.39.2",
"tailwind-merge": "^3.1.0",
"tw-animate-css": "^1.2.5",
"validator": "^13.15.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"chalk": "^5.6.2",
"cheerio": "^1.1.0",
"csv-stringify": "^6.6.0",
"dotenv": "^17.2.0",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"fast-csv": "^5.0.0",
"fast-xml-parser": "^5.2.5",
"glob": "^11.0.3",
"jsdom": "^27.0.0",
"node-fetch": "^3.3.2",
"p-limit": "^6.2.0",
"puppeteer": "^23.0.0",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"tsx": "^4.20.6",
"typescript": "^5",
"xml2js": "^0.6.2"
}
}