61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "devfront",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=24.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite --host 127.0.0.1",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "biome check .",
|
|
"preview": "vite preview",
|
|
"test": "playwright test",
|
|
"test:coverage": "vitest run --coverage --bail 1",
|
|
"test:unit": "vitest run --bail 1",
|
|
"test:roles": "playwright test tests/devfront-role-switch-report.spec.ts",
|
|
"test:ui": "playwright test --ui"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.4.16",
|
|
"@playwright/test": "^1.60.0",
|
|
"@types/node": "^25.7.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitest/coverage-v8": "4.1.6",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"autoprefixer": "^10.5.0",
|
|
"jsdom": "^28.1.0",
|
|
"postcss": "^8.5.14",
|
|
"tailwindcss": "^3.4.19",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.14",
|
|
"vitest": "^4.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@tanstack/react-query": "^5.100.10",
|
|
"@tanstack/react-query-devtools": "^5.100.10",
|
|
"axios": "^1.16.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^1.14.0",
|
|
"oidc-client-ts": "^3.5.0",
|
|
"react": "^19.2.6",
|
|
"react-dom": "^19.2.6",
|
|
"react-hook-form": "^7.75.0",
|
|
"react-oidc-context": "^3.3.1",
|
|
"react-router-dom": "^7.15.0",
|
|
"tailwind-merge": "^3.6.0",
|
|
"zod": "^4.4.3"
|
|
}
|
|
}
|