UNPKG

vue3-google-login

Version:

Add a Login with Google feature to your Vue 3 application using Google Identity Services

61 lines (60 loc) 1.73 kB
{ "name": "vue3-google-login", "version": "2.0.34", "description": "Add a Login with Google feature to your Vue 3 application using Google Identity Services", "license": "MIT", "author": "Ananthakrishnan Baji <ananthakrishnan.b7@gmail.com>", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "unpkg": "dist/index.umd.js", "jsdelivr": "dist/index.umd.js", "types": "dist/index.d.ts", "files": [ "dist/*" ], "scripts": { "dev": "vite", "build": "rollup -c", "docs:dev": "vuepress dev documentation", "docs:build": "vuepress build documentation" }, "peerDependencies": { "vue": "^3.0.3" }, "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@vitejs/plugin-vue": "^2.3.3", "@vuepress/plugin-google-analytics": "^2.0.0-beta.45", "rollup": "^2.73.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^4.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.2", "rollup-plugin-vue": "^6.0.0", "typescript": "^4.5.4", "vite": "^2.9.9", "vue": "^3.2.25", "vue-tsc": "^0.34.7", "vuepress": "^2.0.0-beta.43", "vuepress-plugin-copy-code2": "^2.0.0-beta.66", "vuepress-plugin-full-text-search2": "^0.4.0" }, "repository": { "type": "git", "url": "https://github.com/devbaji/vue3-google-login" }, "homepage": "https://devbaji.github.io/vue3-google-login", "keywords": [ "vue", "google", "sign in with google", "google identity", "login", "oauth2", "lightweight", "customizable" ] }