-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.32 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": "top-tips-app",
"version": "2.9.4",
"private": true,
"description": "Lightweight app for a handball guessing game",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"ionic:build": "vue-cli-service build",
"ionic:serve": "vue-cli-service serve",
"bs": "npm run build && npm run serve",
"android": "ionic cap copy && ionic cap sync && ionic cap open android"
},
"dependencies": {
"@capacitor-community/fcm": "^3.0.2",
"@capacitor/android": "^4.8.1",
"@capacitor/app": "^4.1.1",
"@capacitor/core": "^4.8.1",
"@capacitor/haptics": "^4.1.0",
"@capacitor/keyboard": "^4.1.1",
"@capacitor/push-notifications": "^4.1.2",
"@capacitor/status-bar": "^4.1.1",
"@ionic/cli": "^7.2.0",
"@ionic/core": "^8.3.0",
"@ionic/vue": "^8.3.0",
"@ionic/vue-router": "^8.3.0",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"axios": "^1.7.7",
"core-js": "^3.38.1",
"esnext": "^3.3.1",
"glob-parent": ">=6.0.2",
"lodash": ">=4.17.21",
"minimist": ">=1.2.8",
"moment": ">=2.30.1",
"netmask": ">=2.0.1",
"node-forge": ">=1.3.0",
"node-notifier": ">=8.0.1",
"nth-check": ">=2.1.1",
"pac-resolver": ">=7.0.1",
"register-service-worker": "^1.7.2",
"swiper": "^8.4.7",
"vue": "^3.5.6",
"vue-clipboard3": "^2.0.0",
"vue-router": "^4.4.5",
"vuex": "^4.1.0",
"yargs-parser": ">=21.1.1"
},
"devDependencies": {
"@capacitor/cli": "^4.8.1",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.9.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-pwa": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.5.6",
"@vue/eslint-config-typescript": "14.0.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-config-google": "^0.14.0",
"eslint-webpack-plugin": "^4.2.0",
"eslint-plugin-vue": "^9.29.0",
"typescript": "^5.6.2",
"vue-loader-v16": "npm:vue-loader@^16.1.0"
}
}