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
40 lines
1003 B
JSON
40 lines
1003 B
JSON
{
|
|
"name": "snippets",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev --turbopack",
|
|
"check": "biome check",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "1.1.2",
|
|
"@radix-ui/react-separator": "1.1.0",
|
|
"@radix-ui/react-slot": "1.1.0",
|
|
"@radix-ui/react-tooltip": "1.1.4",
|
|
"@vercel/edge-config": "^1.4.3",
|
|
"@vercel/toolbar": "0.1.36",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.0.0",
|
|
"flags": "workspace:*",
|
|
"nanoid": "5.0.7",
|
|
"next": "16.1.5",
|
|
"next-themes": "0.4.4",
|
|
"react": "19.0.0-rc.1",
|
|
"react-dom": "19.0.0-rc.1",
|
|
"tailwind-merge": "2.5.5",
|
|
"tailwindcss-animate": "1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "0.5.10",
|
|
"@types/node": "^20",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"postcss": "^8",
|
|
"shiki": "1.24.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|