Sessions 5-7a: 955 tests, deployment ready
This commit is contained in:
+22
-19
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user