mirror of
https://github.com/QWRK-ORG/qwrk-laconic-core.git
synced 2026-05-05 09:44:07 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@workspace/ui",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "biome format --write"
|
|
},
|
|
"dependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@biomejs/monorepo": "github:biomejs/biome",
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "0.456.0",
|
|
"next-themes": "^0.4.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwind-merge": "^2.5.4",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@turbo/gen": "^2.2.3",
|
|
"@types/node": "^22.9.0",
|
|
"@types/react": "18.3.0",
|
|
"@types/react-dom": "18.3.1",
|
|
"@workspace/typescript-config": "workspace:*",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.47",
|
|
"react": "^18.3.1",
|
|
"tailwindcss": "^4.0.9",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"exports": {
|
|
"./globals.css": "./src/styles/globals.css",
|
|
"./postcss.config": "./postcss.config.mjs",
|
|
"./tailwind.config": "./tailwind.config.ts",
|
|
"./lib/*": "./src/lib/*.ts",
|
|
"./components/*": "./src/components/*.tsx",
|
|
"./hooks/*": "./src/hooks/*.ts"
|
|
}
|
|
}
|