Run vercel with npx, remove as dev dependency

This commit is contained in:
Alex Gleason 2025-06-08 09:36:22 -05:00
parent aa1088499f
commit fddd1d20f3
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 44 additions and 2034 deletions

2075
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
"dev": "npm i && vite", "dev": "npm i && vite",
"build": "npm i && vite build && cp dist/index.html dist/404.html", "build": "npm i && vite build && cp dist/index.html dist/404.html",
"test": "npm i && tsc -p tsconfig.app.json --noEmit && eslint && vitest run && vite build", "test": "npm i && tsc -p tsconfig.app.json --noEmit && eslint && vitest run && vite build",
"deploy": "npm run build && vercel whoami && vercel --prod --yes" "deploy": "npm run build && npx -y vercel whoami && npx -y vercel --prod --yes"
}, },
"dependencies": { "dependencies": {
"@hookform/resolvers": "^3.9.0", "@hookform/resolvers": "^3.9.0",
@ -86,7 +86,6 @@
"tailwindcss": "^3.4.11", "tailwindcss": "^3.4.11",
"typescript": "^5.5.3", "typescript": "^5.5.3",
"typescript-eslint": "^8.0.1", "typescript-eslint": "^8.0.1",
"vercel": "^42.3.0",
"vite": "^6.3.5", "vite": "^6.3.5",
"vitest": "^3.1.4" "vitest": "^3.1.4"
} }