UNPKG

@enso-ui/auth

Version:

Authentication pages, auth store helpers, and password-strength utilities for Enso UI.

51 lines (50 loc) 1.33 kB
{ "name": "@enso-ui/auth", "version": "3.1.24", "description": "Authentication pages, auth store helpers, and password-strength utilities for Enso UI.", "main": "index.js", "scripts": { "test": "vitest", "test:run": "vitest run" }, "repository": { "type": "git", "url": "git+https://github.com/enso-ui/auth.git" }, "keywords": [ "auth", "vue" ], "author": "Adrian Ocneanu <aocneanu@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/enso-ui/auth/issues" }, "homepage": "https://github.com/enso-ui/auth#readme", "dependencies": { "@fortawesome/fontawesome-svg-core": "^7.2.0", "@fortawesome/free-solid-svg-icons": "^7.2.0", "@fortawesome/vue-fontawesome": "3.1.3" }, "peerDependencies": { "@enso-ui/directives": "^3.1.0", "@enso-ui/forms": "^4.1.0", "@enso-ui/laravel-validation": "^3.1.0", "@enso-ui/ui": "^7.1.0", "pinia": "^3.0.3", "vue": "^3.5.0" }, "devDependencies": { "@enso-ui/directives": "^3.1.0", "@enso-ui/forms": "^4.1.0", "@enso-ui/laravel-validation": "^3.1.0", "@enso-ui/ui": "^7.1.0", "@vitejs/plugin-vue": "^6.0.1", "axios": "^1.11.0", "jsdom": "^26.1.0", "pinia": "^3.0.3", "vitest": "^3.2.4", "vue": "^3.5.0", "sass-embedded": "^1.93.2" } }