mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 22:03:44 +00:00
Replace custom CSS module UI with shadcn radix-luma components, Tailwind v4, and Manrope font. Remove packages/ui.
37 lines
970 B
JSON
37 lines
970 B
JSON
{
|
|
"name": "@betternas/web",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 3000",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint --max-warnings 0",
|
|
"check-types": "next typegen && tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"next": "16.2.0",
|
|
"postcss": "^8.5.8",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"shadcn": "^4.1.2",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@betternas/eslint-config": "workspace:*",
|
|
"@betternas/typescript-config": "workspace:*",
|
|
"@types/node": "^22.15.3",
|
|
"@types/react": "19.2.2",
|
|
"@types/react-dom": "19.2.2",
|
|
"eslint": "^9.39.1",
|
|
"typescript": "5.9.2"
|
|
}
|
|
}
|