ui-backgrounds/package.json
autocommit c6e33f4f95
Some checks failed
Publish / publish (push) Failing after 0s
deps-upgrade(dependencies): ⬆️ Update all dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 13:26:19 -07:00

74 lines
1.8 KiB
JSON

{
"name": "@lilith/ui-backgrounds",
"version": "1.1.7",
"description": "Animated CSS gradient backgrounds - AI-aesthetic visuals without images",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"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",
"test": "vitest run",
"test:watch": "vitest",
"showcase": "../ui-icons/node_modules/.bin/vite --config showcase/vite.config.ts",
"dev": "bun run showcase"
},
"keywords": [
"react",
"backgrounds",
"gradients",
"css",
"animation",
"ai-aesthetic",
"accessibility"
],
"author": {
"name": "Quinn FTW",
"email": "quinn@ftw.codes"
},
"license": "MIT",
"dependencies": {
"@lilith/ui-zname": "^1.1.3",
"@lilith/ui-styled-components": "^6.3.9"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@types/styled-components": "^5.1.36",
"@vitejs/plugin-react": "^4.7.0",
"jsdom": "^26.1.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vitest": "^3.2.4"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}