-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"name": "lama-app",
"version": "1.10.2",
"description": "Lippesola Administation und Mitarbeiter Anmeldung",
"productName": "LAMA",
"author": "Micha Preußer",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue ./",
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@dsb-norge/vue-keycloak-js": "^2.4.0",
"@quasar/extras": "^1.17.0",
"axios": "^1.13.0",
"eslint": "^9.39.1",
"form-data": "^4.0.2",
"keycloak-js": "^26.2.1",
"moment": "^2.30.1",
"moment-range": "^4.0.2",
"quasar": "^2.18.1",
"sortablejs": "^1.15.6",
"vue": "^3.5.22",
"vue-advanced-cropper": "^2.8.8",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@quasar/app-vite": "^2.2.0",
"autoprefixer": "^10.4.20",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-vue": "^10.0.0",
"postcss": "^8.5.6",
"prettier": "^3.5.3"
},
"engines": {
"node": "^20",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}