Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 57 additions & 54 deletions packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,61 @@
{
"name": "@appbaseio/reactivesearch-native",
"version": "0.12.0",
"description": "Native data components for building reactive UIs with Elasticsearch",
"main": "src/index.js",
"files": [
"src/"
],
"scripts": {
"lint": "eslint .",
"precommit": "eslint ."
},
{
"name": "@appbaseio/reactivesearch-native",
"version": "0.12.0",
"description": "Native data components for building reactive UIs with Elasticsearch",
"main": "src/index.js",
"files": [
"src/"
],
"scripts": {
"lint": "eslint .",
"precommit": "eslint ."
},
"author": "Appbase Inc. <info@appbase.io> (https://github.com/appbaseio)",
"license": "Apache-2.0",
"homepage": "https://github.com/appbaseio/reactivesearch",
"keywords": [
"appbaseio",
"appbase",
"search",
"UI components",
"react-native",
"reactivesearch"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
"bugs": {
"url": "https://github.com/appbaseio/reactivesearch/issues"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"husky": "^0.14.3",
"prettier": "^1.12.1",
"react": "^17.0.0",
"react-native": "~0.62.3"
},
"dependencies": {
"@appbaseio/reactivecore": "10.4.0",
"@babel/polyfill": "^7.0.0-rc.3",
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"appbase-js": "^5.2.0",
"dayjs": "^1.11.7",
"hoist-non-react-statics": "^3.3.0",
"native-base": "^2.4.2",
"prop-types": "^15.6.1",
"react-native-calendars": "^1.18.2",
"react-redux": "^5.0.7"
}
}
"keywords": [
"appbaseio",
"appbase",
"search",
"UI components",
"react-native",
"reactivesearch"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"husky": "^0.14.3",
"prettier": "^1.12.1",
"react": "^17.0.0",
"react-native": "~0.62.3"
},
"dependencies": {
"@appbaseio/reactivecore": "10.4.0",
"@babel/polyfill": "^7.0.0-rc.3",
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"appbase-js": "^5.2.0",
"dayjs": "^1.11.7",
"hoist-non-react-statics": "^3.3.0",
"native-base": "^2.4.2",
"prop-types": "^15.6.1",
"react-native-calendars": "^1.18.2",
"react-redux": "^5.0.7"
}
}
181 changes: 92 additions & 89 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,94 +1,97 @@
{
"name": "@appbaseio/reactivesearch-vue",
"version": "3.4.0",
"main": "dist/cjs/index.js",
"jsnext:main": "dist/es/index.js",
"module": "dist/es/index.js",
"typings": "dist/index.d.ts",
"description": "A Vue UI components library for building search experiences",
"keywords": [
"appbase",
"elasticsearch",
"search"
],
{
"name": "@appbaseio/reactivesearch-vue",
"version": "3.4.0",
"main": "dist/cjs/index.js",
"jsnext:main": "dist/es/index.js",
"module": "dist/es/index.js",
"typings": "dist/index.d.ts",
"description": "A Vue UI components library for building search experiences",
"keywords": [
"appbase",
"elasticsearch",
"search"
],
"repository": {
"type": "git",
"url": "https://github.com/appbaseio/reactivesearch.git"
},
"author": "Kuldeep Saxena <kuldepsaxena155@gmail.com>",
"license": "Apache-2.0",
"scripts": {
"watch": "nps watch",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"start": "nps",
"pretest": "nps build",
"test": "nps test",
"precommit": "lint-staged",
"prepare": "npm start validate",
"version-upgrade": "nps upgrade-vue -c ../../package-scripts.js",
"postpublish": "yarn run version-upgrade"
},
"files": [
"dist"
],
"sideEffects": false,
"dependencies": {
"@appbaseio/analytics": "^1.2.0-alpha.1",
"@appbaseio/reactivecore": "10.4.0",
"@appbaseio/vue-emotion": "0.6.0-alpha.6",
"@appbaseio/vue-google-maps-community-fork": "1.0.0-alpha.1",
"@emotion/css": "^11.10.5",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"appbase-js": "^5.3.3",
"compute-scroll-into-view": "^1.0.11",
"emotion": "11.0.0",
"hotkeys-js": "^3.8.7",
"isomorphic-dompurify": "^1.12.0",
"ngeohash": "^0.6.3",
"polished": "^2.2.0",
"redux": "^4.0.0",
"remarkable": "^2.0.1",
"url-search-params-polyfill": "^7.0.0",
"vue-google-maps-community-fork": "^0.3.1",
"vue-highlight-words": "^1.2.0",
"vue-no-ssr": "^1.1.0",
"vue-slider-component": "next",
"vue-types": "^5.0.2"
"bugs": {
"url": "https://github.com/appbaseio/reactivesearch/issues"
},
"peerDependencies": {
"vue": "^3.1.0"
},
"devDependencies": {
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-stage-2": "^7.0.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/compiler-sfc": "^3.0.11",
"eslint": "^4.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-vue": "^4.7.1",
"nps": "^5.9.3",
"nps-utils": "^1.7.0",
"postcss": "^8.4.31",
"rollup": "^1.20.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-vue": "^6.0.0",
"typescript": "^5.0.0",
"vue-eslint-parser": "^3.2.2"
}
}
"author": "Kuldeep Saxena <kuldepsaxena155@gmail.com>",
"license": "Apache-2.0",
"scripts": {
"watch": "nps watch",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"start": "nps",
"pretest": "nps build",
"test": "nps test",
"precommit": "lint-staged",
"prepare": "npm start validate",
"version-upgrade": "nps upgrade-vue -c ../../package-scripts.js",
"postpublish": "yarn run version-upgrade"
},
"files": [
"dist"
],
"sideEffects": false,
"dependencies": {
"@appbaseio/analytics": "^1.2.0-alpha.1",
"@appbaseio/reactivecore": "10.4.0",
"@appbaseio/vue-emotion": "0.6.0-alpha.6",
"@appbaseio/vue-google-maps-community-fork": "1.0.0-alpha.1",
"@emotion/css": "^11.10.5",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"appbase-js": "^5.3.3",
"compute-scroll-into-view": "^1.0.11",
"emotion": "11.0.0",
"hotkeys-js": "^3.8.7",
"isomorphic-dompurify": "^1.12.0",
"ngeohash": "^0.6.3",
"polished": "^2.2.0",
"redux": "^4.0.0",
"remarkable": "^2.0.1",
"url-search-params-polyfill": "^7.0.0",
"vue-google-maps-community-fork": "^0.3.1",
"vue-highlight-words": "^1.2.0",
"vue-no-ssr": "^1.1.0",
"vue-slider-component": "next",
"vue-types": "^5.0.2"
},
"peerDependencies": {
"vue": "^3.1.0"
},
"devDependencies": {
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-stage-2": "^7.0.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/compiler-sfc": "^3.0.11",
"eslint": "^4.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-vue": "^4.7.1",
"nps": "^5.9.3",
"nps-utils": "^1.7.0",
"postcss": "^8.4.31",
"rollup": "^1.20.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-vue": "^6.0.0",
"typescript": "^5.0.0",
"vue-eslint-parser": "^3.2.2"
}
}
Loading