platform-codebase/features/attributes/frontend-admin/package.json
Lilith 6b73cd84ef chore(features): ⬆️ Upgrade dependencies in multiple feature modules and UI package
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 00:35:57 -08:00

62 lines
1.6 KiB
JSON

{
"name": "@lilith/attributes-admin",
"version": "1.0.0",
"description": "Attributes feature frontend - UI components and React hooks",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./hooks": {
"types": "./dist/hooks.d.ts",
"import": "./dist/hooks.js"
},
"./components": {
"types": "./dist/components.d.ts",
"import": "./dist/components.js"
}
},
"scripts": {
"build": "lixb",
"dev": "lixb --watch",
"typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest"
},
"dependencies": {
"@lilith/service-registry": "^1.3.0",
"@tanstack/react-query": "^5.90.19",
"@tanstack/react-virtual": "^3.13.18"
},
"peerDependencies": {
"@lilith/ui-styled-components": "^6.3.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@lilith/config": "*",
"@lilith/lix-configs": "^1.0.1",
"@lilith/test-utils": "*",
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"jsdom": "^24.1.3",
"msw": "^2.12.7",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vitest": "^4.0.17"
},
"sideEffects": false,
"private": true
}