@ctx-core/auth0-cs-solid
Version:
Auth0 solid-js components & ctx-core integration for client-server multipage apps & font-end single page web apps
88 lines • 2.31 kB
JSON
{
"name": "@ctx-core/auth0-cs-solid",
"version": "2.1.323",
"description": "Auth0 solid-js components & ctx-core integration for client-server multipage apps & font-end single page web apps",
"keywords": [
"ctx-core",
"object"
],
"homepage": "https://github.com/ctx-core/object#readme",
"bugs": {
"url": "https://github.com/ctx-core/object/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ctx-core/object.git"
},
"license": "Apache-2.0",
"author": {
"name": "Brian Takita",
"url": "https://briantakita.me",
"email": "info+ctx-core-auth0-cs-solid@briantakita.me"
},
"type": "module",
"files": [
"*.d.ts",
"*.js",
"*.json",
"./_types",
"./auth0__body__login_",
"./form__clear__schedule",
"./form__clear__schedule_",
"./login",
"./spa",
"./spa/Auth0ForgotPasswordForm_spa",
"./spa/Auth0_spa",
"./spa/ChangePasswordForm_auth0_spa",
"./spa/CloseDialogHandle_auth0_spa",
"./spa/ForgotPassword__CheckEmailForm__auth0_spa",
"./spa/LoginForm_auth0_spa",
"./spa/ModalDialog_auth0_spa",
"./spa/SignupForm_auth0_spa"
],
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.jsx",
"types": "./index.d.ts"
},
"./spa": {
"import": "./spa/index.jsx",
"types": "./spa/index.d.ts"
},
"./package.json": "./package.json"
},
"dependencies": {
"@ctx-core/auth0": "^40.1.296",
"@ctx-core/dialog-ui-solid": "^2.3.237",
"@ctx-core/dom": "^15.3.102",
"@ctx-core/notyf": "^2.1.220",
"@ctx-core/solid-js": "^1.5.217",
"@ctx-core/solid-nanostores": "^31.1.52",
"@ctx-core/ui-solid": "^21.0.223",
"auth0-js": "^9.26.1",
"ctx-core": "^7.2.32",
"solid-js": "^1.8.22"
},
"devDependencies": {
"@types/auth0-js": "^9.21.6",
"c8": "^10.1.2",
"check-dts": "^0.8.2",
"tsx": "^4.19.0",
"typescript": "next",
"uvu": "^0.5.6"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"scripts": {
"build": ":",
"clean": ":",
"exec": "$@",
"test": "pnpm run /^test:/",
"test:types": "check-dts",
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"disable:test:unit:coverage": "c8 pnpm test:unit"
}
}