vue-instantsearch-with-focus
Version:
👀 Lightning-fast Algolia search for Vue apps
143 lines (142 loc) • 4.21 kB
JSON
{
"name": "vue-instantsearch-with-focus",
"author": {
"name": "Jacob Schatz",
"url": "https://www.jacobschatz.com"
},
"description": "👀 Lightning-fast Algolia search for Vue apps",
"keywords": [
"vue",
"algolia",
"search",
"instantsearch",
"components",
"ui",
"facet",
"autocomplete"
],
"license": "MIT",
"version": "2.3.5",
"files": [
"dist"
],
"main": "dist/vue-instantsearch.common.js",
"module": "dist/vue-instantsearch.esm.js",
"repository": "https://github.com/algolia/vue-instantsearch",
"scripts": {
"build": "rollup -c",
"storybook": "start-storybook -p 9001 -c .storybook",
"storybook:build": "build-storybook -c .storybook -o docs/dist/stories",
"examples:build": "./examples/build.sh",
"docs:build": "cd docs && yarn && yarn build",
"docs:build:dev": "cd docs && yarn && yarn build:dev",
"docs:watch": "cd docs && yarn && yarn dev",
"docs:deploy": "cd docs && yarn && yarn deploy",
"test": "jest",
"test:build": "yarn build && bundlesize",
"test:update": "jest --updateSnapshot",
"test:watch": "jest --watch",
"lint": "eslint --ext .js,.vue .",
"lint:fix": "eslint --ext .js,.vue . --fix",
"format": "prettier --write '**/*.{js,md,vue,css}'",
"changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file",
"changelog:unreleased": "conventional-changelog --preset angular --output-unreleased",
"release:branch": "scripts/release-branch.sh",
"release:publish": "scripts/release-publish.sh"
},
"dependencies": {
"algoliasearch-helper": "^2.26.1",
"instantsearch.js": "^3.6.0"
},
"peerDependencies": {
"algoliasearch": "^3.30.0",
"vue": "^2.4.0"
},
"devDependencies": {
"@storybook/addon-actions": "3.4.11",
"@storybook/addon-knobs": "3.4.11",
"@storybook/addon-options": "3.4.11",
"@storybook/vue": "3.4.11",
"@vue/test-utils": "1.0.0-beta.25",
"algoliasearch": "3.32.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.css": "7.3.1",
"jest": "23.6.0",
"jest-serializer-html": "6.0.0",
"jest-vue-preprocessor": "1.4.0",
"jest-watch-typeahead": "0.2.1",
"lodash": "4.17.11",
"prettier": "1.14.3",
"rollup": "1.16.7",
"rollup-plugin-buble": "0.19.6",
"rollup-plugin-commonjs": "10.0.1",
"rollup-plugin-filesize": "6.0.1",
"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-vue": "3.0.0",
"rollup-watch": "4.3.1",
"vue": "2.5.18",
"vue-autosuggest": "1.8.1",
"vue-jest": "2.6.0",
"vue-json-tree": "0.3.3",
"vue-loader": "14.2.2",
"vue-slider-component": "3.0.15",
"vue-template-compiler": "2.5.18",
"vuetify": "1.5.3"
},
"bundlesize": [
{
"path": "./dist/vue-instantsearch.js",
"maxSize": "60.50 kB"
},
{
"path": "./dist/vue-instantsearch.esm.js",
"maxSize": "14.50 kB"
},
{
"path": "./dist/vue-instantsearch.common.js",
"maxSize": "14.75 kB"
}
],
"jest": {
"setupFiles": [
"<rootDir>/jest.setup.js"
],
"moduleFileExtensions": [
"js",
"vue"
],
"snapshotSerializers": [
"jest-serializer-html"
],
"moduleNameMapper": {
"^instantsearch.js/es$": "<rootDir>/__mocks__/instantsearch-es.js"
},
"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"
]
}
}