Uecko_ERP/modules/core/package.json
2025-05-27 19:47:03 +02:00

34 lines
874 B
JSON

{
"name": "@erp/core",
"version": "0.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": "./src/common/index.ts",
"./api": "./src/api/index.ts",
"./client": "./src/web/index.ts"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@testing-library/react-hooks": "^8.0.1",
"@types/axios": "^0.14.4",
"@types/express": "^4.17.21",
"@types/jest": "29.5.14",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"typescript": "^5.8.3"
},
"dependencies": {
"@repo/rdx-ddd": "workspace:*",
"@repo/rdx-utils": "workspace:*",
"@repo/rdx-criteria": "workspace:*",
"@tanstack/react-query": "^5.75.4",
"axios": "^1.9.0",
"http-status": "^2.1.0",
"joi": "^17.13.3",
"libphonenumber-js": "^1.11.20",
"react-router-dom": "^6.26.0",
"sequelize": "^6.37.5"
}
}