bytelyst-devops-tools/dashboard/web/package.json

45 lines
1.3 KiB
JSON

{
"name": "@bytelyst/devops-web",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.6.5",
"scripts": {
"dev": "next dev",
"build": "BROWSERSLIST_IGNORE_OLD_DATA=true BASELINE_BROWSER_MAPPING_IGNORE_OLD_DATA=true next build",
"start": "next start",
"lint": "echo 'No dedicated frontend lint config; rely on typecheck, tests, and next build'",
"typecheck": "tsc --noEmit",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"clsx": "^2.1.1",
"lucide-react": "^0.562.0",
"next": "16.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@tailwindcss/postcss": "^4.0.0",
"@testing-library/jest-dom": "^6.6.5",
"@testing-library/react": "^16.2.0",
"@types/node": "^25.0.3",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "3.2.4",
"autoprefixer": "^10.4.20",
"jsdom": "^26.0.3",
"playwright": "^1.58.2",
"postcss": "^8.4.49",
"tailwindcss": "^4.0.0",
"typescript": "^5.9.3",
"vitest": "^3.1.2"
}
}