mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-02 08:58:36 +00:00
12 lines
203 B
JSON
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"
|
|
}
|
|
}
|