2026-03-25 22:50:24 -07:00
|
|
|
{
|
|
|
|
|
"name": "@lilith/i18n",
|
2026-05-16 01:14:13 -07:00
|
|
|
"version": "0.2.0",
|
2026-03-25 22:50:24 -07:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "./src/index.ts",
|
2026-05-16 01:14:13 -07:00
|
|
|
"types": "./src/index.ts",
|
2026-03-25 22:50:24 -07:00
|
|
|
"exports": {
|
2026-05-16 01:14:13 -07:00
|
|
|
".": {
|
|
|
|
|
"types": "./src/index.ts",
|
|
|
|
|
"import": "./src/index.ts"
|
2026-05-16 17:12:29 -07:00
|
|
|
},
|
|
|
|
|
"./routes": {
|
|
|
|
|
"types": "./src/routes.ts",
|
|
|
|
|
"import": "./src/routes.ts"
|
2026-05-16 01:14:13 -07:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
2026-03-25 22:50:24 -07:00
|
|
|
},
|
2026-05-16 17:36:31 -07:00
|
|
|
"dependencies": {},
|
2026-04-23 18:45:50 -07:00
|
|
|
"peerDependencies": {
|
2026-05-16 01:14:13 -07:00
|
|
|
"@lilith/ui-fab": ">=2.3.0",
|
|
|
|
|
"@lilith/ui-icons": ">=1.1.0",
|
|
|
|
|
"@lilith/ui-router": ">=1.1.0",
|
|
|
|
|
"@lilith/ui-zname": ">=1.2.0",
|
|
|
|
|
"@tanstack/react-query": ">=5.0.0",
|
2026-06-19 05:53:02 -05:00
|
|
|
"i18next": ">=24.0.0",
|
2026-04-23 18:45:50 -07:00
|
|
|
"react": "^18.0.0 || ^19.0.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-05-16 01:14:13 -07:00
|
|
|
"@lilith/ui-fab": "*",
|
|
|
|
|
"@lilith/ui-icons": "*",
|
|
|
|
|
"@lilith/ui-router": "*",
|
|
|
|
|
"@lilith/ui-zname": "*",
|
|
|
|
|
"@tanstack/react-query": "^5.90.19",
|
2026-04-23 18:45:50 -07:00
|
|
|
"@types/react": "^19.2.8",
|
2026-06-19 05:53:02 -05:00
|
|
|
"i18next": "^24.2.3",
|
2026-05-16 01:14:13 -07:00
|
|
|
"react": "^19.2.3",
|
|
|
|
|
"typescript": "^5.9.3"
|
2026-03-25 22:50:24 -07:00
|
|
|
}
|
|
|
|
|
}
|