@appbaseio/reactivesearch-vue 1.34.0-alpha.1 → 1.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@appbaseio/reactivesearch-vue.umd.js +1175 -1297
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +6 -11
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/{ComponentWrapper-9318cece.js → ComponentWrapper-94c50228.js} +16 -7
- package/dist/cjs/DataSearch.js +1310 -17
- package/dist/cjs/{DropDown-8984b544.js → DropDown-7a52c661.js} +2 -2
- package/dist/cjs/DynamicRangeSlider.js +12 -8
- package/dist/cjs/MultiDropdownList.js +11 -8
- package/dist/cjs/MultiList.js +10 -8
- package/dist/cjs/MultiRange.js +7 -4
- package/dist/cjs/{Pagination-07f4dbad.js → Pagination-e56a5b79.js} +1 -1
- package/dist/cjs/{PreferencesConsumer-5d67b486.js → PreferencesConsumer-5e6e84a2.js} +1 -1
- package/dist/cjs/RangeInput.js +4 -4
- package/dist/cjs/RangeSlider.js +7 -4
- package/dist/cjs/ReactiveBase.js +10 -6
- package/dist/cjs/ReactiveComponent.js +316 -45
- package/dist/cjs/{ReactiveComponent-0a354ed7.js → ReactiveComponentPrivate-244c6055.js} +32 -318
- package/dist/cjs/ReactiveComponentPrivate.js +55 -0
- package/dist/cjs/ReactiveGoogleMap.js +139 -108
- package/dist/cjs/ReactiveList.js +17 -6
- package/dist/cjs/ResultCard.js +1 -1
- package/dist/cjs/ResultList.js +1 -1
- package/dist/cjs/SelectedFilters.js +2 -2
- package/dist/cjs/SingleDropdownList.js +10 -8
- package/dist/cjs/SingleList.js +10 -8
- package/dist/cjs/SingleRange.js +7 -4
- package/dist/cjs/StateProvider.js +1 -1
- package/dist/cjs/Tags-4ec43831.js +883 -0
- package/dist/cjs/ToggleButton.js +6 -4
- package/dist/cjs/{index-30126fd0.js → index-de136c17.js} +2 -0
- package/dist/cjs/index.js +14 -11
- package/dist/cjs/initReactivesearch.js +0 -3
- package/dist/cjs/install.js +11 -9
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/{vueTypes-7cfc2f98.js → vueTypes-b7007f5f.js} +2 -1
- package/dist/es/{ComponentWrapper-240450cc.js → ComponentWrapper-edaeaceb.js} +16 -7
- package/dist/es/DataSearch.js +1310 -15
- package/dist/es/{DropDown-28ddce07.js → DropDown-2c0dd714.js} +2 -2
- package/dist/es/DynamicRangeSlider.js +12 -8
- package/dist/es/MultiDropdownList.js +11 -8
- package/dist/es/MultiList.js +10 -8
- package/dist/es/MultiRange.js +7 -4
- package/dist/es/{Pagination-28e56c5c.js → Pagination-edeb7dbe.js} +1 -1
- package/dist/es/{PreferencesConsumer-bc097ebb.js → PreferencesConsumer-86a676c8.js} +1 -1
- package/dist/es/RangeInput.js +4 -4
- package/dist/es/RangeSlider.js +7 -4
- package/dist/es/ReactiveBase.js +10 -6
- package/dist/es/ReactiveComponent.js +316 -44
- package/dist/es/{ReactiveComponent-9352370c.js → ReactiveComponentPrivate-6f16e1b7.js} +19 -305
- package/dist/es/ReactiveComponentPrivate.js +47 -0
- package/dist/es/ReactiveGoogleMap.js +139 -108
- package/dist/es/ReactiveList.js +17 -6
- package/dist/es/ResultCard.js +1 -1
- package/dist/es/ResultList.js +1 -1
- package/dist/es/SelectedFilters.js +2 -2
- package/dist/es/SingleDropdownList.js +10 -8
- package/dist/es/SingleList.js +10 -8
- package/dist/es/SingleRange.js +7 -4
- package/dist/es/StateProvider.js +1 -1
- package/dist/es/Tags-1c2d6c4d.js +869 -0
- package/dist/es/ToggleButton.js +6 -4
- package/dist/es/{index-0444a498.js → index-5509c0bc.js} +2 -0
- package/dist/es/index.js +10 -8
- package/dist/es/initReactivesearch.js +0 -3
- package/dist/es/install.js +11 -9
- package/dist/es/version.js +1 -1
- package/dist/es/{vueTypes-8986b709.js → vueTypes-66ebc93e.js} +2 -1
- package/package.json +87 -87
- package/dist/cjs/DataSearch-8ea2651a.js +0 -2175
- package/dist/es/DataSearch-dcaa106b.js +0 -2159
package/dist/es/ToggleButton.js
CHANGED
|
@@ -6,12 +6,12 @@ import 'emotion';
|
|
|
6
6
|
import '@appbaseio/vue-emotion';
|
|
7
7
|
import 'polished';
|
|
8
8
|
import { B as Button, t as toggleButtons } from './Button-153cd885.js';
|
|
9
|
-
import { t as types } from './vueTypes-
|
|
9
|
+
import { t as types } from './vueTypes-66ebc93e.js';
|
|
10
10
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
11
11
|
import 'redux';
|
|
12
|
-
import { f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-
|
|
13
|
-
import { C as ComponentWrapper } from './ComponentWrapper-
|
|
14
|
-
import { P as PreferencesConsumer } from './PreferencesConsumer-
|
|
12
|
+
import { f as updateCustomQuery, i as isQueryIdentical, c as connect } from './index-5509c0bc.js';
|
|
13
|
+
import { C as ComponentWrapper } from './ComponentWrapper-edaeaceb.js';
|
|
14
|
+
import { P as PreferencesConsumer } from './PreferencesConsumer-86a676c8.js';
|
|
15
15
|
import { T as Title } from './Title-863dfa42.js';
|
|
16
16
|
import { C as Container } from './Container-d00219f7.js';
|
|
17
17
|
|
|
@@ -303,6 +303,8 @@ var mapDispatchtoProps = {
|
|
|
303
303
|
var TBConnected = PreferencesConsumer(ComponentWrapper(connect(mapStateToProps, mapDispatchtoProps)(ToggleButton), {
|
|
304
304
|
componentType: componentTypes.toggleButton
|
|
305
305
|
}));
|
|
306
|
+
TBConnected.parseValue = ToggleButton.parseValue;
|
|
307
|
+
TBConnected.defaultQuery = ToggleButton.defaultQuery;
|
|
306
308
|
TBConnected.name = ToggleButton.name;
|
|
307
309
|
TBConnected.install = function (Vue) {
|
|
308
310
|
Vue.component(TBConnected.name, TBConnected);
|
|
@@ -257,12 +257,14 @@ var getCamelCase = function getCamelCase(str) {
|
|
|
257
257
|
if (str === void 0) {
|
|
258
258
|
str = '';
|
|
259
259
|
}
|
|
260
|
+
var propsWhichRequirePascalCase = ['u-r-l-params'];
|
|
260
261
|
var arr = str.split('-');
|
|
261
262
|
var capital = arr.map(function (item, index) {
|
|
262
263
|
return index ? item.charAt(0).toUpperCase() + item.slice(1).toLowerCase() : item;
|
|
263
264
|
});
|
|
264
265
|
// ^-- change here.
|
|
265
266
|
var capitalString = capital.join('');
|
|
267
|
+
if (propsWhichRequirePascalCase.includes(str)) capitalString = capitalString[0].toUpperCase() + capitalString.substring(1);
|
|
266
268
|
return capitalString || '';
|
|
267
269
|
};
|
|
268
270
|
var isEmpty = function isEmpty(val) {
|
package/dist/es/index.js
CHANGED
|
@@ -7,14 +7,14 @@ import 'emotion';
|
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
8
8
|
import 'polished';
|
|
9
9
|
import './Button-153cd885.js';
|
|
10
|
-
import './vueTypes-
|
|
11
|
-
import './Pagination-
|
|
10
|
+
import './vueTypes-66ebc93e.js';
|
|
11
|
+
import './Pagination-edeb7dbe.js';
|
|
12
12
|
export { default as ReactiveList } from './ReactiveList.js';
|
|
13
13
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
14
|
import 'redux';
|
|
15
|
-
import './index-
|
|
16
|
-
import './ComponentWrapper-
|
|
17
|
-
import './PreferencesConsumer-
|
|
15
|
+
import './index-5509c0bc.js';
|
|
16
|
+
import './ComponentWrapper-edaeaceb.js';
|
|
17
|
+
import './PreferencesConsumer-86a676c8.js';
|
|
18
18
|
import '@vue/babel-helper-vue-jsx-merge-props';
|
|
19
19
|
import './Title-863dfa42.js';
|
|
20
20
|
import './ListItem-07888a65.js';
|
|
@@ -26,22 +26,24 @@ import '@appbaseio/analytics';
|
|
|
26
26
|
import 'url-search-params-polyfill';
|
|
27
27
|
export { default as ReactiveBase } from './ReactiveBase.js';
|
|
28
28
|
import 'hotkeys-js';
|
|
29
|
-
|
|
29
|
+
import './Tags-1c2d6c4d.js';
|
|
30
30
|
import './CancelSvg-e40552a5.js';
|
|
31
31
|
import './Input-c09c0b56.js';
|
|
32
32
|
import 'compute-scroll-into-view';
|
|
33
33
|
import './Container-d00219f7.js';
|
|
34
34
|
import 'vue-highlight-words';
|
|
35
|
-
export {
|
|
35
|
+
export { default as DataSearch } from './DataSearch.js';
|
|
36
|
+
export { R as ReactiveComponentPrivate, S as SearchBox } from './ReactiveComponentPrivate-6f16e1b7.js';
|
|
36
37
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
37
38
|
import './FormControlList-99797d0a.js';
|
|
38
39
|
import './utils-9e5a16a1.js';
|
|
39
40
|
export { default as SingleList } from './SingleList.js';
|
|
40
41
|
export { default as MultiList } from './MultiList.js';
|
|
41
|
-
import './DropDown-
|
|
42
|
+
import './DropDown-2c0dd714.js';
|
|
42
43
|
export { default as SingleDropdownList } from './SingleDropdownList.js';
|
|
43
44
|
export { default as MultiDropdownList } from './MultiDropdownList.js';
|
|
44
45
|
export { default as ToggleButton } from './ToggleButton.js';
|
|
46
|
+
export { default as ReactiveComponent } from './ReactiveComponent.js';
|
|
45
47
|
import 'vue-no-ssr';
|
|
46
48
|
import './ssr-03607d84.js';
|
|
47
49
|
export { default as DynamicRangeSlider } from './DynamicRangeSlider.js';
|
|
@@ -376,7 +376,6 @@ function initReactivesearch(componentCollection, searchState, settings) {
|
|
|
376
376
|
var rawData = {};
|
|
377
377
|
var customData = {};
|
|
378
378
|
var settingsResponse = {};
|
|
379
|
-
var timestamp = {};
|
|
380
379
|
var allPromises = orderOfQueries.map(function (component) {
|
|
381
380
|
return new Promise(function (responseResolve, responseReject) {
|
|
382
381
|
handleTransformResponse(res[component], component).then(function (response) {
|
|
@@ -403,7 +402,6 @@ function initReactivesearch(componentCollection, searchState, settings) {
|
|
|
403
402
|
var _extends6;
|
|
404
403
|
aggregations = _extends({}, aggregations, (_extends6 = {}, _extends6[component] = response.aggregations, _extends6));
|
|
405
404
|
}
|
|
406
|
-
timestamp[component] = res._timestamp;
|
|
407
405
|
var hitsObj = response.hits ? response.hits : response[component].hits;
|
|
408
406
|
hits = _extends({}, hits, (_extends7 = {}, _extends7[component] = {
|
|
409
407
|
hits: hitsObj.hits,
|
|
@@ -420,7 +418,6 @@ function initReactivesearch(componentCollection, searchState, settings) {
|
|
|
420
418
|
Promise.all(allPromises).then(function () {
|
|
421
419
|
state = _extends({}, state, {
|
|
422
420
|
hits: hits,
|
|
423
|
-
timestamp: timestamp,
|
|
424
421
|
aggregations: aggregations,
|
|
425
422
|
compositeAggregations: compositeAggregations,
|
|
426
423
|
promotedResults: promotedResults,
|
package/dist/es/install.js
CHANGED
|
@@ -7,14 +7,14 @@ import 'emotion';
|
|
|
7
7
|
import '@appbaseio/vue-emotion';
|
|
8
8
|
import 'polished';
|
|
9
9
|
import './Button-153cd885.js';
|
|
10
|
-
import './vueTypes-
|
|
11
|
-
import './Pagination-
|
|
10
|
+
import './vueTypes-66ebc93e.js';
|
|
11
|
+
import './Pagination-edeb7dbe.js';
|
|
12
12
|
import ReactiveList from './ReactiveList.js';
|
|
13
13
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
14
14
|
import 'redux';
|
|
15
|
-
import './index-
|
|
16
|
-
import './ComponentWrapper-
|
|
17
|
-
import './PreferencesConsumer-
|
|
15
|
+
import './index-5509c0bc.js';
|
|
16
|
+
import './ComponentWrapper-edaeaceb.js';
|
|
17
|
+
import './PreferencesConsumer-86a676c8.js';
|
|
18
18
|
import '@vue/babel-helper-vue-jsx-merge-props';
|
|
19
19
|
import './Title-863dfa42.js';
|
|
20
20
|
import './ListItem-07888a65.js';
|
|
@@ -26,22 +26,24 @@ import '@appbaseio/analytics';
|
|
|
26
26
|
import 'url-search-params-polyfill';
|
|
27
27
|
import ReactiveBase from './ReactiveBase.js';
|
|
28
28
|
import 'hotkeys-js';
|
|
29
|
-
import
|
|
29
|
+
import './Tags-1c2d6c4d.js';
|
|
30
30
|
import './CancelSvg-e40552a5.js';
|
|
31
31
|
import './Input-c09c0b56.js';
|
|
32
32
|
import 'compute-scroll-into-view';
|
|
33
33
|
import './Container-d00219f7.js';
|
|
34
34
|
import 'vue-highlight-words';
|
|
35
|
-
import
|
|
35
|
+
import DataSearch from './DataSearch.js';
|
|
36
|
+
import { S as SearchBox, R as ReactiveComponentPrivate } from './ReactiveComponentPrivate-6f16e1b7.js';
|
|
36
37
|
import '@appbaseio/reactivecore/lib/utils/suggestions';
|
|
37
38
|
import './FormControlList-99797d0a.js';
|
|
38
39
|
import './utils-9e5a16a1.js';
|
|
39
40
|
import SingleList from './SingleList.js';
|
|
40
41
|
import MultiList from './MultiList.js';
|
|
41
|
-
import './DropDown-
|
|
42
|
+
import './DropDown-2c0dd714.js';
|
|
42
43
|
import SingleDropdownList from './SingleDropdownList.js';
|
|
43
44
|
import MultiDropdownList from './MultiDropdownList.js';
|
|
44
45
|
import ToggleButton from './ToggleButton.js';
|
|
46
|
+
import ReactiveComponent from './ReactiveComponent.js';
|
|
45
47
|
import 'vue-no-ssr';
|
|
46
48
|
import './ssr-03607d84.js';
|
|
47
49
|
import DynamicRangeSlider from './DynamicRangeSlider.js';
|
|
@@ -54,7 +56,7 @@ import ResultCard from './ResultCard.js';
|
|
|
54
56
|
import ResultList from './ResultList.js';
|
|
55
57
|
import StateProvider from './StateProvider.js';
|
|
56
58
|
|
|
57
|
-
var components = [ReactiveList, ResultCard, ResultList, ReactiveBase, DataSearch, SearchBox, SingleList, MultiList, SingleRange, MultiRange, RangeSlider, DynamicRangeSlider, ReactiveComponent, SelectedFilters, ToggleButton, SingleDropdownList, MultiDropdownList, StateProvider, RangeInput];
|
|
59
|
+
var components = [ReactiveList, ResultCard, ResultList, ReactiveBase, DataSearch, SearchBox, SingleList, MultiList, SingleRange, MultiRange, RangeSlider, DynamicRangeSlider, ReactiveComponent, ReactiveComponentPrivate, SelectedFilters, ToggleButton, SingleDropdownList, MultiDropdownList, StateProvider, RangeInput];
|
|
58
60
|
function install (Vue) {
|
|
59
61
|
components.map(function (component) {
|
|
60
62
|
Vue.use(component);
|
package/dist/es/version.js
CHANGED
|
@@ -115,7 +115,8 @@ var types = {
|
|
|
115
115
|
userId: VueTypes.string,
|
|
116
116
|
useCache: VueTypes.bool,
|
|
117
117
|
customEvents: VueTypes.object,
|
|
118
|
-
enableTelemetry: VueTypes.bool.def(true)
|
|
118
|
+
enableTelemetry: VueTypes.bool.def(true),
|
|
119
|
+
queryParams: VueTypes.object
|
|
119
120
|
}).def({}),
|
|
120
121
|
mongodb: VueTypes.shape({
|
|
121
122
|
db: VueTypes.string,
|
package/package.json
CHANGED
|
@@ -1,89 +1,89 @@
|
|
|
1
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
|
-
|
|
2
|
+
"name": "@appbaseio/reactivesearch-vue",
|
|
3
|
+
"version": "1.34.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "dist/cjs/index.js",
|
|
6
|
+
"jsnext:main": "dist/es/index.js",
|
|
7
|
+
"module": "dist/es/index.js",
|
|
8
|
+
"description": "A Vue UI components library for building search experiences",
|
|
9
|
+
"keywords": [
|
|
10
|
+
"appbase",
|
|
11
|
+
"elasticsearch",
|
|
12
|
+
"search"
|
|
13
|
+
],
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/appbaseio/reactivesearch.git"
|
|
17
|
+
},
|
|
18
|
+
"author": "Kuldeep Saxena <kuldepsaxena155@gmail.com>",
|
|
19
|
+
"license": "Apache-2.0",
|
|
20
|
+
"scripts": {
|
|
21
|
+
"watch": "nps watch",
|
|
22
|
+
"serve": "vue-cli-service serve",
|
|
23
|
+
"build": "vue-cli-service build",
|
|
24
|
+
"start": "nps",
|
|
25
|
+
"pretest": "nps build",
|
|
26
|
+
"test": "nps test",
|
|
27
|
+
"precommit": "lint-staged",
|
|
28
|
+
"prepare": "npm start validate",
|
|
29
|
+
"version-upgrade": "nps upgrade-vue -c ../../package-scripts.js",
|
|
30
|
+
"postpublish": "yarn run version-upgrade"
|
|
31
|
+
},
|
|
32
|
+
"files": [
|
|
33
|
+
"dist"
|
|
34
|
+
],
|
|
35
|
+
"sideEffects": false,
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@appbaseio/analytics": "^1.1.1",
|
|
38
|
+
"@appbaseio/reactivecore": "9.14.40",
|
|
39
|
+
"@appbaseio/vue-emotion": "0.4.4",
|
|
40
|
+
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
|
41
|
+
"appbase-js": "^5.3.3",
|
|
42
|
+
"compute-scroll-into-view": "^1.0.11",
|
|
43
|
+
"emotion": "9.2.12",
|
|
44
|
+
"gmap-vue": "^3.5.4",
|
|
45
|
+
"hotkeys-js": "^3.8.7",
|
|
46
|
+
"ngeohash": "^0.6.3",
|
|
47
|
+
"polished": "^2.2.0",
|
|
48
|
+
"redux": "^4.0.0",
|
|
49
|
+
"url-search-params-polyfill": "^7.0.0",
|
|
50
|
+
"vue-highlight-words": "^1.2.0",
|
|
51
|
+
"vue-no-ssr": "^1.1.0",
|
|
52
|
+
"vue-slider-component": "^3.2.15",
|
|
53
|
+
"vue-types": "^1.7.0"
|
|
54
|
+
},
|
|
55
|
+
"peerDependencies": {
|
|
56
|
+
"vue": "^2.6.10"
|
|
57
|
+
},
|
|
58
|
+
"devDependencies": {
|
|
59
|
+
"@babel/plugin-external-helpers": "^7.2.0",
|
|
60
|
+
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
61
|
+
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
|
62
|
+
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
63
|
+
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
|
64
|
+
"@babel/plugin-syntax-jsx": "^7.2.0",
|
|
65
|
+
"@babel/preset-env": "^7.5.5",
|
|
66
|
+
"@babel/preset-stage-2": "^7.0.0",
|
|
67
|
+
"@vue/babel-preset-jsx": "^1.1.0",
|
|
68
|
+
"@vue/compiler-sfc": "^3.0.11",
|
|
69
|
+
"eslint": "^4.12.0",
|
|
70
|
+
"eslint-config-airbnb-base": "^13.1.0",
|
|
71
|
+
"eslint-config-prettier": "^3.1.0",
|
|
72
|
+
"eslint-plugin-vue": "^4.7.1",
|
|
73
|
+
"nps": "^5.9.3",
|
|
74
|
+
"nps-utils": "^1.7.0",
|
|
75
|
+
"postcss": "^8.3.0",
|
|
76
|
+
"rollup": "^1.20.3",
|
|
77
|
+
"rollup-plugin-babel": "^4.3.3",
|
|
78
|
+
"rollup-plugin-commonjs": "^10.1.0",
|
|
79
|
+
"rollup-plugin-json": "^4.0.0",
|
|
80
|
+
"rollup-plugin-node-builtins": "^2.1.2",
|
|
81
|
+
"rollup-plugin-node-globals": "^1.4.0",
|
|
82
|
+
"rollup-plugin-node-resolve": "^5.2.0",
|
|
83
|
+
"rollup-plugin-postcss": "^4.0.0",
|
|
84
|
+
"rollup-plugin-replace": "^2.2.0",
|
|
85
|
+
"rollup-plugin-terser": "^5.1.1",
|
|
86
|
+
"rollup-plugin-vue": "^6.0.0",
|
|
87
|
+
"vue-eslint-parser": "^3.2.2"
|
|
88
|
+
}
|
|
89
89
|
}
|