-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 Bytes
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
{
"name": "localstore",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"test:browser": "vitest"
},
"dependencies": {
"@rdfjs/data-model": "^2.1.0",
"@testing-library/dom": "^10.4.0",
"@types/events": "^3.0.3",
"@types/n3": "^1.25.3",
"@types/node": "^22.15.29",
"@types/rdfjs__data-model": "^2.0.9",
"@vitest/browser": "^3.1.4",
"events": "^3.3.0",
"hex-encoding": "^2.0.3",
"idb-keyval": "^6.2.2",
"n3": "^1.25.2",
"readable-stream": "^4.7.0"
},
"devDependencies": {
"@comunica/query-sparql": "^4.2.0",
"@rdfjs/types": "^2.0.1",
"typescript": "~5.8.3",
"vite": "^6.3.5",
"@types/wicg-file-system-access": "^2023.10.6",
"vitest": "^3.1.4"
}
}