Bumps the development-dependencies group with 3 updates: [eslint](https://github.com/eslint/eslint), [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) and [typescript](https://github.com/microsoft/TypeScript). Updates `eslint` from 10.2.0 to 10.2.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.2.0...v10.2.1) Updates `shadcn` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/shadcn-ui/ui/releases) - [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md) - [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.3.0/packages/shadcn) Updates `typescript` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: shadcn dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
91 lines
3.0 KiB
JSON
91 lines
3.0 KiB
JSON
{
|
|
"name": "caddy-proxy-manager",
|
|
"version": "1.0.0",
|
|
"description": "Caddy Proxy Manager - web UI for managing Caddy reverse proxies with OAuth2 authentication.",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit",
|
|
"test:all": "./scripts/test-all.sh",
|
|
"db:generate": "drizzle-kit generate",
|
|
"db:migrate": "drizzle-kit migrate",
|
|
"test": "vitest run --config tests/vitest.config.ts",
|
|
"test:watch": "vitest --config tests/vitest.config.ts",
|
|
"test:ui": "vitest --ui --config tests/vitest.config.ts",
|
|
"test:e2e": "playwright test --config tests/playwright.config.ts",
|
|
"test:e2e:ui": "playwright test --ui --config tests/playwright.config.ts",
|
|
"test:e2e:headed": "playwright test --headed --config tests/playwright.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@clickhouse/client": "^1.18.2",
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"apexcharts": "^5.10.6",
|
|
"autoprefixer": "^10.5.0",
|
|
"bcryptjs": "^3.0.3",
|
|
"better-auth": "^1.6.4",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"d3-geo": "^3.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"dayjs": "^1.11.20",
|
|
"drizzle-orm": "^0.45.2",
|
|
"lucide-react": "^1.8.0",
|
|
"maplibre-gl": "^5.23.0",
|
|
"maxmind": "^5.0.6",
|
|
"next": "^16.2.4",
|
|
"next-themes": "^0.4.6",
|
|
"node-forge": "^1.4.0",
|
|
"postcss": "^8.5.10",
|
|
"react": "^19.2.5",
|
|
"react-apexcharts": "^2.1.0",
|
|
"react-day-picker": "^9.14.0",
|
|
"react-dom": "^19.2.5",
|
|
"react-map-gl": "^8.1.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"topojson-client": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@next/eslint-plugin-next": "^16.2.4",
|
|
"@playwright/test": "^1.59.1",
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/bun": "^1.3.12",
|
|
"@types/d3-geo": "^3.1.0",
|
|
"@types/node": "^25.6.0",
|
|
"@types/node-forge": "^1.3.14",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/topojson-client": "^3.1.5",
|
|
"@vitest/ui": "^4.1.4",
|
|
"better-sqlite3": "^12.9.0",
|
|
"drizzle-kit": "^0.31.10",
|
|
"eslint": "^10.2.1",
|
|
"shadcn": "^4.3.0",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.58.2",
|
|
"vite-tsconfig-paths": "^6.1.1",
|
|
"vitest": "^4.1.4",
|
|
"world-atlas": "^2.0.2"
|
|
}
|
|
}
|