UNPKG

@mutt/widget-algolia

Version:
70 lines (69 loc) 1.66 kB
{ "name": "@mutt/widget-algolia", "version": "0.0.1", "description": "Mutt Forms Widget - Algolia", "repository": { "type": "git", "url": "git@github.com:mutt-forms/widget-algolia.git" }, "bugs": { "url": "https://github.com/mutt-forms/widget-algolia/issues" }, "author": "Nick Snell <nick.snell@boughtbymany.com>", "license": "MIT", "module": "dist/widget-algolia.es.js", "scripts": { "build": "rollup -c", "test": "jest --coverage" }, "keywords": [ "@mutt", "mutt-forms", "mutt-forms-vue", "algolia", "autocomplete", "forms" ], "files": [ "dist", "README.md" ], "dependencies": { "algoliasearch": "^3.30.0", "@mutt/forms": "^2.0.0", "@mutt/widgets-vue": "^2.1.2", "string-format": "^2.0.0", "vue": "^2.5.x" }, "devDependencies": { "@vue/test-utils": "^1.0.0-beta.28", "babel-core": "^6.26.0", "babel-eslint": "^8.0.1", "babel-loader": "^7.1.4", "babel-preset-env": "^1.6.1", "eslint": "^5.12.0", "jest": "^23.6.0", "prettier": "^1.15.3", "rollup": "^1.1.0", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^10.0.1", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-uglify": "^3.0.0", "rollup-plugin-vue": "^4.4.0", "vue-jest": "^3.0.2", "vue-template-compiler": "^2.5.21" }, "jest": { "transform": { ".+\\.js$": "<rootDir>/node_modules/babel-jest", ".*\\.(vue)$": "<rootDir>/node_modules/vue-jest" }, "transformIgnorePatterns": [ "/node_modules/(?!mutt).+\\.js$" ] }, "prettier": { "tabWidth": 2, "semi": false } }