UNPKG

@glance-networks/agent-plugin

Version:

Glance Networks Agent Plugin

83 lines (82 loc) 2.41 kB
{ "name": "@glance-networks/agent-plugin", "version": "1.5.10", "type": "module", "description": "Glance Networks Agent Plugin", "module": "./index.js", "exports": { ".": { "import": "./index.js" }, "./style.css": "./style.css", "./package.json": "./package.json" }, "types": "./index.d.ts", "files": [ "index.js", "index.d.ts", "style.css", "*.d.ts", "LICENSE.txt", "README.md", "changelog.md" ], "scripts": { "vite:build": "npx vite build", "vite:copy-dist": "cp ./{package.json,changelog.md,README.md} ./dist/", "vite:copy-to-root": "cp ./dist/index.js ./dist/index.d.ts ./dist/style.css ./dist/*.d.ts ./", "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:copy-to-root vite:clean-front vite:copy-front", "pack": "npm run build:vite && npm pack" }, "keywords": [ "Glance", "Presence", "Cobrowse", "Video" ], "author": "Glance Networks, Inc.", "license": "SEE LICENSE IN LICENSE.TXT", "dependencies": { "@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 } }