cb15c5e0d8
Release / Check for new version (push) Has been cancelled
Release / Build macOS ARM64 (push) Has been cancelled
Release / Build macOS x64 (push) Has been cancelled
Release / Build Linux ARM64 (push) Has been cancelled
Release / Build Linux musl ARM64 (push) Has been cancelled
Release / Build Linux musl x64 (push) Has been cancelled
Release / Build Linux x64 (push) Has been cancelled
Release / Build Windows x64 (push) Has been cancelled
Release / Publish to npm (push) Has been cancelled
Release / Publish sandbox package to npm (push) Has been cancelled
Release / Create GitHub Release (push) Has been cancelled
CI / Rust (windows-latest - x86_64-pc-windows-msvc) (push) Has been cancelled
CI / Native E2E Tests (push) Has been cancelled
CI / Windows Integration Test (push) Has been cancelled
CI / Global Install (macos-latest) (push) Has been cancelled
CI / Global Install (ubuntu-latest) (push) Has been cancelled
CI / Version Sync Check (push) Has been cancelled
CI / Rust (push) Has been cancelled
CI / Dashboard (push) Has been cancelled
CI / Sandbox Package (push) Has been cancelled
CI / Rust (macos-latest - aarch64-apple-darwin) (push) Has been cancelled
CI / Rust (macos-latest - x86_64-apple-darwin) (push) Has been cancelled
CI / Global Install (windows-latest) (push) Has been cancelled
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"name": "agent-browser-eve-sandbox-example",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"imports": {
|
|
"#*": "./agent/*",
|
|
"#evals/*": "./evals/*"
|
|
},
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"typecheck": "tsc --noEmit -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@agent-browser/sandbox": "file:../../../packages/@agent-browser/sandbox",
|
|
"@vercel/connect": "0.2.2",
|
|
"ai": "7.0.0-beta.178",
|
|
"eve": "^0.11.9",
|
|
"zod": "4.4.3",
|
|
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
"@shikijs/core": "4.1.0",
|
|
"@shikijs/engine-javascript": "4.1.0",
|
|
"@shikijs/engine-oniguruma": "4.1.0",
|
|
"@streamdown/cjk": "1.0.3",
|
|
"@streamdown/code": "1.1.1",
|
|
"@streamdown/math": "1.0.2",
|
|
"@streamdown/mermaid": "1.0.2",
|
|
"@tailwindcss/postcss": "4.3.0",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"cmdk": "1.1.1",
|
|
"lucide-react": "1.16.0",
|
|
"motion": "12.40.0",
|
|
"nanoid": "5.1.11",
|
|
"next": "16.2.6",
|
|
"radix-ui": "1.4.3",
|
|
"react": "19.2.6",
|
|
"react-dom": "19.2.6",
|
|
"shiki": "4.1.0",
|
|
"streamdown": "2.5.0",
|
|
"tailwind-merge": "3.6.0",
|
|
"tailwindcss": "4.3.0",
|
|
"use-stick-to-bottom": "1.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.x",
|
|
"typescript": "6.0.3",
|
|
"@types/react": "19.2.15",
|
|
"@types/react-dom": "19.2.3"
|
|
},
|
|
"overrides": {
|
|
"ai": "7.0.0-beta.178"
|
|
},
|
|
"resolutions": {
|
|
"ai": "7.0.0-beta.178"
|
|
},
|
|
"engines": {
|
|
"node": "24.x"
|
|
}
|
|
}
|