UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

110 lines (109 loc) 3.45 kB
{ "name": "@authup/client-web-kit", "type": "module", "version": "1.0.0-beta.27", "description": "This package contains vue components.", "license": "Apache-2.0", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./dist/index.css": "./dist/index.css" }, "files": [ "dist" ], "scripts": { "build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.build.json", "build:js": "cross-env NODE_ENV=production rollup -c", "build": "rimraf ./dist && npm run build:js && npm run build:types", "build:watch": "npm run build -- --watch" }, "keywords": [ "auth", "module", "typescript", "template", "auth-template", "vue", "list", "form", "oauth2", "oauth2-client", "domains", "components" ], "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": "^13.4.0" }, "devDependencies": { "@authup/access": "^1.0.0-beta.27", "@authup/kit": "^1.0.0-beta.27", "@authup/core-kit": "^1.0.0-beta.27", "@authup/core-http-kit": "^1.0.0-beta.27", "@authup/core-realtime-kit": "^1.0.0-beta.27", "@authup/errors": "^1.0.0-beta.27", "@authup/specs": "^1.0.0-beta.27", "@ilingo/vuelidate": "^5.0.4", "@posva/event-emitter": "^1.0.3", "@types/node": "^24.0.10", "@vitejs/plugin-vue": "^6.0.0", "@vuecs/form-controls": "^2.4.2", "@vuecs/list-controls": "^2.0.0", "@vuecs/pagination": "^1.3.0", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", "cross-env": "^7.0.3", "pinia": "^3.0.0", "rapiq": "^0.9.0", "smob": "^1.5.0", "socket.io-client": "^4.8.1", "universal-cookie": "^8.0.1", "vue": "^3.5.17", "vue-tsc": "^3.0.0" }, "peerDependencies": { "@authup/access": "^1.0.0-beta.27", "@authup/kit": "^1.0.0-beta.27", "@authup/core-kit": "^1.0.0-beta.27", "@authup/core-http-kit": "^1.0.0-beta.27", "@authup/core-realtime-kit": "^1.0.0-beta.27", "@authup/errors": "^1.0.0-beta.27", "@authup/specs": "^1.0.0-beta.27", "@vuecs/form-controls": "^2.4.2", "@vuecs/list-controls": "^2.0.0", "@vuecs/pagination": "^1.3.0", "@vuelidate/core": "^2.x", "@vuelidate/validators": "^2.x", "@ilingo/vuelidate": "^5.x", "pinia": "^2.x || ^3.x", "rapiq": ">=0.8.0 <1.0.0", "smob": "^1.5.0", "socket.io-client": "^4.8.1", "universal-cookie": "^8.0.1", "vue": "^3.3.x" }, "publishConfig": { "access": "public" } }