-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.78 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
{
"name": "top-frontend",
"version": "0.8.23",
"description": "An app for ontological modelling and managing of phenotypes.",
"productName": "TOP Framework",
"repository": {
"type": "git",
"url": "https://github.com/Onto-Med/top-frontend"
},
"homepage": "https://onto-med.github.io/top-deployment/",
"author": "Christoph Beger <ChristophB@users.noreply.github.com>",
"type": "module",
"private": true,
"scripts": {
"lint": "eslint -c ./eslint.config.js --cache --cache-location node_modules/.cache/eslint/.eslintcache \"./src*/**/*.{ts,js,cjs,mjs,vue,scss}\"",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"dev": "quasar dev",
"build": "quasar build",
"postinstall": "quasar prepare"
},
"dependencies": {
"@dsb-norge/vue-keycloak-js": "^3.0.3",
"@lhncbc/ucum-lhc": "^7.1.3",
"@onto-med/top-api": "0.14.1",
"@quasar/extras": "^1.17.0",
"@types/papaparse": "^5.5.1",
"@zip.js/zip.js": "^2.8.11",
"ag-grid-vue3": "34.3.1",
"json-editor-vue": "^0.18.1",
"papaparse": "^5.5.3",
"pinia": "^3.0.4",
"quasar": "^2.18.6",
"uuid": "^13.0.0",
"vue": "^3.5.25",
"vue-i18n": "^11.2.2",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@intlify/unplugin-vue-i18n": "^11.0.3",
"@quasar/app-vite": "^2.4.0",
"@types/node": "^24.10.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-plugin-vue": "^10.6.2",
"globals": "^16.5.0",
"prettier": "^3.7.4",
"typescript": "^5.9.3",
"vite-plugin-checker": "^0.11.0",
"vue-tsc": "^3.1.5"
},
"engines": {
"node": ">= 18",
"npm": ">= 6.13.4"
}
}