@glance-networks/agent-plugin
Version:
Glance Networks Agent Plugin
82 lines • 2.59 kB
JSON
{
"name": "@glance-networks/agent-plugin",
"version": "1.5.39",
"type": "module",
"description": "Glance Networks Agent Plugin",
"module": "./index.js",
"exports": {
".": {
"import": "./index.js"
},
"./agent-plugin": {
"import": "./index.js"
},
"./package.json": "./package.json"
},
"types": "./index.d.ts",
"files": [
"*"
],
"scripts": {
"vite:build": "npx vite build",
"vite:copy-dist": "cp ./changelog.md ./README.md ./dist/",
"vite:make-front": "mkdir -p ../agent-adapter-frontend/agent-plugin-test",
"vite:clean-front": "rimraf ../agent-adapter-frontend/agent-plugin-test/* --glob",
"vite:copy-front": "cp -r ./dist/* ../agent-adapter-frontend/agent-plugin-test & cp ./dist/style.css ../agent-adapter-frontend/src",
"build:vite": "npm-run-all vite:build vite:copy-dist vite:clean-front vite:copy-front",
"build:ci": "npm-run-all vite:build vite:copy-dist",
"prepare-package:staging": "node scripts/prepare-package.js staging",
"prepare-package:production": "node scripts/prepare-package.js production",
"watch:staging": "DEBUG=true NODE_ENV=staging npm run vite:build -- --watch",
"watch:production": "DEBUG=true NODE_ENV=production npm run vite:build -- --watch"
},
"keywords": [
"Glance",
"Presence",
"Cobrowse",
"Video"
],
"author": "Glance Networks, Inc.",
"license": "SEE LICENSE IN LICENSE.TXT",
"dependencies": {
"@glance-networks/browser-agent-sdk": "^7.6.0-beta.6",
"@glance-networks/ui-core-components": "^1.6.5",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"glance-design-core-components": "^1.6.4",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-phone-number-input": "^3.4.12",
"react-spinners": "^0.13.8",
"svelte": "^4.2.19",
"vite": "^5.4.11",
"web-vitals": "^3.3.1",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/node": "^22.10.1",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^8.1.0",
"eslint-plugin-react": "^7.25.1",
"npm": "^10.6.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"react": "^18.3.1",
"rimraf": "^5.0.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vite-plugin-dts": "^4.3.0"
},
"peerDependencies": {
"react": "^18.2.0"
},
"prettier": {
"singleQuote": true
}
}