* add basic profile page * apps/web: detect telegram/browser support browser (dev only) * apps/web: add dark mode * apps/web: support dark theme in tma * apps/web: add loading spinner remove dev info from page * apps\web\app\(auth)\page.tsx: remove useState * app/web: handle update profile name * move debounce functional to hook * add role checkbox
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "@repo/ui",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
"./globals.css": "./src/globals.css",
|
|
"./postcss.config": "./postcss.config.mjs",
|
|
"./tailwind.config": "./tailwind.config.ts",
|
|
"./lib/*": "./src/lib/*.ts",
|
|
"./hooks/*": [
|
|
"./src/hooks/*.ts",
|
|
"./src/hooks/*.tsx"
|
|
],
|
|
"./components/*": "./src/components/*.tsx"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"ui": "pnpm dlx shadcn@latest",
|
|
"lint": "eslint",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@radix-ui/react-slot": "catalog:",
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/lint-staged-config": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@types/react": "catalog:",
|
|
"autoprefixer": "catalog:",
|
|
"class-variance-authority": "catalog:",
|
|
"clsx": "catalog:",
|
|
"lint-staged": "catalog:",
|
|
"lucide-react": "catalog:",
|
|
"postcss": "catalog:",
|
|
"postcss-load-config": "catalog:",
|
|
"tailwind-merge": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"tailwindcss-animate": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-avatar": "catalog:",
|
|
"@radix-ui/react-checkbox": "^1.1.3",
|
|
"@radix-ui/react-label": "^2.1.1",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:"
|
|
}
|
|
}
|