mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-29 18:32:29 +00:00
29 lines
685 B
JSON
29 lines
685 B
JSON
{
|
|
"name": "@repo/ui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint . --max-warnings 0",
|
|
"generate:component": "turbo gen react-component"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "*",
|
|
"@repo/tailwind-config": "*",
|
|
"@repo/typescript-config": "*",
|
|
"@turbo/gen": "^1.12.4",
|
|
"@types/eslint": "^8.56.5",
|
|
"@types/node": "^20.11.24",
|
|
"@types/react": "^18.2.61",
|
|
"@types/react-dom": "^18.2.19",
|
|
"eslint": "^8.57.0",
|
|
"react": "^18.2.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.0",
|
|
"tailwind-merge": "^2.3.0"
|
|
}
|
|
}
|