2025-05-09 10:45:32 +00:00
|
|
|
{
|
|
|
|
|
"name": "@erp/core",
|
2025-11-03 19:45:03 +00:00
|
|
|
"version": "0.0.3",
|
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": {
|
2025-08-23 11:57:48 +00:00
|
|
|
"dinero.js": "^1.9.1",
|
|
|
|
|
"react": "^19.1.0"
|
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",
|
2025-07-02 08:57:09 +00:00
|
|
|
"@types/dinero.js": "^1.9.4",
|
2025-05-20 10:08:24 +00:00
|
|
|
"@types/express": "^4.17.21",
|
2025-05-17 19:12:01 +00:00
|
|
|
"@types/react": "^19.1.2",
|
2025-10-28 18:29:08 +00:00
|
|
|
"typescript": "^5.9.3"
|
2025-05-09 10:45:32 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-10-06 17:40:37 +00:00
|
|
|
"@hookform/resolvers": "^5.0.1",
|
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:*",
|
2025-05-19 11:59:13 +00:00
|
|
|
"@tanstack/react-query": "^5.75.4",
|
2025-09-29 08:42:46 +00:00
|
|
|
"ag-grid-community": "^33.3.0",
|
2025-05-19 11:59:13 +00:00
|
|
|
"axios": "^1.9.0",
|
2025-08-23 11:57:48 +00:00
|
|
|
"express": "^4.18.2",
|
2025-05-20 10:08:24 +00:00
|
|
|
"http-status": "^2.1.0",
|
2025-08-23 11:57:48 +00:00
|
|
|
"i18next": "^25.1.1",
|
2025-09-23 08:59:15 +00:00
|
|
|
"lucide-react": "^0.503.0",
|
2025-08-23 11:57:48 +00:00
|
|
|
"react-hook-form": "^7.58.1",
|
|
|
|
|
"react-i18next": "^15.5.1",
|
2025-05-17 19:12:01 +00:00
|
|
|
"react-router-dom": "^6.26.0",
|
2025-06-24 18:38:57 +00:00
|
|
|
"sequelize": "^6.37.5",
|
2025-09-24 17:30:35 +00:00
|
|
|
"zod": "^4.1.11"
|
2025-05-09 10:45:32 +00:00
|
|
|
}
|
|
|
|
|
}
|