2025-05-09 10:45:32 +00:00
|
|
|
{
|
|
|
|
|
"name": "@erp/core",
|
2026-02-13 15:26:50 +00:00
|
|
|
"version": "0.5.0",
|
2025-10-30 18:26:57 +00:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"sideEffects": false,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
|
|
|
"clean": "rimraf .turbo node_modules dist"
|
|
|
|
|
},
|
2025-05-09 10:45:32 +00:00
|
|
|
"exports": {
|
2025-05-27 17:47:03 +00:00
|
|
|
".": "./src/common/index.ts",
|
2025-10-28 17:52:30 +00:00
|
|
|
"./common": "./src/common/index.ts",
|
2025-05-27 17:47:03 +00:00
|
|
|
"./api": "./src/api/index.ts",
|
2025-08-23 11:57:48 +00:00
|
|
|
"./client": "./src/web/manifest.ts",
|
2025-10-21 18:05:12 +00:00
|
|
|
"./globals.css": "./src/web/globals.css",
|
2025-08-23 11:57:48 +00:00
|
|
|
"./components": "./src/web/components/index.ts",
|
|
|
|
|
"./hooks": "./src/web/hooks/index.ts"
|
2025-05-17 19:12:01 +00:00
|
|
|
},
|
2025-07-02 08:57:09 +00:00
|
|
|
"peerDependencies": {
|
2026-04-12 10:06:32 +00:00
|
|
|
"react": "^19.2.5",
|
|
|
|
|
"react-dom": "^19.2.5"
|
2025-07-02 08:57:09 +00:00
|
|
|
},
|
2025-05-17 19:12:01 +00:00
|
|
|
"devDependencies": {
|
2025-10-21 18:05:12 +00:00
|
|
|
"@hookform/devtools": "^4.4.0",
|
2026-04-12 10:06:32 +00:00
|
|
|
"@types/dinero.js": "^2.0.0",
|
2026-04-15 10:23:59 +00:00
|
|
|
"@types/express": "^4.17.21",
|
2025-11-19 16:05:01 +00:00
|
|
|
"@types/mime-types": "^3.0.1",
|
2026-04-12 10:06:32 +00:00
|
|
|
"@types/react": "^19.2.14",
|
|
|
|
|
"react": "^19.2.5",
|
|
|
|
|
"react-dom": "^19.2.5",
|
|
|
|
|
"typescript": "^6.0.2"
|
2025-05-09 10:45:32 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-04-12 10:06:32 +00:00
|
|
|
"@hookform/resolvers": "^5.2.2",
|
2025-11-28 15:00:18 +00:00
|
|
|
"@repo/i18next": "workspace:*",
|
2025-06-24 18:38:57 +00:00
|
|
|
"@repo/rdx-criteria": "workspace:*",
|
2025-05-20 10:08:24 +00:00
|
|
|
"@repo/rdx-ddd": "workspace:*",
|
2025-10-28 17:52:30 +00:00
|
|
|
"@repo/rdx-logger": "workspace:*",
|
2025-08-23 11:57:48 +00:00
|
|
|
"@repo/rdx-ui": "workspace:*",
|
2025-10-06 17:40:37 +00:00
|
|
|
"@repo/rdx-utils": "workspace:*",
|
2025-08-23 11:57:48 +00:00
|
|
|
"@repo/shadcn-ui": "workspace:*",
|
2026-04-12 10:06:32 +00:00
|
|
|
"@tanstack/react-query": "^5.98.0",
|
|
|
|
|
"axios": "^1.15.0",
|
|
|
|
|
"dinero.js": "1.9.1",
|
|
|
|
|
"express": "^4.22.1",
|
2025-05-20 10:08:24 +00:00
|
|
|
"http-status": "^2.1.0",
|
2026-04-12 10:06:32 +00:00
|
|
|
"lucide-react": "^1.8.0",
|
|
|
|
|
"mime-types": "^3.0.2",
|
2026-04-03 16:15:25 +00:00
|
|
|
"react-hook-form": "^7.72.1",
|
2026-04-12 10:06:32 +00:00
|
|
|
"react-i18next": "^17.0.2",
|
|
|
|
|
"react-router-dom": "^7.14.0",
|
2026-04-03 16:15:25 +00:00
|
|
|
"sequelize": "^6.37.8",
|
2026-04-12 10:06:32 +00:00
|
|
|
"zod": "^4.3.6"
|
2025-05-09 10:45:32 +00:00
|
|
|
}
|
2025-11-27 19:07:30 +00:00
|
|
|
}
|