{
  "name": "@haxtheweb/d-d-docs",
  "version": "26.8.0",
  "description": "Webcomponent d-d-docs following hax / open-wc recommendations",
  "license": "Apache-2.0",
  "author": {
    "name": "haxtheweb",
    "url": "https://hax.psu.edu/"
  },
  "keywords": [
    "webcomponents",
    "html",
    "haxtheweb",
    "lit"
  ],
  "repository": {
    "type": "git",
    "url": ""
  },
  "type": "module",
  "main": "d-d-docs.js",
  "module": "d-d-docs.js",
  "scripts": {
    "start": "web-dev-server",
    "build": "npm run analyze",
    "analyze": "cem analyze --litelement --exclude public",
    "release": "npm run build && commit-and-tag-version && git push --follow-tags origin main && npm publish",
    "test": "web-test-runner test/**/*.test.js --coverage --node-resolve",
    "test:watch": "web-test-runner test/**/*.test.js --node-resolve --watch"
  },
  "dependencies": {
    "@haxtheweb/accent-card": "^26.8.0",
    "@haxtheweb/course-design": "^26.8.0",
    "@haxtheweb/d-d-d": "^26.8.0",
    "@haxtheweb/deduping-fix": "^26.8.0",
    "@haxtheweb/figure-label": "^26.8.0",
    "@haxtheweb/haxcms-elements": "^26.8.0",
    "@haxtheweb/media-image": "^26.8.0",
    "@haxtheweb/page-section": "^26.8.0",
    "@haxtheweb/self-check": "^26.8.0",
    "@haxtheweb/simple-cta": "^26.8.0",
    "@haxtheweb/simple-modal": "^26.8.0",
    "@haxtheweb/stop-note": "^26.8.0",
    "@haxtheweb/video-player": "^26.8.0",
    "lit": "3.3.3"
  },
  "devDependencies": {
    "@babel/preset-env": "7.29.5",
    "@custom-elements-manifest/analyzer": "0.10.4",
    "@open-wc/building-rollup": "3.0.2",
    "@open-wc/testing": "4.0.0",
    "@rollup/plugin-babel": "6.0.4",
    "@rollup/plugin-node-resolve": "16.0.1",
    "@rollup/plugin-terser": "1.0.0",
    "@web/dev-server": "0.4.6",
    "@web/rollup-plugin-html": "3.1.0",
    "@web/rollup-plugin-import-meta-assets": "2.3.0",
    "@web/test-runner": "0.19.0",
    "babel-plugin-template-html-minifier": "4.1.0",
    "babel-plugin-transform-dynamic-import": "2.1.0",
    "commit-and-tag-version": "12.7.3",
    "rimraf": "5.0.7",
    "rollup-plugin-esbuild": "6.2.1"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "hax": {
    "cli": true
  },
  "customElements": "custom-elements.json",
  "gitHead": "245e0cd5ba8ffa15c755a58abc4f60f74a2f876c"
}
