This repository has been archived by the owner on Oct 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·87 lines (87 loc) · 2.79 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
77
78
79
80
81
82
83
84
85
86
87
{
"name": "papillon",
"version": "5.4.0",
"canal": "dev",
"private": true,
"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-community/app-icon": "^3.1.0-beta.0",
"@capacitor/action-sheet": "^4.1.0",
"@capacitor/android": "^4.6.1",
"@capacitor/app": "^4.1.1",
"@capacitor/assets": "^2.0.4",
"@capacitor/browser": "^4.1.1",
"@capacitor/clipboard": "^4.1.0",
"@capacitor/core": "^4.6.1",
"@capacitor/device": "^4.1.0",
"@capacitor/dialog": "^4.1.0",
"@capacitor/filesystem": "^4.1.4",
"@capacitor/geolocation": "^4.1.0",
"@capacitor/haptics": "^4.1.0",
"@capacitor/ios": "^4.6.1",
"@capacitor/keyboard": "^4.1.1",
"@capacitor/local-notifications": "^4.1.4",
"@capacitor/network": "^4.1.0",
"@capacitor/preferences": "^4.0.2",
"@capacitor/share": "^4.1.0",
"@capacitor/splash-screen": "^4.1.2",
"@capacitor/status-bar": "^4.1.1",
"@capacitor/toast": "^4.1.0",
"@capawesome/capacitor-file-picker": "^0.6.1",
"@hugotomazi/capacitor-navigation-bar": "^2.0.0",
"@ionic/vue": "^7.0.1",
"@ionic/vue-router": "^7.0.1",
"@transistorsoft/capacitor-background-fetch": "^1.0.3",
"axios": "^1.2.1",
"capacitor-android-shortcuts": "^4.0.0",
"capacitor-calendar": "^1.0.6",
"capacitor-notification-badge": "^1.0.6",
"capacitor-plugin-safe-area": "^1.0.1",
"core-js": "^3.6.5",
"fast-average-color": "^9.3.0",
"install": "^0.13.0",
"ionicons": "^6.0.3",
"js-confetti": "^0.11.0",
"kdecole-api": "^1.4.3",
"lucide-vue-next": "^0.104.0",
"moment": "^2.29.4",
"npm": "^9.6.2",
"pica": "^9.0.1",
"sharp": "^0.31.3",
"swiper": "^8.4.5",
"values.js": "^2.1.1",
"vue": "^3.2.47",
"vue-lazyload": "^3.0.0-rc.2",
"vue-router": "^4.1.6",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@capacitor/cli": "^4.6.1",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
"@vue/cli-plugin-e2e-cypress": "~5.0.0-rc.1",
"@vue/cli-plugin-eslint": "~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.8",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.0.0-rc.16",
"@vue/vue3-jest": "^27.0.0-alpha.3",
"babel-jest": "^27.3.1",
"cypress": "^8.7.0",
"eslint": "^8.4.1",
"eslint-plugin-vue": "^8.2.0",
"jest": "^27.3.1",
"ts-jest": "^27.0.7",
"typescript": "^4.3.5"
}
}