161ef94b4f
Check engine pin consistency / Dockerfile / CI pin consistency (push) Successful in 8s
Sirius CI/CD Pipeline / Detect Changes (push) Successful in 23s
Validate Docker Configuration / Validate Docker Compose Configuration (push) Successful in 47s
Sirius CI/CD Pipeline / Build API (${{ matrix.platform }}) (push) Has been cancelled
Sirius CI/CD Pipeline / Build UI (${{ matrix.platform }}) (push) Has been cancelled
Sirius CI/CD Pipeline / Merge Engine Manifest (push) Has been cancelled
Sirius CI/CD Pipeline / Merge API Manifest (push) Has been cancelled
Sirius CI/CD Pipeline / Merge UI Manifest (push) Has been cancelled
Sirius CI/CD Pipeline / Build Engine (${{ matrix.platform }}) (push) Has been cancelled
Sirius CI/CD Pipeline / Build Infra (${{ matrix.service }}, ${{ matrix.platform }}) (push) Has been cancelled
Sirius CI/CD Pipeline / Merge Infra Manifest (sirius-postgres) (push) Has been cancelled
Sirius CI/CD Pipeline / Merge Infra Manifest (sirius-rabbitmq) (push) Has been cancelled
Sirius CI/CD Pipeline / Merge Infra Manifest (sirius-valkey) (push) Has been cancelled
Sirius CI/CD Pipeline / Integration Test (push) Has been cancelled
Sirius CI/CD Pipeline / Public Stack Contract (push) Has been cancelled
Sirius CI/CD Pipeline / Dispatch Demo Deployment (sirius-demo branch) (push) Has been cancelled
Sirius CI/CD Pipeline / Dispatch Demo Canary (main branch) (push) Has been cancelled
Sirius CI/CD Pipeline / Guard Registry Namespace (push) Has been cancelled
109 lines
3.1 KiB
JSON
Executable File
109 lines
3.1 KiB
JSON
Executable File
{
|
|
"name": "sirius-ui",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npx next build",
|
|
"dev": "npx next dev",
|
|
"postinstall": "npx prisma generate",
|
|
"lint": "npx lint",
|
|
"start": "npx next start"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.3.1",
|
|
"@mdx-js/loader": "^3.1.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@next-auth/prisma-adapter": "^1.0.7",
|
|
"@next/mdx": "13.4.2",
|
|
"@nivo/bar": "^0.83.0",
|
|
"@nivo/core": "^0.83.0",
|
|
"@nivo/line": "^0.83.0",
|
|
"@nivo/pie": "^0.83.0",
|
|
"@prisma/client": "^5.1.1",
|
|
"@radix-ui/react-avatar": "^1.0.3",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-context-menu": "^2.2.7",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-popover": "^1.0.6",
|
|
"@radix-ui/react-select": "^1.2.2",
|
|
"@radix-ui/react-slider": "^1.2.3",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.1.3",
|
|
"@radix-ui/react-tabs": "^1.1.3",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@tanstack/react-query": "^4.29.25",
|
|
"@tanstack/react-table": "^8.9.3",
|
|
"@tanstack/react-virtual": "^3.13.18",
|
|
"@trpc/client": "^10.34.0",
|
|
"@trpc/next": "^10.34.0",
|
|
"@trpc/react-query": "^10.34.0",
|
|
"@trpc/server": "^10.34.0",
|
|
"@types/amqplib": "^0.10.6",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/minimist": "^1.2.5",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/addon-search": "^0.16.0",
|
|
"@xterm/addon-web-links": "^0.11.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"amqplib": "^0.10.5",
|
|
"axios": "^1.5.0",
|
|
"bcrypt": "^5.1.1",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"fuse.js": "^7.1.0",
|
|
"install": "^0.13.0",
|
|
"iovalkey": "^0.3.0",
|
|
"js-yaml": "^4.1.0",
|
|
"lucide-react": "^0.268.0",
|
|
"minimist": "^1.2.8",
|
|
"next": "^13.4.2",
|
|
"next-auth": "^4.22.4",
|
|
"next-themes": "^0.4.4",
|
|
"prisma": "^5.1.1",
|
|
"radix-ui": "^1.0.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.46.1",
|
|
"react-markdown": "^8.0.7",
|
|
"react-router-dom": "^6.15.0",
|
|
"react-spring": "^9.7.2",
|
|
"recharts": "^2.15.1",
|
|
"sonner": "^2.0.1",
|
|
"superjson": "^1.13.1",
|
|
"tailwind-merge": "^1.14.0",
|
|
"tailwindcss-animate": "^1.0.6",
|
|
"ts-node": "^10.9.2",
|
|
"yaml": "^2.8.0",
|
|
"zod": "^3.22.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/eslint": "^8.37.0",
|
|
"@types/node": "^18.16.0",
|
|
"@types/prettier": "^2.7.2",
|
|
"@types/react": "^18.2.6",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@typescript-eslint/eslint-plugin": "6.0.0",
|
|
"@typescript-eslint/parser": "6.0.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-next": "^13.4.2",
|
|
"postcss": "^8.4.27",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.2.8",
|
|
"tailwindcss": "^3.3.3",
|
|
"tsx": "^4.19.4",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.18.0"
|
|
},
|
|
"prisma": {
|
|
"seed": "npx tsx prisma/seed.ts"
|
|
}
|
|
}
|