Uecko_ERP/modules/auth/package.json

27 lines
644 B
JSON
Raw Normal View History

2025-05-09 10:45:32 +00:00
{
"name": "@erp/auth",
"version": "0.0.1",
"exports": {
2025-05-27 17:47:03 +00:00
".": "./src/common/index.ts",
2025-05-09 10:45:32 +00:00
"./api": "./src/api/index.ts",
2025-05-27 17:47:03 +00:00
"./client": "./src/web/index.ts"
2025-05-17 19:12:01 +00:00
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
2025-05-28 14:21:09 +00:00
"@types/react-i18next": "^8.1.0",
2025-05-17 19:12:01 +00:00
"typescript": "^5.8.3"
2025-05-09 10:45:32 +00:00
},
"dependencies": {
2025-05-17 19:12:01 +00:00
"@repo/shadcn-ui": "workspace:*",
"@repo/rdx-ui": "workspace:*",
"@erp/core": "workspace:*",
2025-05-28 14:21:09 +00:00
"i18next": "^25.1.1",
2025-05-17 19:12:01 +00:00
"react": "^19.1.0",
"react-dom": "^19.1.0",
2025-05-27 17:47:03 +00:00
"react-router-dom": "^6.26.0",
"react-secure-storage": "^1.3.2"
2025-05-09 10:45:32 +00:00
}
}