lilith-platform.live/codebase/@packages/quinn-app-switcher/package.json
2026-05-15 22:08:05 -07:00

62 lines
1.6 KiB
JSON

{
"name": "@lilith/quinn-app-switcher",
"version": "0.4.0",
"description": "Shared app-switcher strip used by every non-public Quinn subdomain dashboard",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "lixbuild",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"peerDependencies": {
"@lilith/ui-styled-components": "^6.0.0",
"lucide-react": ">=0.400.0",
"react": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@lilith/configs": "^2.5.0",
"@lilith/lix-build": "^1.0.7",
"@lilith/lix-configs": "^1.0.3",
"@lilith/playwright-e2e-docker": "^2.0.3",
"tsup": "^8.0.0",
"@playwright/test": "^1.52.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^4.0.17",
"happy-dom": "^12.10.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"typescript": "^5.9.3",
"vitest": "^3.0.5"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
}
}
}