UNPKG

@alvarosacari/vuetify-google-autocomplete

Version:

A Vuetify ready Vue.jS component to Google Places Autocomplete

110 lines (109 loc) 3.46 kB
{ "name": "@alvarosacari/vuetify-google-autocomplete", "version": "2.0.10", "description": "A Vuetify ready Vue.jS component to Google Places Autocomplete", "author": "Madi Shika <mmjshika@gmail.com>", "keywords": [ "vue", "vuetify", "google", "place", "autocomplete" ], "main": "lib/index.js", "files": [ "lib" ], "license": "MIT", "homepage": "git@github.com:MadimetjaShika/vuetify-google-autocomplete", "repository": { "type": "git", "url": "https://github.com/alvarosacari/vuetify-google-autocomplete" }, "scripts": { "deploy": "node publish-pages.js", "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", "docs": "./node_modules/.bin/jsdoc -c jsdoc.json && node ./update-docs.js", "start": "npm run dev", "unit": "jest --config test/unit/jest.conf.js --coverage --detectOpenHandles --no-cache --forceExit", "test": "npm run unit", "lint": "eslint --ext .js,.vue src test/unit", "build": "node build/build.js", "build:lib": "rm -rf ./lib && mkdir -p ./lib && babel ./src/vga/ -d ./lib --compact --minified --no-comments", "prepare": "npm run build:lib" }, "dependencies": { "vuetify": "^2.4.9" }, "devDependencies": { "autoprefixer": "^7.1.2", "babel-cli": "^6.26.0", "babel-core": "^6.22.1", "babel-eslint": "^9.0.0", "babel-helper-vue-jsx-merge-props": "^2.0.3", "babel-jest": "^23.6.0", "babel-loader": "^7.1.1", "babel-plugin-dynamic-import-node": "^1.2.0", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", "babel-plugin-transform-runtime": "^6.22.0", "babel-plugin-transform-vue-jsx": "^3.5.0", "babel-preset-env": "^1.3.2", "babel-preset-stage-2": "^6.22.0", "chalk": "^2.0.1", "copy-webpack-plugin": "^4.0.1", "css-loader": "^0.28.0", "docdash": "^1.0.0", "eslint": "^5.6.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-friendly-formatter": "^4.0.1", "eslint-import-resolver-webpack": "^0.8.3", "eslint-loader": "^2.1.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-vue": "^4.7.1", "extract-text-webpack-plugin": "^3.0.0", "file-loader": "^1.1.4", "friendly-errors-webpack-plugin": "^1.6.1", "fs-extra": "^7.0.0", "html-webpack-plugin": "^2.30.1", "jest": "^23.6.0", "jest-serializer-vue": "^2.0.2", "jsdoc": "^3.6.3", "jsdoc-to-markdown": "^4.0.1", "node-notifier": "^5.1.2", "optimize-css-assets-webpack-plugin": "^3.2.0", "ora": "^1.2.0", "portfinder": "^1.0.13", "postcss-import": "^11.0.0", "postcss-loader": "^2.0.8", "postcss-url": "^7.2.1", "rimraf": "^2.6.0", "semver": "^5.5.1", "shelljs": "^0.7.6", "sinon": "^6.3.3", "uglifyjs-webpack-plugin": "^1.1.1", "url-loader": "^1.1.1", "vue": "^2.6.11", "vue-clipboards": "^1.3.0", "vue-gh-pages": "^1.19.0", "vue-jest": "^2.6.0", "vue-loader": "^13.3.0", "vue-router": "^3.0.1", "vue-style-loader": "^3.0.1", "vue-template-compiler": "^2.6.11", "vue-test-utils": "^1.0.0-beta.11", "webpack": "^3.6.0", "webpack-bundle-analyzer": "^2.9.0", "webpack-dev-server": "^2.11.5", "webpack-merge": "^4.1.0" }, "engines": { "node": ">= 6.0.0", "npm": ">= 3.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ] }