Browser extension that demonstrates the Web Annotation Discovery mechanism: subscribe to people’s annotation collections/‘feeds’, to see their notes on the web; and create & publish annotations yourself.

web-annotation-discovery-we.../ package.json
39 lines
1.2 KiB

  1. {
  2. "name": "web-annotation-discovery-webextension",
  3. "version": "0.1.0",
  4. "scripts": {
  5. "build": "vite build && web-ext build -s dist --overwrite-dest",
  6. "dev": "vite dev"
  7. },
  8. "author": "",
  9. "license": "Unlicense",
  10. "devDependencies": {
  11. "@types/deep-equal": "^1.0.1",
  12. "@types/firefox-webext-browser": "^94.0.1",
  13. "@types/lodash.debounce": "^4.0.7",
  14. "@types/uuid": "^8.3.4",
  15. "@types/webextension-polyfill": "^0.9.0",
  16. "@types/whatwg-mimetype": "^3.0.0",
  17. "typescript": "^4.7.4",
  18. "typescript-plugin-css-modules": "^3.4.0",
  19. "vite": "^2.9.14",
  20. "vite-plugin-web-extension": "^1.4.2",
  21. "web-ext": "^7.2.0"
  22. },
  23. "dependencies": {
  24. "@apache-annotator/dom": "^0.3.0-dev.23",
  25. "@apache-annotator/selector": "^0.3.0-dev.23",
  26. "classnames": "^2.3.1",
  27. "deep-equal": "^2.0.5",
  28. "dexie": "^3.2.2",
  29. "lodash.debounce": "^4.0.8",
  30. "preact": "^10.10.0",
  31. "scroll-into-view-if-needed": "^2.2.29",
  32. "uuid": "^9.0.0",
  33. "web-annotation-utils": "git+https://code.treora.com/gerben/web-annotation-utils#latest",
  34. "webextension-polyfill": "^0.9.0",
  35. "webextension-rpc": "^0.3.0",
  36. "whatwg-mimetype": "^3.0.0"
  37. }
  38. }