forked from gchq/LD-Explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.03 KB
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
{
"name": "ld-explorer",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gchq/ld-explorer/issues"
},
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
"test:unit+component": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:update-snapshots": "playwright test --update-snapshots",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"copyright:check": "./scripts/check-copyright.sh",
"copyright:write": "./scripts/add-copyright.sh"
},
"devDependencies": {
"@axe-core/playwright": "^4.9.1",
"@comunica/query-sparql": "^2.10.2",
"@comunica/types": "^2.10.0",
"@playwright/test": "^1.45.2",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/svelte": "^5.2.0",
"@types/cytoscape": "^3.21.5",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@ukic/fonts": "^2.6.0",
"@ukic/web-components": "^2.24.0",
"@vitest/coverage-v8": "^2.0.3",
"asynciterator": "^3.9.0",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"cytoscape": "^3.30.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.42.0",
"jsdom": "^24.1.0",
"jsonld-streaming-parser": "^3.4.0",
"n3": "^1.17.4",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"rdf-data-factory": "^1.1.2",
"rdfa-streaming-parser": "^2.0.1",
"shadow-dom-testing-library": "^1.11.2",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-eslint-parser": "^0.36.0",
"tailwindcss": "^3.4.6",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"uuid": "^10.0.0",
"vite": "^5.3.4",
"vitest": "^2.0.3"
},
"type": "module"
}