2025-07-07 18:25:13 +00:00
|
|
|
{
|
|
|
|
|
"name": "@erp/customers",
|
2025-12-15 18:21:09 +00:00
|
|
|
"version": "0.1.1",
|
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-07-07 18:25:13 +00:00
|
|
|
"exports": {
|
|
|
|
|
".": "./src/common/index.ts",
|
2025-10-28 17:52:30 +00:00
|
|
|
"./common": "./src/common/index.ts",
|
2025-07-07 18:25:13 +00:00
|
|
|
"./api": "./src/api/index.ts",
|
|
|
|
|
"./client": "./src/web/manifest.ts",
|
|
|
|
|
"./globals.css": "./src/web/globals.css",
|
|
|
|
|
"./components": "./src/web/components/index.ts"
|
|
|
|
|
},
|
2025-08-11 17:49:52 +00:00
|
|
|
"peerDependencies": {
|
2025-10-21 14:38:20 +00:00
|
|
|
"react": "^19.1.0",
|
2025-11-04 20:54:35 +00:00
|
|
|
"react-dom": "^19.1.0"
|
2025-08-11 17:49:52 +00:00
|
|
|
},
|
2025-07-07 18:25:13 +00:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/express": "^4.17.21",
|
|
|
|
|
"@types/react": "^19.1.2",
|
2025-10-12 18:36:33 +00:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
2025-11-04 20:54:35 +00:00
|
|
|
"react": "^19.1.0",
|
|
|
|
|
"react-dom": "^19.1.0",
|
|
|
|
|
"typescript": "^5.9.3"
|
2025-07-07 18:25:13 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-08-21 07:44:07 +00:00
|
|
|
"@erp/auth": "workspace:*",
|
2025-08-23 11:57:48 +00:00
|
|
|
"@erp/core": "workspace:*",
|
2025-07-07 18:25:13 +00:00
|
|
|
"@hookform/resolvers": "^5.0.1",
|
2025-11-28 15:00:18 +00:00
|
|
|
"@repo/i18next": "workspace:*",
|
2025-07-07 18:25:13 +00:00
|
|
|
"@repo/rdx-criteria": "workspace:*",
|
|
|
|
|
"@repo/rdx-ddd": "workspace:*",
|
2025-09-23 10:40:49 +00:00
|
|
|
"@repo/rdx-logger": "workspace:*",
|
2025-07-07 18:25:13 +00:00
|
|
|
"@repo/rdx-ui": "workspace:*",
|
|
|
|
|
"@repo/rdx-utils": "workspace:*",
|
|
|
|
|
"@repo/shadcn-ui": "workspace:*",
|
2025-11-04 20:54:35 +00:00
|
|
|
"@tanstack/react-query": "^5.90.6",
|
2025-10-20 09:35:24 +00:00
|
|
|
"@tanstack/react-table": "^8.21.3",
|
2025-11-07 17:51:18 +00:00
|
|
|
"express": "^4.18.2",
|
2025-07-07 18:25:13 +00:00
|
|
|
"lucide-react": "^0.503.0",
|
2025-08-23 11:57:48 +00:00
|
|
|
"react-data-table-component": "^7.7.0",
|
2025-11-04 20:54:35 +00:00
|
|
|
"react-hook-form": "^7.58.1",
|
|
|
|
|
"react-i18next": "^16.2.4",
|
2025-07-07 18:25:13 +00:00
|
|
|
"react-router-dom": "^6.26.0",
|
2025-11-04 20:54:35 +00:00
|
|
|
"sequelize": "^6.37.5",
|
|
|
|
|
"use-debounce": "^10.0.5",
|
|
|
|
|
"zod": "^4.1.11"
|
2025-07-07 18:25:13 +00:00
|
|
|
}
|
2025-11-27 19:07:30 +00:00
|
|
|
}
|