52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "@lilith/i18n",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts"
|
|
},
|
|
"./routes": {
|
|
"types": "./src/routes.ts",
|
|
"import": "./src/routes.ts"
|
|
},
|
|
"./languages": {
|
|
"types": "./src/languages.ts",
|
|
"import": "./src/languages.ts"
|
|
},
|
|
"./hashing": {
|
|
"types": "./src/hashing.ts",
|
|
"import": "./src/hashing.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"i18next": "^24.2.3",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"react-i18next": "^15.7.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@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",
|
|
"react": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/ui-fab": "*",
|
|
"@lilith/ui-icons": "*",
|
|
"@lilith/ui-router": "*",
|
|
"@lilith/ui-zname": "*",
|
|
"@tanstack/react-query": "^5.90.19",
|
|
"@types/react": "^19.2.8",
|
|
"react": "^19.2.3",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|