Files
league-of-legends-gui-overhaul/package.json
ToxicCrzay270 2391a3d094
All checks were successful
Build / build (push) Successful in 21s
Release Dry Run / release-dry-run (push) Successful in 16s
Codex Template Compliance / template-compliance (push) Successful in 5s
Scheduled Security Scan / security-scan (push) Successful in 9s
Scheduled Repository Cleanup Check / cleanup-check (push) Successful in 6s
Scheduled Dependency Check / dependency-check (push) Successful in 12s
Process updated agent kit
2026-05-15 00:58:19 +02:00

33 lines
868 B
JSON

{
"name": "league-of-legends-gui-overhaul",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"lint": "tsc --noEmit",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"test": "vitest run",
"audit": "npm audit --omit=dev --audit-level=high",
"release:check": "npm run lint && npm test && npm run build"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.30.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^6.0.1",
"jsdom": "^25.0.1",
"typescript": "^5.6.3",
"vite": "^8.0.11",
"vitest": "^4.1.5"
}
}