-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.91 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
{
"name": "myApp",
"version": "0.0.1",
"private": true,
"description": "An Ionic project",
"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"
},
"dependencies": {
"@capacitor/app": "1.0.3",
"@capacitor/core": "3.2.2",
"@capacitor/haptics": "1.0.3",
"@capacitor/keyboard": "1.0.3",
"@capacitor/status-bar": "1.0.3",
"@ionic/vue": "^6.0.2",
"@ionic/vue-router": "^6.0.2",
"axios": "^0.21.4",
"core-js": "^3.6.5",
"moment": "^2.29.1",
"qs": "^6.5.2",
"vue": "^3.2.26",
"vue-router": "^4.0.12",
"vue3-google-auth": "^0.0.2",
"vue3-google-oauth2": "^1.0.6",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@capacitor/cli": "3.2.2",
"@types/gapi": "^0.0.41",
"@types/gapi.auth2": "^0.0.55",
"@types/jest": "^24.0.19",
"@types/lodash-es": "^4.17.5",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
"@vue/cli-plugin-e2e-cypress": "~5.0.0-rc.1",
"@vue/cli-plugin-router": "~5.0.0-rc.1",
"@vue/cli-plugin-typescript": "~5.0.0-rc.1",
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
"@vue/cli-service": "~5.0.0-rc.1",
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^2.0.0-0",
"ansi-regex": ">=5.0.1",
"cypress": "^8.3.0",
"eslint": "^8.6.0",
"eslint-plugin-vue": "^7.0.0-0",
"jest": "^27.1.0",
"json-schema": ">=0.4.0",
"lodash-es": "^4.17.21",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5",
"vue-jest": "^5.0.0-0"
},
"jest": {
"transformIgnorePatterns": [
"/node_modules/(?!@ionic/vue|@ionic/vue-router|@ionic/core|@stencil/core|ionicons)"
]
}
}