vue-instantsearch-ssr
Version:
👀 Lightning-fast Algolia search for Vue apps
174 lines (173 loc) • 5.03 kB
JSON
{
"name": "vue-instantsearch-ssr",
"author": {
"name": "Algolia, Inc.",
"url": "https://www.algolia.com"
},
"description": "👀 Lightning-fast Algolia search for Vue apps",
"keywords": [
"vue",
"algolia",
"search",
"instantsearch",
"components",
"ui",
"facet",
"autocomplete"
],
"license": "MIT",
"version": "4.3.3",
"files": [
"vue2",
"vue3",
"src"
],
"main": "vue2/cjs",
"module": "vue2/es",
"sideEffects": false,
"repository": "https://github.com/algolia/vue-instantsearch",
"scripts": {
"prebuild": "rm -rf vue2 vue3",
"build": "rollup -c",
"storybook": "start-storybook -p 9001 -c .storybook",
"storybook:build": "build-storybook -c .storybook -o website/stories",
"examples:build": "yarn build && ./examples/build.sh",
"website:build": "yarn storybook:build && yarn examples:build && ./scripts/clean-node-modules.sh",
"test": "jest",
"test:build": "yarn build && bundlesize",
"test:update": "jest --updateSnapshot",
"test:watch": "jest --watch",
"test:e2e": "yarn test:e2e:local",
"test:e2e:local": "wdio wdio.local.conf.js",
"test:e2e:saucelabs": "wdio wdio.saucelabs.conf.js",
"lint": "eslint --ext .js,.vue .",
"lint:fix": "eslint --ext .js,.vue . --fix",
"format": "prettier --write '**/*.{js,md,vue,css}'",
"release": "shipjs prepare"
},
"dependencies": {
"instantsearch.js": "^4.37.2",
"mitt": "^2.1.0"
},
"peerDependencies": {
"@vue/server-renderer": "^3.1.2",
"algoliasearch": ">= 3.32.0 < 5",
"vue": "^2.6.0 || >=3.0.0-rc.0",
"vue-server-renderer": "^2.6.11"
},
"peerDependenciesMeta": {
"vue-server-renderer": {
"optional": true
},
"@vue/server-renderer": {
"optional": true
}
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@storybook/addon-actions": "3.4.11",
"@storybook/addon-knobs": "3.4.11",
"@storybook/addon-options": "3.4.11",
"@storybook/vue": "3.4.11",
"@vue/compiler-sfc": "3.0.11",
"@vue/test-utils": "1.2.1",
"@vue/test-utils2": "npm:@vue/test-utils@2.0.0-rc.11",
"@wdio/cli": "^5.11.13",
"@wdio/jasmine-framework": "^5.11.0",
"@wdio/junit-reporter": "^5.11.7",
"@wdio/local-runner": "^5.11.13",
"@wdio/sauce-service": "^5.11.1",
"@wdio/selenium-standalone-service": "^5.11.2",
"@wdio/spec-reporter": "^5.11.7",
"@wdio/static-server-service": "^5.11.0",
"algoliasearch": "4.0.1",
"algoliasearch-helper": "3.7.0",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"babel-preset-es2015": "6.24.1",
"bundlesize": "0.17.1",
"concurrently": "4.1.0",
"conventional-changelog-cli": "2.0.12",
"eslint": "5.14.1",
"eslint-config-algolia": "13.2.3",
"eslint-config-prettier": "3.1.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jest": "22.3.0",
"eslint-plugin-prettier": "3.0.0",
"eslint-plugin-vue": "4.7.1",
"instantsearch-e2e-tests": "algolia/instantsearch-e2e-tests#v2.0.2",
"instantsearch.css": "7.3.1",
"jest": "23.6.0",
"jest-serializer-html": "7.1.0",
"jest-vue-preprocessor": "1.4.0",
"jest-watch-typeahead": "0.2.1",
"lodash": "4.17.19",
"prettier": "1.14.3",
"rollup": "1.32.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-buble": "0.19.6",
"rollup-plugin-commonjs": "10.0.1",
"rollup-plugin-filesize": "9.0.0",
"rollup-plugin-json": "3.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.1.0",
"rollup-plugin-terser": "4.0.4",
"rollup-plugin-vue2": "npm:rollup-plugin-vue@3.0.0",
"rollup-plugin-vue3": "npm:rollup-plugin-vue@6.0.0",
"rollup-watch": "4.3.1",
"shipjs": "0.20.0-beta.3",
"vue": "2.6.0",
"vue-autosuggest": "1.8.1",
"vue-jest": "2.6.0",
"vue-json-tree": "0.3.3",
"vue-loader": "14.2.2",
"vue-router": "3.4.3",
"vue-router4": "npm:vue-router@4.0.0",
"vue-server-renderer": "^2.6.11",
"vue-slider-component": "3.0.15",
"vue-template-compiler": "2.6.0",
"vuetify": "1.5.3",
"vuex": "3.5.1",
"vuex4": "npm:vuex@4.0.0"
},
"bundlesize": [
{
"path": "./vue2/umd/index.js",
"maxSize": "56.00 kB"
},
{
"path": "./vue3/umd/index.js",
"maxSize": "57.00 kB"
},
{
"path": "./vue2/cjs/index.js",
"maxSize": "17.00 kB"
},
{
"path": "./vue3/cjs/index.js",
"maxSize": "18.50 kB"
}
],
"resolutions": {
"brotli-size": "4.0.0"
},
"jest": {
"setupTestFrameworkScriptFile": "./jest.setup.js",
"moduleFileExtensions": [
"js",
"vue"
],
"transformIgnorePatterns": [
"node_modules/(?!(instantsearch\\.js|vue-json-tree))"
],
"transform": {
"^.+\\.js$": "babel-jest",
"^.+\\.vue$": "vue-jest"
},
"testURL": "https://example.com",
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
]
}
}