-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.79 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "epo-tools",
"version": "0.2.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"fetch-repos": "node src/download/fetchRepos.js",
"fetch-vocabularies": "node src/download/fetchVocabularies.js",
"snapshot": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OP-TED/ePO-tools.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/OP-TED/ePO-tools/issues"
},
"homepage": "https://github.com/OP-TED/ePO-tools#readme",
"dependencies": {
"better-sqlite3": "^11.5.0",
"rdflib": "^2.2.35",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@rdfjs-elements/formats-pretty": "^0.6.7",
"@sigma/edge-curve": "^3.0.0-beta.7",
"@sigma/node-border": "^3.0.0-beta.3",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vueuse/core": "^10.9.0",
"buffer": "^6.0.3",
"chai": "^5.1.0",
"chroma-js": "^2.4.2",
"csv-stringify": "^6.4.5",
"expect": "^29.7.0",
"expect-mocha-snapshot": "^2.1.5",
"get-stream": "^8.0.1",
"glob": "^10.3.10",
"got": "^14.2.0",
"graphology": "^0.25.4",
"graphology-layout": "^0.6.1",
"graphology-layout-forceatlas2": "^0.10.1",
"mdb-reader": "^3.0.0",
"mocha": "^10.4.0",
"n3": "^1.17.3",
"naive-ui": "^2.38.1",
"node-fetch": "^3.3.2",
"oxigraph": "^0.4.0-alpha.3",
"pinia": "^2.1.7",
"plantuml-encoder": "^1.4.0",
"rdf-ext": "^2.5.1",
"sigma": "^3.0.0-beta.18",
"sparqljs": "^3.7.1",
"tar": "^6.2.0",
"vite": "^5.2.8",
"vite-plugin-node-polyfills": "^0.21.0",
"vue": "^3.4.21",
"vue-diff": "^1.2.4",
"vue-use": "^0.2.0",
"wildcard-match": "^5.1.3",
"yaml": "^2.4.2"
}
}