33 lines
775 B
JSON
33 lines
775 B
JSON
{
|
|
"name": "vyndr-web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "VYNDR — sports prop intelligence frontend",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build --webpack",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"@serwist/next": "^9.5.11",
|
|
"@supabase/supabase-js": "2.99.3",
|
|
"@tailwindcss/postcss": "4.2.2",
|
|
"gray-matter": "4.0.3",
|
|
"next": "16.2.6",
|
|
"next-mdx-remote": "6.0.0",
|
|
"postcss": "8.5.14",
|
|
"posthog-js": "1.367.0",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"serwist": "^9.5.11",
|
|
"tailwindcss": "4.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "25.5.0",
|
|
"@types/react": "19.2.14",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|