Sessions 5-7a: 955 tests, deployment ready

This commit is contained in:
Kev
2026-06-08 18:35:13 -04:00
parent 06b82624a2
commit 1fa04dc776
371 changed files with 49366 additions and 955 deletions
+22 -19
View File
@@ -1,29 +1,32 @@
{
"name": "web",
"name": "vyndr-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"description": "VYNDR — sports prop intelligence frontend",
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "UNLICENSED",
"dependencies": {
"@supabase/supabase-js": "^2.99.3",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"gray-matter": "^4.0.3",
"next": "^16.2.1",
"next-mdx-remote": "^6.0.0",
"postcss": "^8.5.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3"
"@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"
}
}