-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "rdf-elements",
"version": "0.1.2",
"description": "RDF/JS Web Components",
"type": "module",
"main": "index.js",
"scripts": {
"build": "vite build --base=./ --outDir=../dist examples",
"dev": "vite",
"prepack": "vite build --sourcemap",
"prepare": "node ./scripts/build.js",
"test": "stricter-standard *.js examples/*.js scripts/*.js src/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rdf-ext/rdf-elements.git"
},
"keywords": [
"component",
"rdf",
"rdfjs",
"ui"
],
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdf-ext/rdf-elements/issues"
},
"homepage": "https://github.com/rdf-ext/rdf-elements",
"dependencies": {
"@codemirror/language": "^6.9.3",
"@codemirror/state": "^6.3.2",
"@codemirror/view": "^6.22.1",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.3.14",
"@rdfjs/formats": "^4.0.0",
"@rdfjs/score": "^0.1.1",
"@rdfjs/tree": "^0.2.0",
"codemirror": "^6.0.1",
"cytoscape": "^3.27.0",
"cytoscape-cola": "^2.5.1",
"lit": "^3.1.0",
"rdf-ext": "^2.5.0",
"readable-stream": "^4.4.2",
"sparqljs": "^3.7.1",
"stream-chunks": "^1.0.0",
"webcola": "^3.4.0"
},
"devDependencies": {
"bootstrap": "^5.3.2",
"housemd": "^0.1.2",
"stricter-standard": "^0.3.0",
"vite": "^5.0.2"
}
}