mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
7031862fef
Signed-off-by: Andrew Barba <barba@hey.com>
35 lines
831 B
JSON
35 lines
831 B
JSON
{
|
|
"name": "framework-next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pnpm --filter eve build && pnpm build:next",
|
|
"dev": "next dev",
|
|
"dev:eve": "eve dev",
|
|
"build:eve": "eve build",
|
|
"build:next": "next build",
|
|
"lint": "eslint",
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@auth/core": "0.41.2",
|
|
"@vercel/connect": "catalog:",
|
|
"ai": "catalog:",
|
|
"eve": "workspace:*",
|
|
"next": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "4.3.0",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"eslint": "10.4.0",
|
|
"eslint-config-next": "16.3.0-preview.6",
|
|
"tailwindcss": "4.3.0",
|
|
"typescript": "6.0.3"
|
|
}
|
|
}
|