mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
21 lines
384 B
JSON
21 lines
384 B
JSON
{
|
|
"name": "docs",
|
|
"version": "4.0.0",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "next build"
|
|
},
|
|
"dependencies": {
|
|
"next": "16.2.1",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"@types/react": "19.1.13",
|
|
"@types/react-dom": "19.1.9",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|