31 lines
776 B
JSON
31 lines
776 B
JSON
{
|
|
"name": "@tensamin/ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
"./cmp/*": "./src/cmp/*.tsx",
|
|
"./theme": "./src/theme.tsx",
|
|
"./screens/*": "./src/screens/*.tsx",
|
|
"./link": "./src/link.tsx",
|
|
"./utils": "./src/lib/utils.ts"
|
|
},
|
|
"scripts": {
|
|
"format": "bunx prettier --write .",
|
|
"lint": "eslint src",
|
|
"build": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2",
|
|
"@tensamin/tauri": "workspace:*",
|
|
"@base-ui/react": "^1.3.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.564.0",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0"
|
|
}
|
|
}
|