@appbaseio/reactivesearch-vue
Version:
A Vue UI components library for building search experiences
95 lines (94 loc) • 2.84 kB
JSON
{
"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"
},
"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"
}
}