{
  "name": "@3cr/viewer-browser",
  "version": "0.0.346",
  "main": "./dist/Viewer3CR.umd.js",
  "module": "dist/Viewer3CR.umd.js",
  "homepage": "https://docs.3cr.singular.health",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org:medvr/3cr-viewer-browser.git"
  },
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build",
    "build:scripts": "tsc --project tsconfig.build.json",
    "deploy": "npm version --no-git-tag-version patch && npm run build && npm publish",
    "deploy:ci": "npm run build && npm publish --access=public",
    "deploy:playground": "npm run build:scripts && node scripts/postPublish.js",
    "format": "npx prettier . --write",
    "preview": "vite preview",
    "test": "vitest",
    "test:ui": "vitest --ui"
  },
  "dependencies": {
    "@3cr/sdk-browser": "^1.0.17",
    "@3cr/translations-ts": "^1.0.1",
    "@3cr/types-ts": "^1.0.170",
    "@3cr/viewer-types-ts": "^1.0.33",
    "@fortawesome/fontawesome-svg-core": "^7.1.0",
    "@fortawesome/free-brands-svg-icons": "^7.1.0",
    "@fortawesome/vue-fontawesome": "^3.1.2",
    "@kyvg/vue3-notification": "^3.4.2",
    "@statsig/js-client": "^3.30.0",
    "@statsig/session-replay": "^3.30.0",
    "@statsig/web-analytics": "^3.30.0",
    "@vueuse/core": "^14.1.0",
    "axios": "^1.13.5",
    "buffer": "^6.0.3",
    "date-fns": "^4.1.0",
    "device-detector-js": "^3.0.3",
    "hotkeys-js": "^3.13.15",
    "interactjs": "^1.10.27",
    "lodash": "^4.17.23",
    "logrocket": "^10.1.1",
    "pinia": "^3.0.4",
    "uuid": "^13.0.0",
    "vue": "^3.5.25",
    "vue-i18n": "^11.2.2",
    "vuetify": "^3.11.0"
  },
  "devDependencies": {
    "@faker-js/faker": "^10.1.0",
    "@pinia/testing": "^1.0.3",
    "@types/lodash": "^4.17.21",
    "@types/mime-types": "^3.0.1",
    "@types/node": "^24.10.1",
    "@types/randomstring": "^1.3.0",
    "@vitejs/plugin-vue": "^6.0.2",
    "@vitest/coverage-v8": "^4.0.14",
    "@vitest/ui": "^4.0.14",
    "@vue/test-utils": "^2.4.6",
    "aws-sdk": "^2.1692.0",
    "jsdom": "^27.2.0",
    "mime-types": "^3.0.2",
    "prettier": "^3.7.1",
    "randomstring": "^1.3.1",
    "resize-observer-polyfill": "^1.5.1",
    "sass": "^1.94.2",
    "typescript": "^5.9.3",
    "unplugin-fonts": "^1.4.0",
    "unplugin-vue-components": "^30.0.0",
    "vite": "^7.2.4",
    "vite-plugin-css-injected-by-js": "^3.5.2",
    "vite-plugin-node-polyfills": "^0.24.0",
    "vite-plugin-vuetify": "^2.1.2",
    "vitest": "^4.0.14",
    "vitest-sonar-reporter": "^3.0.0",
    "vue-tsc": "^3.1.5"
  }
}
