pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / by-name / do / dokieli / package.json
blob39198309b8127d115dca95fdeef1960a4859eb64
2   "name": "dokieli",
3   "version": "0.3.1417",
4   "description": "dokieli is a clientside editor for decentralised article publishing, annotations, and social interactions.",
5   "main": "./src/dokieli.js",
6   "type": "module",
7   "scripts": {
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",
15     "lint": "eslint ."
16   },
17   "repository": "https://github.com/linkeddata/dokieli",
18   "keywords": [
19     "activitystreams",
20     "activitypub",
21     "annotations",
22     "authoring",
23     "decentralized",
24     "editor",
25     "knowledge graph",
26     "linked data",
27     "notifications",
28     "publishing",
29     "social web",
30     "web standards"
31   ],
32   "author": "dokieli team",
33   "license": "Apache-2.0",
34   "bugs": {
35     "url": "https://github.com/linkeddata/dokieli/issues"
36   },
37   "homepage": "https://dokie.li/",
38   "engines": {
39     "node": ">=18.0.0"
40   },
41   "dependencies": {
42     "buffer": "^6.0.3",
43     "d3-force": "^3.0.0",
44     "d3-selection": "^3.0.0",
45     "diff": "^5.2.0",
46     "dompurify": "^3.1.5",
47     "fs": "^0.0.1-security",
48     "http-link-header": "^1.1.3",
49     "leaflet": "^1.9.4",
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"
62   },
63   "devDependencies": {
64     "@axe-core/playwright": "^4.9.1",
65     "@playwright/test": "^1.44.1",
66     "babel-eslint": "^10.1.0",
67     "dotenv": "^16.4.5",
68     "eslint": "^9.10.0",
69     "eslint-plugin-jest": "^27.9.0",
70     "husky": "^9.0.11",
71     "jest": "^29.0.3",
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",
76     "webpack": "5.94.0",
77     "webpack-cli": "^5.0.1"
78   },
79   "resolutions": {
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",
83     "json5": "^1.0.2",
84     "http-cache-semantics": "^4.1.1",
85     "jsonld": "^5.0.0",
86     "xml2js": "^0.6.2",
87     "semver": "^7.6.2",
88     "lru-cache": "^8.0.0",
89     "micromatch": "^4.0.8"
90   },
91   "standard": {
92     "globals": [
93       "DO",
94       "SimpleRDF",
95       "ld",
96       "describe",
97       "it",
98       "before",
99       "beforeEach",
100       "after",
101       "afterEach"
102     ]
103   }