UNPKG

@clerk/themes

Version:

Themes for the Clerk auth components

63 lines 1.41 kB
{ "name": "@clerk/themes", "version": "2.4.8", "description": "Themes for the Clerk auth components", "keywords": [ "react", "next", "auth", "authentication", "passwordless", "session", "jwt", "customisation", "themes" ], "homepage": "https://clerk.com/", "bugs": { "url": "https://github.com/clerk/javascript/issues" }, "repository": { "type": "git", "url": "git+https://github.com/clerk/javascript.git", "directory": "packages/themes" }, "license": "MIT", "author": "Clerk", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./shadcn.css": "./dist/themes/shadcn.css" }, "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "tslib": "2.8.1", "@clerk/types": "^4.76.0" }, "devDependencies": { "tsup": "8.5.0" }, "engines": { "node": ">=18.17.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "clean": "rimraf ./dist", "dev": "tsup --watch", "format": "node ../../scripts/format-package.mjs", "format:check": "node ../../scripts/format-package.mjs --check", "lint": "eslint src", "lint:attw": "attw --pack . --exclude-entrypoints shadcn.css --profile node16" } }