| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/foyer-web/current/node_modules/@scalar/agent-chat/ |
Upload File : |
{
"name": "@scalar/agent-chat",
"description": "Agent chat components",
"license": "MIT",
"author": "Scalar (https://github.com/scalar)",
"homepage": "https://github.com/scalar/scalar",
"bugs": "https://github.com/scalar/scalar/issues/new/choose",
"repository": {
"type": "git",
"url": "git+https://github.com/scalar/scalar.git",
"directory": "packages/agent-chat"
},
"version": "0.12.6",
"engines": {
"node": ">=22"
},
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./*.css": {
"import": "./dist/*.css",
"require": "./dist/*.css",
"default": "./dist/*.css"
},
"./css/*.css": {
"import": "./dist/css/*.css",
"require": "./dist/css/*.css",
"default": "./dist/css/*.css"
},
"./style.css": "./dist/style.css",
"./tailwind.config.css": "./dist/styles/tailwind.config.css",
"./vue-styles.css": "./dist/vue-styles.css",
"./entities": {
"import": "./dist/entities/index.js",
"types": "./dist/entities/index.d.ts",
"default": "./dist/entities/index.js"
}
},
"files": [
"dist"
],
"dependencies": {
"@ai-sdk/vue": "3.0.33",
"@vueuse/core": "13.9.0",
"ai": "6.0.33",
"js-base64": "^3.7.8",
"neverpanic": "0.0.7",
"truncate-json": "3.0.1",
"vue": "^3.5.30",
"@scalar/api-client": "3.9.0",
"@scalar/components": "0.26.1",
"@scalar/icons": "0.7.3",
"@scalar/helpers": "0.8.1",
"@scalar/schemas": "0.3.3",
"@scalar/openapi-types": "0.9.1",
"@scalar/json-magic": "0.12.15",
"@scalar/themes": "0.15.6",
"@scalar/use-toasts": "0.10.2",
"@scalar/types": "0.12.3",
"@scalar/validation": "0.6.0",
"@scalar/workspace-store": "0.53.0"
},
"devDependencies": {
"@tailwindcss/cli": "^4.2.4",
"@tailwindcss/vite": "^4.2.0",
"@types/jsdom": "28.0.1",
"@vitejs/plugin-vue": "^6.0.3",
"hono": "^4.12.7",
"jsdom": "27.4.0",
"tailwindcss": "^4.1.18",
"vite": "8.0.0",
"vitest": "4.1.0",
"@scalar/sidebar": "0.9.18"
},
"scripts": {
"build": "vite build && pnpm build:styles && vue-tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && shx cp package.json dist",
"build:styles": "shx cp -r src/styles dist && tailwindcss --optimize -i src/style.css -o dist/style.css && cat dist/vue-styles.css >> dist/style.css",
"build:watch": "vite build --watch",
"dev": "pnpm playground",
"playground": "cd playground && vite",
"test": "vitest --run",
"types:check": "vue-tsc --noEmit"
}
}