-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2 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
{
"name": "@personalhealthtrain/station-ui",
"private": true,
"license": "MIT",
"version": "0.0.0",
"description": "This package contains the Station UI application of the PHT.",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": ""
},
"keywords": [
"station",
"pht",
"ui",
"frontend",
"management",
"auth",
"api"
],
"devDependencies": {
"@authup/common": "^0.10.1",
"@authup/vue2": "^0.3.0",
"@fortawesome/fontawesome-free": "^6.1.2",
"@hapic/oauth2": "^1.0.1",
"@nuxt/types": "^2.14.5",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/google-fonts": "^2.0.0",
"@nuxtjs/proxy": "^2.1.0",
"@personalhealthtrain/central-common": "^1.4.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-angular": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/cz-commitlint": "^17.4.2",
"@tada5hi/eslint-config-vue-typescript": "^1.1.1",
"@tada5hi/tsconfig": "^0.3.0",
"@types/moment": "^2.13.0",
"@types/vuelidate": "^0.7.13",
"@typescript-error/core": "^1.1.3",
"@vue-layout/navigation": "^1.0.16",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.23.1",
"browser-storage-adapter": "^1.1.2",
"eslint": "^8.32.0",
"hapic": "^1.0.0",
"husky": "^8.0.3",
"ilingo": "^2.0.2",
"moment": "^2.29.4",
"nuxt": "^2.15.8",
"plotly.js": "^2.18.0",
"typescript": "^4.9.4",
"vue": "^2.7.14",
"vue-gravatar": "^1.4.1",
"vue-timeago": "^5.1.2",
"vuelidate": "^0.7.7",
"vuex": "^3.6.2"
},
"publishConfig": {
"access": "public"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}