-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.61 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
{
"name": "ceebi",
"version": "1.3.15",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"cap:sync": "npm run build && npm run cap:android:sync",
"cap:android:sync": "cap sync android",
"cap:ios:sync": "cap sync ios"
},
"dependencies": {
"@capacitor-community/firebase-crashlytics": "^1.3.0",
"@capacitor-community/http": "^1.4.1",
"@capacitor-community/screen-brightness": "^1.0.1",
"@capacitor/android": "3.3.3",
"@capacitor/app": "1.0.6",
"@capacitor/browser": "^1.0.6",
"@capacitor/core": "3.3.2",
"@capacitor/device": "^1.1.2",
"@capacitor/filesystem": "^1.1.0",
"@capacitor/haptics": "1.1.3",
"@capacitor/keyboard": "1.1.3",
"@capacitor/local-notifications": "^1.0.9",
"@capacitor/network": "^1.0.6",
"@capacitor/push-notifications": "^1.0.7",
"@capacitor/splash-screen": "^1.2.0",
"@capacitor/status-bar": "1.0.6",
"@capacitor/storage": "^1.2.3",
"@ionic/core": "6.0.4",
"@ionic/vue": "6.0.4",
"@ionic/vue-router": "6.0.4",
"@robingenz/capacitor-app-update": "^1.3.1",
"canvas-confetti": "^1.5.1",
"core-js": "^3.6.5",
"firebase": "^9.6.6",
"locale-codes": "^1.3.1",
"qrcode": "^1.5.0",
"ripplet.js": "^1.1.0",
"rss-parser": "^3.12.0",
"stacktrace-js": "^2.0.2",
"swiper": "^7.4.1",
"vue": "^3.2.1",
"vue-i18n": "^9.2.0-beta.30",
"vue-progress-circle": "^1.1.2",
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@capacitor/cli": "^3.3.2",
"@types/canvas-confetti": "^1.4.2",
"@types/jest": "^24.0.19",
"@types/qrcode": "^1.4.1",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-e2e-cypress": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^2.0.0-0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"fork-ts-checker-webpack-plugin-v5": "npm:fork-ts-checker-webpack-plugin@^5.0.11",
"typescript": "^4.3.5",
"vue-jest": "^5.0.0-0",
"vue-loader-v16": "npm:vue-loader@^16.1.0"
},
"description": "An Ionic project"
}