-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
117 lines (117 loc) · 3.51 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"private": true,
"scripts": {
"dev": "nuxi dev --port=3002",
"build": "nuxi build",
"generate": "nuxi generate",
"start": "node .output/server/index.mjs",
"postinstall": "patch-package",
"lint": "eslint --fix --ext .js,.jsx,.ts,.vue ."
},
"engines": {
"node": ">=17.9.1"
},
"overrides": {
"vue-mention": {
"floating-vue": "^5.2.2"
}
},
"devDependencies": {
"@bootstrap-vue-next/nuxt": "^0.22.1",
"@capacitor/cli": "^3.4.3",
"@nuxt/image": "^1.5.0",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-module": "^4.0.2",
"@vue-leaflet/vue-leaflet": "^0.6.1",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"lint": "^1.1.2",
"nuxt": "^3.11.1",
"nuxt-vite-legacy": "^1.2.0",
"prettier": "^2.6.2",
"sass": "1.64.2",
"sitemap": "^7.1.1",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-pwa": "^0.17.4"
},
"dependencies": {
"@capacitor/android": "^3.4.3",
"@capacitor/core": "^3.4.3",
"@chenfengyuan/vue-number-input": "^2.0.1",
"@formatjs/intl-locale": "^4.0.0",
"@formatjs/intl-pluralrules": "^5.2.14",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@nuxtjs/sentry": "^5.1.7",
"@pinia/nuxt": "^0.4.6",
"@popperjs/core": "^2.11.4",
"@sentry/integrations": "^7.52.1",
"@sentry/tracing": "^7.17.3",
"@sentry/vite-plugin": "^2.7.0",
"@sentry/vue": "^7.64.0",
"@uploadcare/blocks": "^0.41",
"@vee-validate/rules": "^4.7.1",
"@vitejs/plugin-legacy": "^5.2.0",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vueform/toggle": "^2.1.2",
"@vuelidate/core": "^2.0.0-alpha.41",
"@vuelidate/validators": "^2.0.0-alpha.29",
"autoprefixer": "10.4.5",
"bootstrap": "5.3.1",
"bootstrap-vue-next": "^0.22.1",
"core-js": "^3.33.0",
"dayjs": "^1.11.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-vue": "^9.15.1",
"fast-fuzzy": "^1.12.0",
"fetch-retry": "^5.0.4",
"floating-vue": "^5.2.2",
"jwt-decode": "^3.1.2",
"leaflet": "^1.8.0",
"leaflet-control-geocoder": "^1.13.0",
"leaflet-gesture-handling": "^1.2.2",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"mitt": "^3.0.0",
"patch-package": "^6.4.7",
"path-browserify": "^1.0.1",
"pinia": "^2.0.17",
"pinia-plugin-persist": "^1.0.0",
"pluralize": "^8.0.0",
"resize-observer-polyfill": "^1.5.1",
"save-file": "^2.3.1",
"simpleheat": "^0.4.0",
"supercluster": "^7.1.5",
"textarea-caret": "^3.1.0",
"turf-distance": "^3.0.12",
"turf-point": "^2.0.1",
"twemoji": "^14.0.2",
"upgrade": "^1.1.0",
"vee-validate": "^4.7.1",
"vite": "^5.0.10",
"vue": "^3.2.47",
"vue-clipboard2": "^0.3.3",
"vue-datepicker-next": "^1.0.3",
"vue-google-charts": "^1.1.0",
"vue-highlight-words": "^3.0.0",
"vue-json-pretty": "^2.2.4",
"vue-matomo": "^4.2.0",
"vue-mention": "^2.0.0-alpha.3",
"vue-plugin-load-script": "^2.1.1",
"vue-read-more3": "^1.2.2",
"vue-simple-context-menu": "^4.0.4",
"vue-social-sharing": "^4.0.0-alpha4",
"vue3-draggable-resizable": "^1.6.3",
"vue3-popper": "^1.5.0",
"vuedraggable": "^4.1.0",
"wicket": "^1.3.8",
"zoompinch": "^0.0.37"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
}
}