mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
a9cd6d7e45
Reverts vercel/next.js#93071 This breaks our use of lerna, lerna uses npm-package-arg to parse package.json files and cannot resolve `catalog` references
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@next/bundle-analyzer-ui",
|
|
"version": "16.0.2-canary.16",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "cross-env NEXT_TEST_NATIVE_IGNORE_LOCAL_INSTALL=true NEXT_TEST_WASM= next build --no-mangling",
|
|
"dev": "cross-env NEXT_TEST_NATIVE_IGNORE_LOCAL_INSTALL=true next dev",
|
|
"lint": "eslint .",
|
|
"start": "cross-env NEXT_TEST_NATIVE_IGNORE_LOCAL_INSTALL=true next start"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "1.1.4",
|
|
"@radix-ui/react-popover": "1.1.4",
|
|
"@radix-ui/react-select": "2.2.6",
|
|
"@radix-ui/react-slot": "1.1.1",
|
|
"@radix-ui/react-toggle-group": "1.1.1",
|
|
"@radix-ui/react-tooltip": "1.1.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "1.0.4",
|
|
"lucide-react": "^0.554.0",
|
|
"next": "16.2.3",
|
|
"next-themes": "^0.4.6",
|
|
"polished": "^4.3.1",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"swr": "^2.2.4",
|
|
"tailwind-merge": "^2.5.5",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.9",
|
|
"@types/node": "^22",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"cross-env": "10.1.0",
|
|
"inliner": "1.13.1",
|
|
"postcss": "^8.5",
|
|
"tailwindcss": "^4.1.9",
|
|
"tw-animate-css": "1.3.3",
|
|
"typescript": "6.0.2"
|
|
}
|
|
}
|