34 lines
797 B
JSON
34 lines
797 B
JSON
{
|
|
"name": "@workspace/ui",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"exports": {
|
|
"./globals.css": "./src/styles/globals.css",
|
|
"./components/*": "./src/components/*.tsx",
|
|
"./hooks/*": "./src/hooks/*.ts",
|
|
"./lib/*": "./src/lib/*.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --noEmit",
|
|
"check:types": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "catalog:",
|
|
"class-variance-authority": "catalog:",
|
|
"clsx": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"shadcn": "catalog:",
|
|
"tailwind-merge": "catalog:",
|
|
"tw-animate-css": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|