-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.31 KB
/
package.json
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
68
69
70
71
72
73
{
"name": "rad-touristik-club-koln-e-v-1972.github.io",
"version": "1.0.0",
"description": "Website des RTC-Köln Radsport Klubs",
"productName": "RTC Köln e.V. 1972",
"author": "Martin Dünkelmann <[email protected]>",
"type": "module",
"packageManager": "[email protected]+sha256.43abf6e720fb7bc53c591b0862605c7d323d0a9d2dd33bcac07b062e13cf4948",
"private": true,
"scripts": {
"build": "quasar build",
"predev": "corepack use pnpm@* && pnpm lint",
"dev": "quasar dev",
"preinstall": "npx only-allow pnpm",
"postinstall": "quasar prepare",
"lint": "pnpm lint:ts && pnpm lint:prettier",
"lint:ts": "eslint --cache --cache-location node_modules/.cache/.eslintcache --fix .",
"lint:prettier": "prettier --cache --cache-location node_modules/.cache/.prettiercache --ignore-path .gitignore --list-different --write '**/*.{js,ts,vue,scss,html,md,json}' .",
"prepare": "husky",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "1.16.15",
"@quasar/quasar-ui-qcalendar": "4.0.0-beta.22",
"@yeger/vue-masonry-wall": "5.0.16",
"date-holidays": "3.23.18",
"german-metadata": "2.0.1",
"jspdf": "2.5.2",
"libphonenumber-js": "1.11.18",
"maz-ui": "3.50.1",
"mime": "4.0.6",
"pinia": "2.3.0",
"quasar": "2.17.6",
"signature_pad": "5.0.4",
"vue": "3.5.13",
"vue-router": "4.5.0"
},
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@quasar/app-vite": "2.0.7",
"@quasar/quasar-app-extension-qcalendar": "4.0.0-beta.22",
"@types/node": "22.10.7",
"@vue/eslint-config-prettier": "10.1.0",
"@vue/eslint-config-typescript": "14.2.0",
"@vue/language-server": "2.2.0",
"autoprefixer": "10.4.20",
"commitlint": "19.6.1",
"eslint": "9.18.0",
"eslint-plugin-vue": "9.32.0",
"globals": "15.14.0",
"husky": "9.1.7",
"lint-staged": "15.4.1",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"vite-plugin-checker": "0.8.0",
"vite-plugin-sitemap": "0.7.1",
"vue-tsc": "2.2.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.**": [
"eslint --fix",
"prettier --ignore-unknown --write"
]
},
"browserslist": [
"defaults"
]
}