-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.83 KB
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
{
"name": "com.thesocialpathway",
"version": "1.0.0",
"description": "An Amazing Capacitor App",
"keywords": [
"capacitor",
"mobile"
],
"bin": {
"tsp": "bin/thesocialpathway",
"apkmaker": "bin/apkmaker"
},
"scripts": {
"bundle": "vite build -m development"
},
"dependencies": {
"@capacitor-firebase/firestore": "^6.3.1",
"@capacitor/android": "^6.1.2",
"@capacitor/app": "^6.0.1",
"@capacitor/camera": "^6.1.0",
"@capacitor/core": "^6.1.2",
"@capacitor/device": "^6.0.1",
"@capacitor/filesystem": "^6.0.1",
"@capacitor/geolocation": "^6.0.1",
"@capacitor/google-maps": "^6.0.1",
"@capacitor/haptics": "^6.0.1",
"@capacitor/keyboard": "^6.0.2",
"@capacitor/splash-screen": "^6.0.2",
"@capacitor/status-bar": "^6.0.1",
"@capawesome/capacitor-screenshot": "^6.0.0",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"axios": "^1.7.9",
"html2canvas": "^1.4.1",
"leaflet": "^1.9.4",
"leaflet.glify": "^3.3.1",
"lodash": "^4.17.21",
"mapbox-gl": "^3.9.4",
"motion": "^12.1.0",
"pixi.js": "^8.7.3",
"qs": "^6.14.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6"
},
"devDependencies": {
"@capacitor/cli": "^6.1.2",
"@trapezedev/project": "^7.1.3",
"@types/geojson": "^7946.0.16",
"@types/google.maps": "^3.58.1",
"@types/lodash": "^4.17.15",
"@types/mapbox-gl": "^3.4.1",
"@types/qs": "^6.9.18",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"commander": "^12.1.0",
"glob": "^11.0.0",
"html-minifier-terser": "^7.2.0",
"kleur": "^4.1.5",
"postcss": "^8.4.49",
"sass-embedded": "^1.81.0",
"tsx": "^4.19.2",
"vite": "^6.0.11",
"vite-plugin-vuetify": "^2.0.4"
},
"author": "Conor Eyers",
"license": "ISC",
"type": "module"
}