2025-11-28 12:54:33 -08:00
|
|
|
{
|
|
|
|
|
"name": "phoenix-sankofa-cloud",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint",
|
|
|
|
|
"type-check": "tsc --noEmit",
|
|
|
|
|
"format": "prettier --write \"**/*.{ts,tsx,md,json}\"",
|
|
|
|
|
"format:check": "prettier --check \"**/*.{ts,tsx,md,json}\"",
|
|
|
|
|
"test": "vitest",
|
|
|
|
|
"test:ui": "vitest --ui",
|
|
|
|
|
"test:coverage": "vitest --coverage",
|
Apply Composer changes: comprehensive API updates, migrations, middleware, and infrastructure improvements
- Add comprehensive database migrations (001-024) for schema evolution
- Enhance API schema with expanded type definitions and resolvers
- Add new middleware: audit logging, rate limiting, MFA enforcement, security, tenant auth
- Implement new services: AI optimization, billing, blockchain, compliance, marketplace
- Add adapter layer for cloud integrations (Cloudflare, Kubernetes, Proxmox, storage)
- Update Crossplane provider with enhanced VM management capabilities
- Add comprehensive test suite for API endpoints and services
- Update frontend components with improved GraphQL subscriptions and real-time updates
- Enhance security configurations and headers (CSP, CORS, etc.)
- Update documentation and configuration files
- Add new CI/CD workflows and validation scripts
- Implement design system improvements and UI enhancements
2025-12-12 18:01:35 -08:00
|
|
|
"test:e2e": "playwright test",
|
|
|
|
|
"test:e2e:ui": "playwright test --ui",
|
|
|
|
|
"test:all": "npm run test:coverage && npm run test:e2e",
|
2025-11-28 12:54:33 -08:00
|
|
|
"prepare": "husky install"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@apollo/client": "^3.9.0",
|
|
|
|
|
"@dnd-kit/core": "^6.1.0",
|
|
|
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
|
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
|
|
|
"@hookform/resolvers": "^3.3.4",
|
Apply Composer changes: comprehensive API updates, migrations, middleware, and infrastructure improvements
- Add comprehensive database migrations (001-024) for schema evolution
- Enhance API schema with expanded type definitions and resolvers
- Add new middleware: audit logging, rate limiting, MFA enforcement, security, tenant auth
- Implement new services: AI optimization, billing, blockchain, compliance, marketplace
- Add adapter layer for cloud integrations (Cloudflare, Kubernetes, Proxmox, storage)
- Update Crossplane provider with enhanced VM management capabilities
- Add comprehensive test suite for API endpoints and services
- Update frontend components with improved GraphQL subscriptions and real-time updates
- Enhance security configurations and headers (CSP, CORS, etc.)
- Update documentation and configuration files
- Add new CI/CD workflows and validation scripts
- Implement design system improvements and UI enhancements
2025-12-12 18:01:35 -08:00
|
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
|
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
2025-11-28 12:54:33 -08:00
|
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
Apply Composer changes: comprehensive API updates, migrations, middleware, and infrastructure improvements
- Add comprehensive database migrations (001-024) for schema evolution
- Enhance API schema with expanded type definitions and resolvers
- Add new middleware: audit logging, rate limiting, MFA enforcement, security, tenant auth
- Implement new services: AI optimization, billing, blockchain, compliance, marketplace
- Add adapter layer for cloud integrations (Cloudflare, Kubernetes, Proxmox, storage)
- Update Crossplane provider with enhanced VM management capabilities
- Add comprehensive test suite for API endpoints and services
- Update frontend components with improved GraphQL subscriptions and real-time updates
- Enhance security configurations and headers (CSP, CORS, etc.)
- Update documentation and configuration files
- Add new CI/CD workflows and validation scripts
- Implement design system improvements and UI enhancements
2025-12-12 18:01:35 -08:00
|
|
|
"@radix-ui/react-progress": "^1.0.3",
|
2025-11-28 12:54:33 -08:00
|
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
|
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
|
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
|
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
|
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
Apply Composer changes: comprehensive API updates, migrations, middleware, and infrastructure improvements
- Add comprehensive database migrations (001-024) for schema evolution
- Enhance API schema with expanded type definitions and resolvers
- Add new middleware: audit logging, rate limiting, MFA enforcement, security, tenant auth
- Implement new services: AI optimization, billing, blockchain, compliance, marketplace
- Add adapter layer for cloud integrations (Cloudflare, Kubernetes, Proxmox, storage)
- Update Crossplane provider with enhanced VM management capabilities
- Add comprehensive test suite for API endpoints and services
- Update frontend components with improved GraphQL subscriptions and real-time updates
- Enhance security configurations and headers (CSP, CORS, etc.)
- Update documentation and configuration files
- Add new CI/CD workflows and validation scripts
- Implement design system improvements and UI enhancements
2025-12-12 18:01:35 -08:00
|
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
|
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
|
|
|
"@react-three/drei": "^9.105.0",
|
|
|
|
|
"@react-three/fiber": "^8.16.0",
|
|
|
|
|
"@tanstack/react-query": "^5.28.0",
|
|
|
|
|
"@tanstack/react-table": "^8.14.0",
|
|
|
|
|
"@tanstack/react-virtual": "^3.0.0",
|
|
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
|
"clsx": "^2.1.0",
|
|
|
|
|
"echarts": "^5.5.0",
|
|
|
|
|
"echarts-for-react": "^3.0.2",
|
|
|
|
|
"framer-motion": "^11.0.0",
|
|
|
|
|
"graphql": "^16.8.1",
|
|
|
|
|
"graphql-tag": "^2.12.6",
|
|
|
|
|
"graphql-ws": "^5.16.2",
|
|
|
|
|
"html2canvas": "^1.4.1",
|
|
|
|
|
"jspdf": "^2.5.1",
|
|
|
|
|
"lucide-react": "^0.378.0",
|
|
|
|
|
"mapbox-gl": "^3.0.0",
|
|
|
|
|
"next": "^14.2.0",
|
|
|
|
|
"postprocessing": "^6.36.0",
|
|
|
|
|
"react": "^18.3.0",
|
|
|
|
|
"react-dom": "^18.3.0",
|
|
|
|
|
"react-hook-form": "^7.49.3",
|
|
|
|
|
"react-map-gl": "^7.1.0",
|
|
|
|
|
"reactflow": "^11.11.0",
|
|
|
|
|
"tailwind-merge": "^2.3.0",
|
|
|
|
|
"three": "^0.162.0",
|
|
|
|
|
"xlsx": "^0.18.5",
|
|
|
|
|
"zod": "^3.22.4",
|
|
|
|
|
"zustand": "^4.5.0"
|
2025-11-28 12:54:33 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
Apply Composer changes: comprehensive API updates, migrations, middleware, and infrastructure improvements
- Add comprehensive database migrations (001-024) for schema evolution
- Enhance API schema with expanded type definitions and resolvers
- Add new middleware: audit logging, rate limiting, MFA enforcement, security, tenant auth
- Implement new services: AI optimization, billing, blockchain, compliance, marketplace
- Add adapter layer for cloud integrations (Cloudflare, Kubernetes, Proxmox, storage)
- Update Crossplane provider with enhanced VM management capabilities
- Add comprehensive test suite for API endpoints and services
- Update frontend components with improved GraphQL subscriptions and real-time updates
- Enhance security configurations and headers (CSP, CORS, etc.)
- Update documentation and configuration files
- Add new CI/CD workflows and validation scripts
- Implement design system improvements and UI enhancements
2025-12-12 18:01:35 -08:00
|
|
|
"@sentry/nextjs": "^7.91.0",
|
|
|
|
|
"@tanstack/react-query-devtools": "^5.28.0",
|
|
|
|
|
"@testing-library/jest-dom": "^6.1.5",
|
|
|
|
|
"@testing-library/react": "^14.1.2",
|
|
|
|
|
"@testing-library/user-event": "^14.5.1",
|
2025-11-28 12:54:33 -08:00
|
|
|
"@types/node": "^20.12.0",
|
|
|
|
|
"@types/react": "^18.3.0",
|
|
|
|
|
"@types/react-dom": "^18.3.0",
|
|
|
|
|
"@types/three": "^0.162.0",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
|
|
|
"@typescript-eslint/parser": "^7.8.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
|
|
|
"@vitest/coverage-v8": "^1.2.0",
|
Apply Composer changes: comprehensive API updates, migrations, middleware, and infrastructure improvements
- Add comprehensive database migrations (001-024) for schema evolution
- Enhance API schema with expanded type definitions and resolvers
- Add new middleware: audit logging, rate limiting, MFA enforcement, security, tenant auth
- Implement new services: AI optimization, billing, blockchain, compliance, marketplace
- Add adapter layer for cloud integrations (Cloudflare, Kubernetes, Proxmox, storage)
- Update Crossplane provider with enhanced VM management capabilities
- Add comprehensive test suite for API endpoints and services
- Update frontend components with improved GraphQL subscriptions and real-time updates
- Enhance security configurations and headers (CSP, CORS, etc.)
- Update documentation and configuration files
- Add new CI/CD workflows and validation scripts
- Implement design system improvements and UI enhancements
2025-12-12 18:01:35 -08:00
|
|
|
"@vitest/ui": "^1.2.0",
|
|
|
|
|
"autoprefixer": "^10.4.0",
|
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
|
"eslint-config-next": "^14.2.0",
|
2025-11-28 12:54:33 -08:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
Apply Composer changes: comprehensive API updates, migrations, middleware, and infrastructure improvements
- Add comprehensive database migrations (001-024) for schema evolution
- Enhance API schema with expanded type definitions and resolvers
- Add new middleware: audit logging, rate limiting, MFA enforcement, security, tenant auth
- Implement new services: AI optimization, billing, blockchain, compliance, marketplace
- Add adapter layer for cloud integrations (Cloudflare, Kubernetes, Proxmox, storage)
- Update Crossplane provider with enhanced VM management capabilities
- Add comprehensive test suite for API endpoints and services
- Update frontend components with improved GraphQL subscriptions and real-time updates
- Enhance security configurations and headers (CSP, CORS, etc.)
- Update documentation and configuration files
- Add new CI/CD workflows and validation scripts
- Implement design system improvements and UI enhancements
2025-12-12 18:01:35 -08:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
2025-11-28 12:54:33 -08:00
|
|
|
"husky": "^8.0.3",
|
Apply Composer changes: comprehensive API updates, migrations, middleware, and infrastructure improvements
- Add comprehensive database migrations (001-024) for schema evolution
- Enhance API schema with expanded type definitions and resolvers
- Add new middleware: audit logging, rate limiting, MFA enforcement, security, tenant auth
- Implement new services: AI optimization, billing, blockchain, compliance, marketplace
- Add adapter layer for cloud integrations (Cloudflare, Kubernetes, Proxmox, storage)
- Update Crossplane provider with enhanced VM management capabilities
- Add comprehensive test suite for API endpoints and services
- Update frontend components with improved GraphQL subscriptions and real-time updates
- Enhance security configurations and headers (CSP, CORS, etc.)
- Update documentation and configuration files
- Add new CI/CD workflows and validation scripts
- Implement design system improvements and UI enhancements
2025-12-12 18:01:35 -08:00
|
|
|
"jsdom": "^23.0.1",
|
2025-11-28 12:54:33 -08:00
|
|
|
"lint-staged": "^15.2.0",
|
Apply Composer changes: comprehensive API updates, migrations, middleware, and infrastructure improvements
- Add comprehensive database migrations (001-024) for schema evolution
- Enhance API schema with expanded type definitions and resolvers
- Add new middleware: audit logging, rate limiting, MFA enforcement, security, tenant auth
- Implement new services: AI optimization, billing, blockchain, compliance, marketplace
- Add adapter layer for cloud integrations (Cloudflare, Kubernetes, Proxmox, storage)
- Update Crossplane provider with enhanced VM management capabilities
- Add comprehensive test suite for API endpoints and services
- Update frontend components with improved GraphQL subscriptions and real-time updates
- Enhance security configurations and headers (CSP, CORS, etc.)
- Update documentation and configuration files
- Add new CI/CD workflows and validation scripts
- Implement design system improvements and UI enhancements
2025-12-12 18:01:35 -08:00
|
|
|
"postcss": "^8.4.0",
|
|
|
|
|
"prettier": "^3.2.0",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.0",
|
|
|
|
|
"@playwright/test": "^1.40.0",
|
|
|
|
|
"tailwindcss": "^3.4.0",
|
|
|
|
|
"typescript": "^5.4.0",
|
|
|
|
|
"vitest": "^1.2.0"
|
2025-11-28 12:54:33 -08:00
|
|
|
}
|
|
|
|
|
}
|