UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

113 lines (112 loc) 3.48 kB
{ "name": "@authup/client-web-kit", "type": "module", "version": "1.0.0-beta.39", "description": "This package contains vue components.", "license": "Apache-2.0", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" }, "./dist/style.css": "./dist/style.css" }, "files": [ "dist" ], "scripts": { "build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.build.json", "build:js": "tsdown", "build": "rimraf ./dist && npm run build:js && npm run build:types", "build:watch": "npm run build -- --watch" }, "engines": { "node": "^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0" }, "keywords": [ "auth", "authentication", "authorization", "vue", "vue3", "components", "form", "pinia", "oauth2", "user-management", "rbac", "ui-kit" ], "author": { "name": "Peter Placzek", "email": "contact@tada5hi.net", "url": "https://github.com/tada5hi" }, "repository": { "type": "git", "url": "git+https://github.com/authup/authup.git", "directory": "packages/client-web-kit" }, "bugs": { "url": "https://github.com/authup/authup/issues" }, "homepage": "https://github.com/authup/authup#readme", "dependencies": { "@vueuse/integrations": "^14.2.1" }, "devDependencies": { "@authup/access": "^1.0.0-beta.39", "@authup/kit": "^1.0.0-beta.39", "@authup/core-kit": "^1.0.0-beta.39", "@authup/core-http-kit": "^1.0.0-beta.39", "@authup/core-realtime-kit": "^1.0.0-beta.39", "@authup/errors": "^1.0.0-beta.39", "@authup/specs": "^1.0.0-beta.39", "@ilingo/vuelidate": "^6.0.0", "ilingo": "^5.0.0", "@posva/event-emitter": "^1.0.3", "@types/node": "^25.5.2", "@vitejs/plugin-vue": "^6.0.5", "@vuecs/form-controls": "^2.5.0", "@vuecs/list-controls": "^2.0.1", "@vuecs/pagination": "^1.3.1", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", "cross-env": "^10.1.0", "pinia": "^3.0.0", "rapiq": "^0.9.0", "smob": "^1.6.1", "socket.io-client": "^4.8.3", "universal-cookie": "^8.1.0", "vue": "^3.5.32", "vue-tsc": "^3.2.7" }, "peerDependencies": { "@authup/access": "^1.0.0-beta.39", "@authup/kit": "^1.0.0-beta.39", "@authup/core-kit": "^1.0.0-beta.39", "@authup/core-http-kit": "^1.0.0-beta.39", "@authup/core-realtime-kit": "^1.0.0-beta.39", "@authup/errors": "^1.0.0-beta.39", "@authup/specs": "^1.0.0-beta.39", "@vuecs/form-controls": "^2.5.0", "@vuecs/list-controls": "^2.0.1", "@vuecs/pagination": "^1.3.1", "@vuelidate/core": "^2.x", "@vuelidate/validators": "^2.x", "@ilingo/vuelidate": "^6.x", "ilingo": "^5.x", "pinia": "^2.x || ^3.x", "rapiq": ">=0.8.0 <1.0.0", "smob": "^1.6.1", "socket.io-client": "^4.8.3", "universal-cookie": "^8.1.0", "vue": "^3.3.x" }, "publishConfig": { "access": "public" } }