This repository has been archived by the owner on Aug 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.68 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
{
"name": "ti-broish",
"version": "0.0.1",
"private": true,
"description": "An Ionic project",
"scripts": {
"serve": "ionic 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"
},
"dependencies": {
"@capacitor-community/fcm": "^1.0.8",
"@capacitor/android": "^2.4.4",
"@capacitor/core": "2.4.4",
"@capacitor/ios": "^2.4.4",
"@ionic-native/core": "^5.31.1",
"@ionic-native/image-picker": "^5.31.1",
"@ionic-native/keyboard": "^5.31.1",
"@ionic/pwa-elements": "^3.0.2",
"@ionic/vue": "^5.4.0",
"@ionic/vue-router": "^5.4.0",
"axios": "^0.21.0",
"cordova-plugin-telerik-imagepicker": "^2.3.6",
"core-js": "^3.8.3",
"firebase": "^8.2.4",
"pre-commit": "^1.2.2",
"vue": "^3.0.0-0",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-rc.2"
},
"devDependencies": {
"@capacitor/cli": "2.4.4",
"@types/jest": "^24.9.1",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-e2e-cypress": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-plugin-typescript": "^4.5.11",
"@vue/cli-plugin-unit-jest": "^4.5.11",
"@vue/cli-service": "4.5.11",
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^2.0.0-rc.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.5.0",
"jetifier": "^1.6.6",
"typescript": "^3.9.7",
"vue-jest": "^5.0.0-alpha.8"
}
}