Sistema NEXUS v3.4 migrado con: Estructura principal: - core/orchestration: Sistema SIMCO + CAPVED (27 directivas, 28 perfiles) - core/catalog: Catalogo de funcionalidades reutilizables - shared/knowledge-base: Base de conocimiento compartida - devtools/scripts: Herramientas de desarrollo - control-plane/registries: Control de servicios y CI/CD - orchestration/: Configuracion de orquestacion de agentes Proyectos incluidos (11): - gamilit (submodule -> GitHub) - trading-platform (OrbiquanTIA) - erp-suite con 5 verticales: - erp-core, construccion, vidrio-templado - mecanicas-diesel, retail, clinicas - betting-analytics - inmobiliaria-analytics - platform_marketing_content - pos-micro, erp-basico Configuracion: - .gitignore completo para Node.js/Python/Docker - gamilit como submodule (git@github.com:rckrdmrd/gamilit-workspace.git) - Sistema de puertos estandarizado (3005-3199) Generated with NEXUS v3.4 Migration System EPIC-010: Configuracion Git y Repositorios
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "@erp-generic/frontend-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"lint:fix": "eslint . --ext ts,tsx --fix",
|
|
"test": "vitest",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.28.0",
|
|
"zustand": "^5.0.1",
|
|
"axios": "^1.7.7",
|
|
"react-hook-form": "^7.53.2",
|
|
"@hookform/resolvers": "^3.9.1",
|
|
"zod": "^3.23.8",
|
|
"clsx": "^2.1.1",
|
|
"tailwind-merge": "^2.5.4",
|
|
"class-variance-authority": "^0.7.1",
|
|
"lucide-react": "^0.460.0",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^11.11.17"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/node": "^22.9.0",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"vite": "^5.4.11",
|
|
"typescript": "^5.6.3",
|
|
"tailwindcss": "^3.4.15",
|
|
"postcss": "^8.4.49",
|
|
"autoprefixer": "^10.4.20",
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"eslint": "^8.57.1",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.14",
|
|
"@typescript-eslint/eslint-plugin": "^8.14.0",
|
|
"@typescript-eslint/parser": "^8.14.0",
|
|
"vitest": "^2.1.5",
|
|
"@testing-library/react": "^16.0.1",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"jsdom": "^25.0.1"
|
|
}
|
|
}
|