24 lines
640 B
JSON
24 lines
640 B
JSON
{
|
|
"name": "codex-retry-gateway",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build:ui": "vite build --config ui-src/vite.config.ts",
|
|
"dev:ui": "vite --config ui-src/vite.config.ts --host 0.0.0.0",
|
|
"check": "node --check gateway.mjs && node --check scripts/run-profile.mjs",
|
|
"check:ui": "tsc --noEmit -p ui-src/tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.2.7"
|
|
}
|
|
}
|