-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.02 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 3.02 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "partymap",
"version": "1.1.0",
"description": "The global directory of festivals and events",
"productName": "PartyMap",
"author": "PartyMap (info@partymap.com)",
"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.1.0",
"@capacitor/status-bar": "^6.0.0",
"@hcaptcha/vue3-hcaptcha": "^1.2.1",
"@hugotomazi/capacitor-navigation-bar": "^4.0.1",
"@indoorequal/vue-maplibre-gl": "^8.4.2",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@popperjs/core": "^2.11.8",
"@quasar/extras": "^1.16.15",
"@vue-youtube/component": "^0.0.6",
"@vue-youtube/core": "^0.0.6",
"@vue/compiler-sfc": "^3.5.13",
"@vueuse/components": "^12.0.0",
"@vueuse/core": "^11.1.0",
"@vueuse/gesture": "^2.0.0-beta.1",
"@vueuse/motion": "^2.0.0",
"axios": "^1.7.9",
"chart.js": "^4.4.9",
"cordova-plugin-screen-orientation": "^3.0.4",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"hcaptcha": "^0.2.0",
"http-proxy-middleware": "^3.0.3",
"leaflet-geosearch": "^3.7.0",
"lethargy-ts": "^0.1.0",
"lodash": "^4.17.21",
"maplibre-gl": "^5.15.0",
"motion-v": "^1.1.1",
"pinia": "^2.3.0",
"pm2": "^5.4.3",
"quasar": "^2.17.5",
"register-service-worker": "^1.7.2",
"sha.js": "^2.4.9",
"v-calendar": "^3.1.2",
"vite": "^6.0.3",
"vue": "^3.5.13",
"vue-apple-login": "^2.0.1",
"vue-chartjs": "^5.3.2",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0",
"wheel-indicator": "^1.3.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@quasar/app-vite": "^2.0.2",
"@types/geojson": "^7946.0.15",
"@types/node": "^18.0.0",
"@types/node-geocoder": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vue/devtools": "^7.6.8",
"autoprefixer": "^10.4.2",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vite-plugin-vue-devtools": "^7.7.1",
"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": "^20 || ^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}