mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
df427e0e7a
* use catalog for react & react-dom this guarantees the same version for all packages and thus avoids type errors * update lockfile
28 lines
613 B
JSON
28 lines
613 B
JSON
{
|
|
"name": "next-16",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev --port 4016 --turbopack",
|
|
"check": "biome check",
|
|
"start": "next start --port 4016",
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"flags": "workspace:*",
|
|
"next": "16.1.5",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.58.1",
|
|
"@types/node": "^20",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|