imajin/node_modules/@lilith/ui-utils/package.json
2026-01-10 04:52:11 -08:00

34 lines
821 B
JSON

{
"name": "@lilith/ui-utils",
"version": "1.0.1",
"description": "Pure utility functions for UI components - formatting, chart calculations, sorting",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"styled-components": "^6.0.0"
},
"publishConfig": {
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"build": true
}
}