{ "name": "@master-bot/dashboard", "version": "0.1.0", "private": true, "scripts": { "build": "pnpm with-env next build", "clean": "git clean -xdf .next .turbo node_modules", "dev": "pnpm with-env next dev", "lint": "dotenv -v SKIP_ENV_VALIDATION=1 next lint", "lint:fix": "pnpm lint --fix", "start": "pnpm with-env next start", "type-check": "tsc --noEmit", "with-env": "dotenv -e ../../.env --" }, "dependencies": { "@master-bot/api": "^0.1.0", "@master-bot/auth": "^0.1.0", "@master-bot/db": "^0.1.0", "@radix-ui/react-dropdown-menu": "^2.0.5", "@radix-ui/react-select": "^1.2.2", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-toast": "^1.1.4", "@t3-oss/env-nextjs": "^0.6.0", "@tanstack/react-query": "^4.32.1", "@tanstack/react-query-devtools": "^4.32.1", "@tanstack/react-query-next-experimental": "5.0.0-alpha.80", "@trpc/client": "^10.37.1", "@trpc/next": "^10.37.1", "@trpc/react-query": "^10.37.1", "@trpc/server": "^10.37.1", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "discord-api-types": "^0.37.51", "lucide-react": "^0.263.1", "next": "^13.4.12", "next-themes": "^0.2.1", "react": "18.2.0", "react-dom": "18.2.0", "superjson": "1.13.1", "tailwind-merge": "^1.14.0", "tailwindcss-animate": "^1.0.6", "zod": "^3.21.4" }, "devDependencies": { "@master-bot/eslint-config": "^0.2.0", "@master-bot/tailwind-config": "^0.1.0", "@types/node": "^20.4.6", "@types/react": "^18.2.18", "@types/react-dom": "^18.2.7", "autoprefixer": "^10.4.14", "dotenv-cli": "^7.2.1", "eslint": "^8.46.0", "postcss": "^8.4.27", "tailwindcss": "^3.3.3", "typescript": "^5.1.6" }, "eslintConfig": { "root": true, "extends": [ "@master-bot/eslint-config/base", "@master-bot/eslint-config/nextjs", "@master-bot/eslint-config/react" ] } }