Files
shadcn-ui/packages/shadcn/test/fixtures/project-npm-react19/package.json
shadcn 3119f94d47 feat: only show npm flag for react 18 deps (#7573)
* feat: only show npm flag for react 18 deps

* tests: update
2025-06-09 16:17:44 +04:00

12 lines
203 B
JSON

{
"name": "test-cli-project-npm",
"version": "1.0.0",
"main": "index.js",
"author": "shadcn",
"license": "MIT",
"dependencies": {
"react": "19.0.0",
"react-day-picker": "8.0.0"
}
}