-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.88 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
89
90
91
92
{
"name": "partymap",
"version": "1.1.0",
"description": "The global directory of festivals and events",
"productName": "PartyMap",
"author": "PartyMap ([email protected])",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0"
},
"browser": {
"net": "net-browserify"
},
"dependencies": {
"@aashu-dubey/capacitor-statusbar-safe-area": "^3.0.0",
"@capacitor-community/apple-sign-in": "^6.0.0",
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/browser": "^6.0.0",
"@capacitor/cli": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/geolocation": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@hcaptcha/vue3-hcaptcha": "^1.2.1",
"@indoorequal/vue-maplibre-gl": "^7.7.0",
"@popperjs/core": "^2.11.8",
"@quasar/extras": "^1.16.14",
"@types/leaflet": "^1.9.0",
"@vue-youtube/component": "^0.0.6",
"@vue-youtube/core": "^0.0.6",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"@vueuse/gesture": "^2.0.0-beta.1",
"@vueuse/motion": "^2.0.0",
"axios": "^1.7.2",
"cordova-plugin-screen-orientation": "^3.0.4",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"hcaptcha": "^0.1.1",
"leaflet-geosearch": "^3.7.0",
"leaflet-pixi-overlay": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"leaflet.tilelayer.colorfilter": "^1.2.5",
"lethargy-ts": "^0.0.5",
"lodash": "^4.17.21",
"maplibre-gl": "^4.7.1",
"pinia": "^2.0.11",
"pixi.js": "7.1.2",
"quasar": "^2.17.4",
"register-service-worker": "^1.7.2",
"sha.js": "^2.4.9",
"v-calendar": "^3.1.2",
"vue": "^3.5.3",
"vue-apple-login": "^2.0.1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.0",
"wheel-indicator": "^1.3.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
"@quasar/app-vite": "^2.0.0-rc.4",
"@types/node": "^12.20.21",
"@types/node-geocoder": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vue/devtools": "^6.6.3",
"autoprefixer": "^10.4.2",
"dotenv": "^16.0.3",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.4",
"workbox-build": "^7.0.0",
"workbox-cacheable-response": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}