-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.07 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
{
"name": "avantages-jeunes-connect",
"private": true,
"version": "1.0.0-rc.2",
"type": "module",
"license": "CECILL-2.1",
"scripts": {
"dev": "vite --host 0.0.0.0",
"start": "vite --host 0.0.0.0 --port 3000",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint -c .eslintrc.cjs src",
"lint:fix": "eslint --fix -c .eslintrc.cjs src"
},
"dependencies": {
"@aparajita/capacitor-biometric-auth": "^5.2.1",
"@aparajita/capacitor-secure-storage": "^6.0.0",
"@capacitor-community/screen-brightness": "^5.0.0",
"@capacitor/android": "5.2.2",
"@capacitor/app": "^5.0.6",
"@capacitor/camera": "^5.0.9",
"@capacitor/clipboard": "^5.0.7",
"@capacitor/core": "5.2.2",
"@capacitor/device": "^5.0.6",
"@capacitor/dialog": "^5.0.6",
"@capacitor/geolocation": "^5.0.6",
"@capacitor/haptics": "^5.0.6",
"@capacitor/keyboard": "5.0.6",
"@capacitor/local-notifications": "^5.0.6",
"@capacitor/share": "^5.0.6",
"@capacitor/status-bar": "5.0.6",
"@ionic/vue": "^7.0.0",
"@ionic/vue-router": "^7.0.0",
"@maskito/vue": "^1.7.0",
"@popperjs/core": "^2.11.8",
"@types/mapbox-gl": "^2.7.14",
"@types/marked": "^5.0.1",
"@types/moment": "^2.13.0",
"ionicons": "^7.0.0",
"lucide-vue-next": "^0.248.0",
"mapbox-gl": "^2.15.0",
"marked": "^7.0.5",
"moment": "^2.29.4",
"swiper": "^10.3.0",
"v-calendar": "^3.0.3",
"vue": "^3.2.45",
"vue-advanced-cropper": "^2.8.8",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@capacitor/assets": "^2.0.4",
"@capacitor/cli": "5.2.2",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.0",
"cypress": "^12.7.0",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^22.1.0",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.32.2",
"vue-tsc": "^1.0.24"
},
"description": "Une application mobile pour la carte avantages jeunes !"
}