-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.89 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
{
"name": "desktop-app",
"private": true,
"main": ".vitron/main/index.js",
"version": "2.1.0",
"description": "This project contains the Desktop-App of the PHT.",
"scripts": {
"init": "vitron init",
"dev": "vitron dev",
"build": "vitron build --config electron-builder.config.js",
"lint": "eslint --ext .ts,.vue,.js ./src",
"lint:fix": "npm run lint -- --fix",
"postinstall": "electron-builder install-app-deps",
"test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js",
"typecheck": "nuxi typecheck src/renderer",
"publish": "np --no-publish"
},
"keywords": [],
"author": {
"name": "Peter Placzek",
"email": "[email protected]",
"url": "https://tada5hi.net"
},
"license": "MIT",
"homepage": "https://github.com/PHT-Medic/desktop-app/blob/master/README.md",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"paillier-bigint": "^3.4.3"
},
"devDependencies": {
"@authup/client-vue": "^0.41.0",
"@authup/core": "^0.45.7",
"@fortawesome/fontawesome-free": "6.4.2",
"@hapic/oauth2": "^2.3.0",
"@nuxtjs/google-fonts": "^3.0.2",
"@personalhealthtrain/client-vue": "2.4.0-alpha.23",
"@personalhealthtrain/core": "2.4.0-alpha.21",
"@pinia/nuxt": "^0.5.1",
"@tada5hi/commitlint-config": "^1.0.0",
"@tada5hi/eslint-config-vue-typescript": "1.3.6",
"@types/jest": "^27.4.1",
"@types/json-bigint": "^1.0.3",
"@types/tar": "^6.1.4",
"@vue-layout/countdown": "^3.0.0",
"@vue-layout/form-controls": "^3.4.0",
"@vue-layout/gravatar": "^3.0.0",
"@vue-layout/list-controls": "^3.6.1",
"@vue-layout/navigation": "^3.4.0",
"@vue-layout/pagination": "^3.4.0",
"@vue-layout/preset-bootstrap-v5": "^3.2.0",
"@vue-layout/preset-font-awesome": "^3.0.0",
"@vue-layout/timeago": "^3.0.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.5.0",
"bootstrap": "^5.3.1",
"bootstrap-vue-next": "^0.11.0",
"browser-env": "3.3.0",
"browser-storage-adapter": "^1.1.2",
"cookie": "^0.5.0",
"cross-env": "7.0.3",
"electron": "^26.1.0",
"electron-builder": "^24.6.4",
"electron-builder-notarize": "^1.5.1",
"eslint": "^8.53.0",
"hapic": "^2.3.0",
"husky": "^8.0.3",
"ilingo": "^3.0.0",
"jest": "^27.5.1",
"json-bigint": "^1.0.0",
"moment": "^2.29.4",
"np": "^8.0.1",
"nuxt": "3.6.5",
"pathe": "^1.1.1",
"pinia": "^2.1.6",
"resguard": "^1.4.3",
"tar": "^5.0.11",
"ts-jest": "^27.1.4",
"vitron": "^2.0.0",
"vue": "^3.3.4",
"vue3-form-wizard": "^0.2.1"
}
}