Some checks failed
Deploy Development / deploy (push) Successful in 46s
Test Suite / pytest-backend (push) Failing after 2m2s
Test Suite / k6 /api/health Baseline (push) Has been skipped
Test Suite / playwright-smoke (push) Has been skipped
Test Suite / lint-backend (push) Successful in 3s
Test Suite / compose-smoke (push) Has been skipped
PO-Dokumente (ADP v0.2, MVP v0.3) und Minimal Complete Slice: Registry-Methoden, Initiative/Project-Spiegel, Default-Methode bei Anlage, Lagebild mit Archetyp und Guidance. Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
589 B
JSON
27 lines
589 B
JSON
{
|
|
"name": "kairo-jinkendo-frontend",
|
|
"version": "0.18.0-ap2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 3097",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"lucide-react": "^0.344.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.22.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^14.2.1",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"jsdom": "^24.0.0",
|
|
"vite": "^5.1.4",
|
|
"vitest": "^1.3.1"
|
|
}
|
|
}
|