ui-forms/package.json
autocommit 4d3249c71c
Some checks failed
Publish / publish (push) Failing after 0s
deps-upgrade(deps): ⬆️ Update dependencies to latest versions for bug fixes and security patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 21:22:23 -07:00

56 lines
1.4 KiB
JSON

{
"name": "@lilith/ui-forms",
"version": "1.3.1",
"description": "Complex form components - MultiStepForm, DatePicker, ColorPicker, PhoneInput, PhoneField, EmailField, etc.",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"lint": "eslint src --fix",
"lint:check": "eslint src"
},
"dependencies": {
"@lilith/ui-feedback": "^1.4.3",
"@lilith/ui-primitives": "^1.2.19",
"@lilith/ui-theme": "^1.5.2",
"@lilith/ui-zname": "^1.2.4",
"lucide-react": "^0.553.0",
"@lilith/ui-styled-components": "^6.3.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"happy-dom": "^20.0.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"vitest": "^3.2.4"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}