4 "description": "dokieli is a clientside editor for decentralised article publishing, annotations, and social interactions.",
5 "main": "./src/dokieli.js",
8 "build-dist": "webpack --progress --color",
9 "build": "yarn build-dist",
10 "test": "TZ=UTC node --experimental-vm-modules node_modules/jest/bin/jest.js --silent",
11 "test:e2e": "playwright test",
12 "watch": "webpack --progress --color --watch",
13 "minify": "webpack --progress --color --env minimize",
14 "postinstall": "patch-package",
17 "repository": "https://github.com/linkeddata/dokieli",
32 "author": "dokieli team",
33 "license": "Apache-2.0",
35 "url": "https://github.com/linkeddata/dokieli/issues"
37 "homepage": "https://dokie.li/",
44 "d3-selection": "^3.0.0",
46 "dompurify": "^3.1.5",
47 "fs": "^0.0.1-security",
48 "http-link-header": "^1.1.3",
50 "leaflet-gpx": "^1.7.0",
51 "medium-editor": "^5.23.3",
52 "medium-editor-tables": "^0.6.1",
53 "micromark": "^4.0.0",
54 "micromark-extension-gfm": "^3.0.0",
55 "micromark-extension-gfm-tagfilter": "^2.0.0",
56 "rdf-parser-rdfa": "https://github.com/rdf-ext/rdf-parser-rdfa.git#master",
57 "rdf-store-ldp": "^0.3.1",
58 "shower": "https://github.com/shower/core.git#main",
59 "simplerdf": "^0.2.14",
60 "simplerdf-parse": "^0.1.3",
61 "solid-auth-client": "^2.5.6"
64 "@axe-core/playwright": "^4.9.1",
65 "@playwright/test": "^1.44.1",
66 "babel-eslint": "^10.1.0",
69 "eslint-plugin-jest": "^27.9.0",
72 "jest-environment-jsdom": "^29.0.3",
73 "patch-package": "^8.0.0",
74 "process": "^0.11.10",
75 "terser-webpack-plugin": "^5.3.3",
77 "webpack-cli": "^5.0.1"
80 "ansi-regex": "^5.0.0",
81 "xmldom": "https://github.com/xmldom/xmldom.git#master",
82 "green-turtle": "https://github.com/csarven/green-turtle#master",
84 "http-cache-semantics": "^4.1.1",
88 "lru-cache": "^8.0.0",
89 "micromatch": "^4.0.8"