51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@lilith/ui-auth",
|
|
"version": "2.1.13-dev.10",
|
|
"description": "Rich authentication UI components with neon/glassmorphism effects - LoginForm, RegisterForm, AuthModal, AuthSplitPanel, AuthSlidePanel, AuthFullscreenPanel",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.json",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src --fix",
|
|
"lint:check": "eslint src"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/ui-feedback": "^1.3.13",
|
|
"@lilith/ui-primitives": "^1.2.13",
|
|
"@lilith/ui-theme": "^1.3.6",
|
|
"@lilith/ui-zname": "^1.2.3",
|
|
"lucide-react": "^0.553.0",
|
|
"@lilith/ui-styled-components": "^6.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"react": "^19.2.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
"styled-components": "^6.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://npm.black.lan:4873"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
}
|
|
}
|