UNPKG

vue3plate-auth-sanctum

Version:

Vue 3 authentication package for vue3plate boilerplate that integrates with Laravel Sanctum

72 lines (71 loc) 1.8 kB
{ "name": "vue3plate-auth-sanctum", "version": "2.0.3", "type": "module", "description": "Vue 3 authentication package for vue3plate boilerplate that integrates with Laravel Sanctum", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "bin": { "vue3plate-auth-install": "./bin/install.js" }, "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js" } }, "files": [ "dist", "src", "bin", "stubs", "README.md", "LICENSE" ], "scripts": { "build": "vite build --mode lib", "dev": "vite build --mode lib --watch", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "keywords": [ "vue3", "vue3plate", "authentication", "laravel", "sanctum", "boilerplate", "modular", "vue", "frontend", "auth" ], "author": "Cilin John Rey <cilinjohnrey@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sioph/vue3plate-authentication-sanctum.git" }, "bugs": { "url": "https://github.com/sioph/vue3plate-authentication-sanctum/issues" }, "homepage": "https://github.com/sioph/vue3plate-authentication-sanctum#readme", "peerDependencies": { "@fortawesome/fontawesome-svg-core": "^6.0.0", "@fortawesome/free-solid-svg-icons": "^6.0.0", "@fortawesome/vue-fontawesome": "^3.0.0", "axios": "^1.0.0", "vue": "^3.0.0", "vue-router": "^4.0.0", "vuex": "^4.0.0" }, "devDependencies": { "@vitejs/plugin-vue": "^4.0.0", "@vue/compiler-sfc": "^3.3.0", "vite": "^4.0.0", "vue": "^3.3.0" }, "engines": { "node": ">=16.0.0" } }