-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 2.4 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
{
"name": "hk-transport",
"version": "1.0.4",
"private": true,
"description": "An app viewing all major modes of transport in Hong Kong.",
"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",
"cypress:open": "cypress open",
"dev": "vue-cli-service serve"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@capacitor/android": "6.1.1",
"@capacitor/app": "^6.0.0",
"@capacitor/core": "^6.1.1",
"@capacitor/dialog": "^6.0.0",
"@capacitor/haptics": "^6.0.0",
"@capacitor/ios": "^6.1.2",
"@capacitor/keyboard": "^6.0.1",
"@capacitor/status-bar": "^6.0.0",
"@ionic/vue": "8.2.6",
"@ionic/vue-router": "8.2.6",
"@vueuse/core": "^10.5.0",
"axios": "^1.2.3",
"axios-retry": "^4.4.2",
"bootstrap-icons-vue": "^1.10.3",
"chromium": "^3.0.3",
"cordova-plugin-geolocation": "^5.0.0",
"core-js": "^3.6.5",
"geolib": "^3.3.3",
"i18next": "^23.4.5",
"i18next-http-backend": "^2.2.1",
"i18next-vue": "^4.0.0",
"ionicons": "^7.4.0",
"leaflet": "^1.9.2",
"localforage": "^1.10.0",
"pinia": "^2.1.7",
"pinia-persistence-plugin": "^0.0.5",
"postcss": "^8.4.31",
"register-service-worker": "^1.7.2",
"sha256": "^0.2.0",
"swiper": "^11.1.7",
"vue": "^3.3.7",
"vue-router": "^4.2.5",
"vue3-marquee": "^4.0.0"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.1",
"@types/leaflet": "^1.9.3",
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
"@vue/cli-plugin-e2e-cypress": "~5.0.0-rc.1",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0-rc.1",
"@vue/cli-service": "^5.0.8",
"@vue/test-utils": "^2.0.0-rc.16",
"cypress": "^13.5.0",
"cypress-if": "^1.10.5",
"cypress-wait-until": "^3.0.2",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-vue": "^9.14.1",
"http-server": "^14.1.1",
"prettier": "^3.0.3",
"serve": "^14.2.1"
}
}