-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.7 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.7 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
{
"name": "solid-cockpit",
"version": "1.0.0",
"description": "The Solid Cockpit applicaiton for Pod utilization",
"main": "~/src/App.vue",
"homepage": "https://knowledgeonwebscale.github.io/solid-cockpit",
"repository": "https://github.com/KNowledgeOnWebScale/solid-cockpit/tree/EDC_active",
"author": "Elias Crum",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"github-post-build": "node github-post-build-script.mjs",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@comunica/context-entries": "^4.2.0",
"@comunica/logger-pretty": "^4.2.0",
"@comunica/query-sparql": "^4.3.0",
"@comunica/query-sparql-solid": "^4.0.2",
"@inrupt/solid-client": "2.1.2",
"@inrupt/solid-client-authn-browser": "3.1.0",
"@inrupt/solid-client-authn-node": "^3.1.0",
"@triply/yasqe": "^4.2.28",
"@triply/yasr": "^4.2.28",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/eslint-config-typescript": "^9.1.0",
"actor-query-process-remote-cache": "^0.1.0",
"core-js": "^3.8.3",
"fs": "^0.0.1-security",
"pinia": "^2.3.1",
"query-sparql-remote-cache": "^0.0.9",
"sparqljs": "^3.7.3",
"vite": "^6.2.3",
"vue": "^3.2.13",
"vue-router": "^4.5.1",
"vuetify": "^3.5.14",
"z3-solver": "^4.15.3"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.5",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"gh-pages": "^5.0.0",
"prettier": "^2.4.1",
"typescript": "^5.0.0"
}
}