platform-codebase/features/blog/frontend-users/package.json
Lilith 412ee12f76 chore(deps): 🔧 Update dependency JSON files to reflect new package versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-13 07:48:27 -08:00

41 lines
1,005 B
JSON

{
"name": "@lilith/blog-users",
"version": "0.1.0",
"private": true,
"description": "Provider blog management UI for lilith-platform platform-user",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "lixbuild",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/blog-shared": "*",
"@lilith/ui-router": "^1.2.0",
"@tanstack/react-query": "^5.90.19",
"date-fns": "^4.1.0",
"react": "^19.2.3",
"react-router": "^7.12.0",
"react-router-dom": "^7.12.0"
},
"devDependencies": {
"@lilith/lix-configs": "^1.0.1",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
"@tanstack/react-query": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.11.0"
}
}