mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 14:03:52 +00:00
41 lines
898 B
JSON
41 lines
898 B
JSON
{
|
|
"name": "@sandbox-agent/react",
|
|
"version": "0.3.2",
|
|
"description": "React components for Sandbox Agent frontend integrations",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rivet-dev/sandbox-agent"
|
|
},
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.3.1",
|
|
"sandbox-agent": "^0.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-virtual": "^3.13.22",
|
|
"ghostty-web": "^0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.3",
|
|
"react": "^18.3.1",
|
|
"sandbox-agent": "workspace:*",
|
|
"tsup": "^8.0.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|