- Frontend: Vue 3 + Inertia.js + Pinia + Tailwind CSS with layout and dashboard page - Infrastructure: Docker Compose with nginx, PHP-FPM, PostgreSQL+pgvector, Redis, Python AI service - Database: 22 migrations covering all domain entities (projects, phases, commitments, decisions, documents, handover, audit) - Models: 23 Eloquent models with relationships, casts, and 14 string-backed enums - AI service: FastAPI scaffold with health, chat, summarize, and search endpoints Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
25 lines
617 B
JSON
25 lines
617 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"axios": ">=1.11.0 <=1.14.0",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-vite-plugin": "^3.0.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"vite": "^8.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@inertiajs/vue3": "^3.0.1",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"@vueuse/core": "^14.2.1",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.31"
|
|
}
|
|
}
|