package.json•1.21 kB
{
"name": "dev-ui-gallery",
"version": "1.0.0",
"description": "Loads plugins and flows to demonstrate and test UI features.",
"main": "lib/index.js",
"scripts": {
"start": "node lib/index.js",
"dev": "tsx --watch src/index.ts",
"genkit:dev": "genkit start -- tsx --watch src/index.ts",
"compile": "tsc",
"build": "pnpm build:clean && pnpm compile",
"build:clean": "rimraf ./lib",
"build:watch": "tsc --watch",
"build-and-run": "pnpm build && node lib/index.js"
},
"keywords": [],
"author": "Google, LLC",
"license": "ISC",
"devDependencies": {
"cross-env": "^7.0.3",
"rimraf": "^6.0.1",
"tsx": "^4.19.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@genkit-ai/dev-local-vectorstore": "workspace:*",
"@genkit-ai/evaluator": "workspace:*",
"@genkit-ai/firebase": "workspace:*",
"@genkit-ai/google-cloud": "workspace:*",
"@genkit-ai/google-genai": "workspace:*",
"@genkit-ai/vertexai": "workspace:*",
"firebase-admin": ">=12.2",
"firebase-functions": "^6.3.1",
"genkit": "workspace:*",
"genkitx-chromadb": "workspace:*",
"genkitx-ollama": "workspace:*",
"genkitx-pinecone": "workspace:*"
}
}