Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm. Learn more
package.json 697 B
{
  "name": "chatterbox",
  "version": "0.5.0",
  "description": "Chatterbox lets you securely embed the Hydrogen matrix client on any website!",
  "repository": "git@github.com:vector-im/chatterbox.git",
  "author": "matrix.org",
  "license": "Apache-2.0",
  "scripts": {
    "start": "vite",
    "build": "tsc && vite build && vite build --config parent-vite.config.js && scripts/after-build.sh",
    "preview": "vite preview"
  },
  "devDependencies": {
    "cypress": "^10.3.0",
    "cypress-iframe": "^1.0.1",
    "typescript": "^4.4.4",
    "vite": "^2.9.13"
  },
  "dependencies": {
    "@sentry/browser": "^7.5.0",
    "@sentry/tracing": "^7.5.0",
    "hydrogen-view-sdk": "^0.0.15"
  }
}