forked from alexandre-vl/Papillon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·88 lines (88 loc) · 2.78 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
88
{
"name": "papillon",
"version": "5.7.1",
"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": "^4.1.0",
"@capacitor/action-sheet": "^5.0.2",
"@capacitor/android": "^5.0.4",
"@capacitor/app": "^5.0.2",
"@capacitor/assets": "^2.0.4",
"@capacitor/browser": "^5.0.2",
"@capacitor/clipboard": "^5.0.2",
"@capacitor/core": "^5.0.4",
"@capacitor/device": "^5.0.2",
"@capacitor/dialog": "^5.0.2",
"@capacitor/filesystem": "^5.0.2",
"@capacitor/geolocation": "^5.0.2",
"@capacitor/haptics": "^5.0.2",
"@capacitor/ios": "^5.0.4",
"@capacitor/keyboard": "^5.0.2",
"@capacitor/local-notifications": "^5.0.2",
"@capacitor/network": "^5.0.2",
"@capacitor/preferences": "^5.0.2",
"@capacitor/share": "^5.0.2",
"@capacitor/splash-screen": "^5.0.2",
"@capacitor/status-bar": "^5.0.2",
"@capacitor/toast": "^5.0.2",
"@capawesome/capacitor-file-picker": "^5.0.0",
"@ionic/vue": "^7.0.1",
"@ionic/vue-router": "^7.0.1",
"@mauricewegner/capacitor-navigation-bar": "^2.0.3",
"@transistorsoft/capacitor-background-fetch": "^5.0.0",
"axios": "^1.2.1",
"capacitor-android-shortcuts": "^5.0.5",
"capacitor-calendar": "^1.0.6",
"capacitor-notification-badge": "^1.0.6",
"capacitor-plugin-safe-area": "^2.0.5",
"chart.js": "^4.3.0",
"core-js": "^3.6.5",
"fast-average-color": "^9.3.0",
"install": "^0.13.0",
"ionicons": "^7.1.1",
"js-confetti": "^0.11.0",
"kdecole-api": "^1.4.3",
"lucide-vue-next": "^0.221.0",
"moment": "^2.29.4",
"npm": "^9.6.2",
"pica": "^9.0.1",
"sharp": "^0.32.1",
"swiper": "^9.3.2",
"values.js": "^2.1.1",
"vue": "^3.2.47",
"vue-chartjs": "^5.2.0",
"vue-lazyload": "^3.0.0-rc.2",
"vue-router": "^4.1.6",
"xml2js": "^0.6.0"
},
"devDependencies": {
"@capacitor/cli": "^5.0.1",
"@types/jest": "^29.5.1",
"@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.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.0.0-rc.16",
"@vue/vue3-jest": "^29.2.4",
"babel-jest": "^29.5.0",
"cypress": "^12.13.0",
"eslint": "^8.4.1",
"eslint-plugin-vue": "^9.14.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
}