Files
vercel__flags/examples/snippets/package.json
Andy 8913cf1578 Bump @vercel/global-config to 1.5.1 (#464)
* Bump Global Config SDK

* Add changeset
2026-08-07 16:00:05 +02:00

40 lines
1015 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/global-config": "^1.5.1",
"@vercel/toolbar": "0.2.7",
"class-variance-authority": "0.7.1",
"clsx": "2.0.0",
"flags": "workspace:*",
"nanoid": "5.1.2",
"next": "16.2.12",
"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": "^22.14.0",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"postcss": "^8.5.12",
"shiki": "1.24.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}