-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
137 lines (137 loc) · 4.27 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "authenticator",
"version": "4.13.2",
"private": true,
"author": "Gematik GmbH",
"description": "Authenticator Desktop Client",
"main": "dist_electron/main.js",
"license": "European Union Public License 1.2",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack serve",
"electron:build": "cross-env NODE_ENV=production webpack && electron-builder build --config builder.config.js",
"mock:build": "cross-env NODE_ENV=production cross-env MOCK_MODE=ENABLED webpack && electron-builder build --config builder.config.js",
"test": "jest --coverage --runInBand",
"test:fail": "jest --onlyFailures --runInBand",
"test:watch": "jest --watch --runInBand",
"postinstall": "patch-package && electron-builder install-app-deps",
"lint": "eslint ./src/**/*.{vue,ts}"
},
"repository": {
"type": "git",
"url": "https://github.com/gematik/app-Authenticator.git",
"provider": "github"
},
"bugs": {
"url": "https://github.com/gematik/app-Authenticator/issues"
},
"dependencies": {
"base64url": "^3.0.1",
"dot-object": "^2.1.5",
"electron-edge-js": "^32.0.0",
"flatted": "^3.3.1",
"got": "11.8.6",
"hpagent": "^1.2.0",
"http-status-codes": "^2.3.0",
"ip-matching": "^2.1.2",
"is-fqdn": "^2.0.1",
"is-valid-domain": "^0.1.6",
"jsonwebtoken": "^9.0.2",
"keytar": "^7.9.0",
"lodash": "^4.17.21",
"minimatch": "^10.0.1",
"node-forge": "^1.3.1",
"node-jose": "^2.2.0",
"qs": "^6.13.0",
"sax": "^1.4.1",
"stream-browserify": "^3.0.0",
"sweetalert2": "11.4.8",
"uuid": "^10.0.0",
"validator": "^13.12.0",
"vue": "^3.5.10",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
"vuex": "^4.1.0",
"winston": "^3.14.2",
"winston-daily-rotate-file": "^5.0.0",
"xml2js": "^0.6.2",
"zip-a-folder": "^3.1.8"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@eslint/js": "^9.11.1",
"@glen/jest-raw-loader": "^2.0.0",
"@intlify/vue-i18n-loader": "^4.2.0",
"@peculiar/webcrypto": "^1.5.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@types/dot-object": "^2.1.6",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.13",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.9",
"@types/micromatch": "^4.0.9",
"@types/node": "^20.16.7",
"@types/uuid": "^10.0.0",
"@types/validator": "^13.12.2",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/compiler-sfc": "^3.5.10",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^29.2.6",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"css-loader": "^7.1.2",
"dotenv": "^16.4.5",
"electron": "^32.2.0",
"electron-builder": "^24.13.3",
"electron-updater": "^6.3.4",
"esbuild-loader": "^4.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-html-reporter": "^3.10.2",
"jest-junit": "^16.0.0",
"jest-raw-loader": "^1.0.1",
"jest-sonar-reporter": "^2.0.0",
"jest-transform-stub": "^2.0.0",
"node-loader": "^2.0.0",
"patch-package": "^8.0.0",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.5",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"util": "^0.12.5",
"vm-browserify": "^1.1.2",
"vue-eslint-parser": "^9.4.3",
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-preprocessor-loader": "^1.3.0",
"webpack-shell-plugin-next": "^2.3.2",
"yaml": "^2.5.1"
},
"overrides": {
"undici": "6.19.7",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"cross-spawn": "7.0.6"
}
}