71 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
{
 | 
						|
  "name": "base-rbac-admin",
 | 
						|
  "private": true,
 | 
						|
  "type": "module",
 | 
						|
  "scripts": {
 | 
						|
    "build": "react-router build",
 | 
						|
    "dev": "react-router dev",
 | 
						|
    "start": "react-router-serve ./build/server/index.js",
 | 
						|
    "typecheck": "react-router typegen && tsc",
 | 
						|
    "preview": "vite preview"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@hookform/resolvers": "^5.1.1",
 | 
						|
    "@radix-ui/react-alert-dialog": "^1.1.14",
 | 
						|
    "@radix-ui/react-avatar": "^1.1.10",
 | 
						|
    "@radix-ui/react-checkbox": "^1.3.2",
 | 
						|
    "@radix-ui/react-collapsible": "^1.1.11",
 | 
						|
    "@radix-ui/react-dialog": "^1.1.14",
 | 
						|
    "@radix-ui/react-dropdown-menu": "^2.1.15",
 | 
						|
    "@radix-ui/react-label": "^2.1.7",
 | 
						|
    "@radix-ui/react-popover": "^1.1.14",
 | 
						|
    "@radix-ui/react-progress": "^1.1.7",
 | 
						|
    "@radix-ui/react-scroll-area": "^1.2.9",
 | 
						|
    "@radix-ui/react-select": "^2.2.5",
 | 
						|
    "@radix-ui/react-separator": "^1.1.7",
 | 
						|
    "@radix-ui/react-slot": "^1.2.3",
 | 
						|
    "@radix-ui/react-switch": "^1.2.5",
 | 
						|
    "@radix-ui/react-tabs": "^1.1.12",
 | 
						|
    "@radix-ui/react-tooltip": "^1.2.7",
 | 
						|
    "@react-router/node": "^7.5.3",
 | 
						|
    "@react-router/serve": "^7.5.3",
 | 
						|
    "@reduxjs/toolkit": "^2.8.2",
 | 
						|
    "@tanstack/react-query": "^5.83.0",
 | 
						|
    "@tanstack/react-table": "^8.21.3",
 | 
						|
    "axios": "^1.10.0",
 | 
						|
    "class-variance-authority": "^0.7.1",
 | 
						|
    "clsx": "^2.1.1",
 | 
						|
    "cmdk": "^1.1.1",
 | 
						|
    "date-fns": "^4.1.0",
 | 
						|
    "isbot": "^5.1.27",
 | 
						|
    "lodash": "^4.17.21",
 | 
						|
    "lucide-react": "^0.525.0",
 | 
						|
    "moment": "^2.30.1",
 | 
						|
    "next-themes": "^0.4.6",
 | 
						|
    "react": "^19.1.0",
 | 
						|
    "react-day-picker": "^9.8.0",
 | 
						|
    "react-dom": "^19.1.0",
 | 
						|
    "react-hook-form": "^7.60.0",
 | 
						|
    "react-redux": "^9.2.0",
 | 
						|
    "react-router": "^7.5.3",
 | 
						|
    "sonner": "^2.0.6",
 | 
						|
    "tailwind-merge": "^3.3.1",
 | 
						|
    "use-debounce": "^10.0.5",
 | 
						|
    "zod": "^4.0.5",
 | 
						|
    "zustand": "^5.0.6"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@react-router/dev": "^7.5.3",
 | 
						|
    "@tailwindcss/vite": "^4.1.4",
 | 
						|
    "@types/lodash": "^4.17.20",
 | 
						|
    "@types/node": "^20",
 | 
						|
    "@types/react": "^19.1.2",
 | 
						|
    "@types/react-dom": "^19.1.2",
 | 
						|
    "tailwindcss": "^4.1.4",
 | 
						|
    "tw-animate-css": "^1.3.5",
 | 
						|
    "typescript": "^5.8.3",
 | 
						|
    "vite": "^6.3.3",
 | 
						|
    "vite-tsconfig-paths": "^5.1.4"
 | 
						|
  }
 | 
						|
}
 |