lix-build + lix-configs (derived build toolchain), ui-icons + ui-fab (recovered from deployed SPA dist sourcemaps), ui-zname (recovered from verdaccio storage). All published to cocotte-forge Verdaccio; this repo is the durable source home. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
43 lines
No EOL
1 KiB
JSON
43 lines
No EOL
1 KiB
JSON
{
|
|
"name": "@lilith/ui-zname",
|
|
"version": "1.2.5",
|
|
"type": "module",
|
|
"description": "Z-index layer management for React applications [recovered 2026-06-28 from plum verdaccio storage snapshot; black source lost]",
|
|
"main": "./dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsup && tsc --project tsconfig.build.json",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src --fix",
|
|
"lint:check": "eslint src",
|
|
"test": "vitest run --passWithNoTests"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "^2.3.0",
|
|
"@types/react": "^19.2.8",
|
|
"tsup": "^8.3.5",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.16"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://134.199.243.61:4873/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
}
|
|
} |