FastAPI backend (Python 3.11, MSSQL ODBC for SambaPOS, Azure DI OCR),
kitchen_db on central PG. React/TS/Vite frontend with navy sidebar layout.
Backend: auth.py (APP_SLUG=kitchen, SimpleNamespace — archive routes use
.kitchen_id/.is_admin without modification), main.py (51 migrations, scheduler,
internal router for KDS bookings feed), api/internal.py, full archive API
(31 routers: invoices, recipes, menus, sambapos, resos, newbook, disputes,
purchase_orders, etc.), models, migrations, OCR pipeline.
kitchen_id pinned to 1 (B1 — single hotel).
Frontend: AuthGate (app=kitchen, token shim for archive compat — B5b pending),
Layout (navy sidebar, 6 sections, Lucide icons, teal --app-primary),
App.tsx (Outlet pattern, UploadApp outside Layout), index.css (full :root block).
strict: false — archive components have type issues; build clean.
Note: 45 archive components call fetch('/api/...') without /kitchen/ prefix
(B5b). Runtime 404s; deferred until after initial testing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
84 lines
No EOL
2.7 KiB
JSON
84 lines
No EOL
2.7 KiB
JSON
{
|
|
"name": "@babel/core",
|
|
"version": "7.29.7",
|
|
"description": "Babel compiler core.",
|
|
"main": "./lib/index.js",
|
|
"author": "The Babel Team (https://babel.dev/team)",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-core"
|
|
},
|
|
"homepage": "https://babel.dev/docs/en/next/babel-core",
|
|
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen",
|
|
"keywords": [
|
|
"6to5",
|
|
"babel",
|
|
"classes",
|
|
"const",
|
|
"es6",
|
|
"harmony",
|
|
"let",
|
|
"modules",
|
|
"transpile",
|
|
"transpiler",
|
|
"var",
|
|
"babel-core",
|
|
"compiler"
|
|
],
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/babel"
|
|
},
|
|
"browser": {
|
|
"./lib/config/files/index.js": "./lib/config/files/index-browser.js",
|
|
"./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js",
|
|
"./lib/transform-file.js": "./lib/transform-file-browser.js",
|
|
"./lib/transformation/read-input-source-map-file.js": "./lib/transformation/read-input-source-map-file-browser.js",
|
|
"./src/config/files/index.ts": "./src/config/files/index-browser.ts",
|
|
"./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts",
|
|
"./src/transform-file.ts": "./src/transform-file-browser.ts",
|
|
"./src/transformation/read-input-source-map-file.ts": "./src/transformation/read-input-source-map-file-browser.ts"
|
|
},
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.29.7",
|
|
"@babel/generator": "^7.29.7",
|
|
"@babel/helper-compilation-targets": "^7.29.7",
|
|
"@babel/helper-module-transforms": "^7.29.7",
|
|
"@babel/helpers": "^7.29.7",
|
|
"@babel/parser": "^7.29.7",
|
|
"@babel/template": "^7.29.7",
|
|
"@babel/traverse": "^7.29.7",
|
|
"@babel/types": "^7.29.7",
|
|
"@jridgewell/remapping": "^2.3.5",
|
|
"convert-source-map": "^2.0.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.2.3",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helper-transform-fixture-test-runner": "^7.29.7",
|
|
"@babel/plugin-syntax-flow": "^7.29.7",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.29.7",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.29.7",
|
|
"@babel/preset-env": "^7.29.7",
|
|
"@babel/preset-typescript": "^7.29.7",
|
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
"@types/convert-source-map": "^2.0.0",
|
|
"@types/debug": "^4.1.0",
|
|
"@types/resolve": "^1.3.2",
|
|
"@types/semver": "^5.4.0",
|
|
"rimraf": "^3.0.0",
|
|
"ts-node": "^11.0.0-beta.1",
|
|
"tsx": "^4.20.3"
|
|
},
|
|
"type": "commonjs"
|
|
} |