|
1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "web-annotation-discovery-webextension",
- "version": "0.1.0",
- "scripts": {
- "build": "vite build && web-ext build -s dist --overwrite-dest",
- "dev": "vite dev"
- },
- "author": "",
- "license": "Unlicense",
- "devDependencies": {
- "@types/deep-equal": "^1.0.1",
- "@types/firefox-webext-browser": "^94.0.1",
- "@types/lodash.debounce": "^4.0.7",
- "@types/uuid": "^8.3.4",
- "@types/webextension-polyfill": "^0.9.0",
- "@types/whatwg-mimetype": "^3.0.0",
- "typescript": "^4.7.4",
- "typescript-plugin-css-modules": "^3.4.0",
- "vite": "^2.9.14",
- "vite-plugin-web-extension": "^1.4.2",
- "web-ext": "^7.2.0"
- },
- "dependencies": {
- "@apache-annotator/dom": "^0.3.0-dev.23",
- "@apache-annotator/selector": "^0.3.0-dev.23",
- "classnames": "^2.3.1",
- "deep-equal": "^2.0.5",
- "dexie": "^3.2.2",
- "lodash.debounce": "^4.0.8",
- "preact": "^10.10.0",
- "scroll-into-view-if-needed": "^2.2.29",
- "uuid": "^9.0.0",
- "web-annotation-utils": "git+https://code.treora.com/gerben/web-annotation-utils#latest",
- "webextension-polyfill": "^0.9.0",
- "webextension-rpc": "^0.3.0",
- "whatwg-mimetype": "^3.0.0"
- }
- }
|