-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
160 lines (160 loc) · 5.2 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "iznik-nuxt",
"version": "1.0.0",
"description": "Iznik",
"author": "Edward Hibbert",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"heroku-postbuild": "npm run build",
"postinstall": "patch-package"
},
"dependencies": {
"@babel/preset-env": "^7.12.13",
"@fortawesome/free-brands-svg-icons": "^5.11.1",
"@fortawesome/free-solid-svg-icons": "^5.11.1",
"@handsontable/vue": "^4.1.1",
"@mapbox/leaflet-pip": "^1.1.0",
"@nuxtjs/axios": "^5.9.3",
"@nuxtjs/component-cache": "^1.1.5",
"@nuxtjs/pwa": "^3.3.2",
"@nuxtjs/redirect-module": "^0.3.1",
"@nuxtjs/sentry": "^5.1.0",
"@nuxtjs/sitemap": "^2.0.1",
"@sentry/integrations": "^6.7.2",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/turf": "^6.5.0",
"array-from-polyfill": "^1.0.1",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.19.0",
"cookie-universal-nuxt": "^2.0.16",
"cookieparser": "^0.1.0",
"core-js": "^3.5.0",
"cross-env": "^5.2.0",
"csv-writer": "^1.6.0",
"custom-event-polyfill": "^1.0.7",
"dayjs": "^1.8.19",
"deepmerge": "^4.2.2",
"diff": "^4.0.2",
"dotenv": "^8.2.0",
"es-abstract": "^1.18.0-next.1",
"event-polyfill": "^1.0.0",
"fabric": "^3.6.3",
"filepond": "^4.9.2",
"filepond-plugin-file-validate-type": "^1.2.4",
"filepond-plugin-image-exif-orientation": "^1.0.6",
"filepond-plugin-image-preview": "^4.6.1",
"filepond-plugin-image-resize": "^2.0.4",
"filepond-plugin-image-transform": "^3.3.3",
"googlemaps-rich-marker-web": "^1.0.3",
"handsontable": "^7.4.2",
"heic2any": "0.0.3",
"intersection-observer": "^0.7.0",
"js-cookie": "^2.2.0",
"jwt-decode": "^2.2.0",
"leaflet": "^1.6.0",
"leaflet-control-geocoder": "^1.13.0",
"leaflet-draw": "^1.0.4",
"leaflet-draw-toolbar": "^0.3.0-alpha.1",
"leaflet-gesture-handling": "github:Freegle/Leaflet.GestureHandling",
"leaflet.heat": "^0.2.0",
"letterparser": "0.0.8",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lodash.assign": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"lru-cache": "^5.1.1",
"mutation-observer": "^1.0.3",
"nuxt": "^2.15.4",
"nuxt-dayjs-module": "^1.1.1",
"nuxt-fontawesome": "^0.4.0",
"nuxt-i18n": "^5.12.7",
"nuxt-polyfill": "^1.0.3",
"nuxt-rfg-icon": "^0.6.3",
"papaparse": "^5.4.1",
"pluralize": "^8.0.0",
"promise-polyfill": "^8.1.3",
"promise.allsettled": "^1.0.2",
"qs": "^6.7.0",
"quill": "^1.3.7",
"quill-html-edit-button": "^1.0.12",
"resize-observer-polyfill": "^1.5.1",
"save-file": "^2.3.1",
"supercluster": "^7.1.0",
"textarea-caret": "^3.1.0",
"turf-area": "^3.0.12",
"turf-buffer": "^3.0.12",
"turf-intersect": "^3.0.12",
"turf-point": "^2.0.1",
"turf-polygon": "^1.0.3",
"url": "^0.11.0",
"vue": "^2.6.10",
"vue-at": "^2.5.0-beta.2",
"vue-awesome": "^4.1.0",
"vue-clipboard2": "^0.3.1",
"vue-directive-long-press": "^1.1.0",
"vue-draggable-resizable": "github:Freegle/vue-draggable-resizable",
"vue-filepond": "^5.1.3",
"vue-force-next-tick": "^1.0.3",
"vue-google-charts": "^0.3.2",
"vue-highlight-words": "^1.2.0",
"vue-image-zoomer": "^1.3.0",
"vue-infinite-loading": "github:PeachScript/vue-infinite-loading#dd52d9939d92f9a58bfe64d6197017505c461f04",
"vue-js-toggle-button": "^1.3.2",
"vue-json-pretty": "^1.6.2",
"vue-lazy-youtube-video": "^2.0.0-beta.0",
"vue-letter": "^0.1.2",
"vue-line-clamp": "^1.3.2",
"vue-observe-visibility": "^0.4.6",
"vue-plugin-load-script": "^1.3.6",
"vue-read-more": "^1.1.1",
"vue-resize-text": "^0.1.0",
"vue-simple-context-menu": "^3.4.2",
"vue-social-sharing": "^2.4.7",
"vue-twemoji": "^1.0.1",
"vue-unique-id": "^3.2.0",
"vue2-datepicker": "^3.3.0",
"vue2-editor": "^2.10.2",
"vue2-filters": "^0.7.0",
"vue2-leaflet": "^2.7.0",
"vue2-leaflet-movingmarker": "^1.1.0",
"vuedraggable": "^2.23.2",
"vuejs-thermometer": "0.0.4",
"vuelidate": "^0.7.4",
"vuex-persist": "^3.1.3",
"wicket": "^1.3.5"
},
"devDependencies": {
"@nuxt/types": "^0.2.15",
"@nuxtjs/eslint-config": "^0.0.1",
"@nuxtjs/google-analytics": "^2.2.2",
"@nuxtjs/html-validator": "^0.4.0",
"babel-eslint": "^8.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.12.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^4.13.0",
"nodemon": "^1.19.1",
"patch-package": "^6.2.0",
"prettier": "1.14.3",
"sass-loader": "^10.1.1",
"thread-loader": "^2.1.3"
}
}