platform-codebase/@packages/@ui/ui-backgrounds/package.json

44 lines
975 B
JSON
Raw Normal View History

{
"name": "@lilith/ui-backgrounds",
"version": "1.0.0",
"description": "Animated CSS gradient backgrounds - AI-aesthetic visuals without images",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit"
},
"keywords": [
"react",
"backgrounds",
"gradients",
"css",
"animation",
"ai-aesthetic",
"accessibility"
],
"author": {
"name": "Quinn FTW",
"email": "TransQuinnFTW@pm.me"
},
"license": "MIT",
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.26",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"styled-components": "^6.0.0",
"typescript": "^5.9.3"
}
}