{
  "name": "@girder/core",
  "license": "Apache-2.0",
  "version": "5.0.13",
  "type": "module",
  "files": [
    "dist-lib"
  ],
  "main": "./dist-lib/girder-core.umd.cjs",
  "module": "./dist-lib/girder-core.js",
  "types": "./dist-lib/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist-lib/index.d.ts",
        "default": "./dist-lib/girder-core.js"
      },
      "require": {
        "types": "./dist-lib/index.d.ts",
        "default": "./dist-lib/girder-core.umd.cjs"
      }
    },
    "./style.css": "./dist-lib/style.css"
  },
  "scripts": {
    "dev": "vite",
    "build": "run-p type-check build-only",
    "preview": "vite preview",
    "test": "playwright test",
    "show-coverage": "http-server coverage/report --port 8888 -o",
    "build-only": "vite build",
    "build-lib": "BUILD_LIB=true vite build",
    "type-check": "vue-tsc --noEmit -p tsconfig.json --composite false",
    "install-browsers": "playwright install --with-deps",
    "prepublishOnly": "npm run build-lib"
  },
  "dependencies": {
    "@girder/fontello": "^5.0.0",
    "apexcharts": "^5.0.0",
    "backbone": "^1.4.0",
    "bootstrap": "~3.4.1",
    "bootstrap-switch": "~3.3.4",
    "eonasdan-bootstrap-datetimepicker": "~4.17",
    "jquery": "~3.5.1",
    "jsoneditor": "~10.4.2",
    "moment": "^2.24.0",
    "moment-timezone": "^0.6.0",
    "qrcode": "^1.4.4",
    "remarkable": "~2.0.0",
    "typeface-open-sans": "^1.1.13",
    "underscore": "~1.13.6",
    "url-otpauth": "~2.0.0",
    "vue": "^3.2.47"
  },
  "devDependencies": {
    "@playwright/test": "^1.61.0",
    "@tsconfig/node20": "^20.0.0",
    "@types/istanbul-lib-report": "^3.0.0",
    "@types/istanbul-reports": "^3.0.1",
    "@types/node": "^26.0.0",
    "@types/pug": "^2.0.6",
    "@vitejs/plugin-vue": "^6.0.0",
    "@vue/test-utils": "^2.3.2",
    "@vue/tsconfig": "^0.5.0",
    "get-port": "^7.2.0",
    "http-server": "^14.1.1",
    "istanbul-lib-report": "^3.0.0",
    "istanbul-reports": "^3.1.5",
    "npm-run-all": "^4.1.5",
    "playwright": "^1.61.0",
    "playwright-test-coverage": "^1.2.12",
    "pug": "^3.0.2",
    "stylus": "^0.64.0",
    "typescript": "^6.0.0",
    "v8-to-istanbul": "^9.1.0",
    "vite": "^8.0.5",
    "vite-plugin-dts": "^4.0.0",
    "vite-plugin-static-copy": "^4.0.0",
    "vue-tsc": "^3.0.0"
  },
  "overrides": {
    "moment-timezone": "^0.6.0"
  }
}
