mirror of
https://github.com/placeholder-soft/web.git
synced 2026-05-28 22:22:00 +08:00
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "base-ui",
|
|
"version": "0.1.1",
|
|
"description": "",
|
|
"keywords": [],
|
|
"types": "./index.ts",
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-select": "^1.2.1",
|
|
"classnames": "^2.3.2",
|
|
"clsx": "^1.2.1",
|
|
"next": "*",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-intl": "^6.2.1"
|
|
}
|
|
}
|