Uecko_ERP/modules/auth/package.json

31 lines
719 B
JSON
Raw Normal View History

2025-05-09 10:45:32 +00:00
{
"name": "@erp/auth",
"version": "0.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"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
},
"peerDependencies": {
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"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:*",
"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
}
}