2025-05-09 10:45:32 +00:00
|
|
|
{
|
2025-06-11 15:13:44 +00:00
|
|
|
"name": "@erp/customer-invoices",
|
2026-05-18 16:39:33 +00:00
|
|
|
"version": "0.6.7",
|
2025-10-30 18:26:57 +00:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"sideEffects": false,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
2026-05-05 11:34:36 +00:00
|
|
|
"check": "biome check .",
|
|
|
|
|
"lint": "biome lint .",
|
2025-10-30 18:26:57 +00:00
|
|
|
"clean": "rimraf .turbo node_modules dist"
|
|
|
|
|
},
|
2025-05-09 10:45:32 +00:00
|
|
|
"exports": {
|
2025-05-28 14:21:09 +00:00
|
|
|
".": "./src/common/index.ts",
|
2025-10-28 17:52:30 +00:00
|
|
|
"./common": "./src/common/index.ts",
|
2025-05-09 10:45:32 +00:00
|
|
|
"./api": "./src/api/index.ts",
|
2026-03-16 17:45:45 +00:00
|
|
|
"./api/domain": "./src/api/domain/index.ts",
|
2025-07-07 18:25:13 +00:00
|
|
|
"./client": "./src/web/manifest.ts",
|
|
|
|
|
"./globals.css": "./src/web/globals.css"
|
2025-05-17 19:12:01 +00:00
|
|
|
},
|
2025-11-04 20:54:35 +00:00
|
|
|
"peerDependencies": {
|
2026-04-12 10:06:32 +00:00
|
|
|
"react": "^19.2.5",
|
|
|
|
|
"react-dom": "^19.2.5"
|
2025-11-04 20:54:35 +00:00
|
|
|
},
|
2025-05-17 19:12:01 +00:00
|
|
|
"devDependencies": {
|
2025-07-16 15:47:45 +00:00
|
|
|
"@hookform/devtools": "^4.4.0",
|
2026-04-29 15:02:08 +00:00
|
|
|
"@types/dinero.js": "1.9.1",
|
2026-04-15 10:23:59 +00:00
|
|
|
"@types/express": "^4.17.21",
|
2026-04-12 10:06:32 +00:00
|
|
|
"@types/react": "^19.2.14",
|
|
|
|
|
"@types/react-dom": "^19.2.3",
|
2025-10-12 18:36:33 +00:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
2026-05-26 11:55:26 +00:00
|
|
|
"date-fns": "^4.1.0",
|
2026-04-12 10:06:32 +00:00
|
|
|
"react": "^19.2.5",
|
|
|
|
|
"react-dom": "^19.2.5",
|
2026-05-26 11:55:26 +00:00
|
|
|
"rimraf": "^6.1.3",
|
2026-04-12 10:06:32 +00:00
|
|
|
"typescript": "^6.0.2"
|
2025-05-09 10:45:32 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-07-07 18:25:13 +00:00
|
|
|
"@dnd-kit/core": "^6.3.1",
|
|
|
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
|
|
|
"@dnd-kit/utilities": "^3.2.2",
|
2025-08-14 14:58:13 +00:00
|
|
|
"@erp/auth": "workspace:*",
|
2025-09-11 17:52:50 +00:00
|
|
|
"@erp/core": "workspace:*",
|
2026-05-26 11:55:26 +00:00
|
|
|
"@erp/catalogs": "workspace:*",
|
2025-09-11 17:52:50 +00:00
|
|
|
"@erp/customers": "workspace:*",
|
2026-04-12 10:06:32 +00:00
|
|
|
"@hookform/resolvers": "^5.2.2",
|
2026-04-15 09:30:55 +00:00
|
|
|
"@lglab/react-qr-code": "^1.4.10",
|
2025-11-28 15:00:18 +00:00
|
|
|
"@repo/i18next": "workspace:*",
|
2025-05-26 10:38:45 +00:00
|
|
|
"@repo/rdx-criteria": "workspace:*",
|
2025-05-20 10:08:24 +00:00
|
|
|
"@repo/rdx-ddd": "workspace:*",
|
2025-09-23 10:40:49 +00:00
|
|
|
"@repo/rdx-logger": "workspace:*",
|
2025-05-17 19:12:01 +00:00
|
|
|
"@repo/rdx-ui": "workspace:*",
|
2025-06-24 18:38:57 +00:00
|
|
|
"@repo/rdx-utils": "workspace:*",
|
2025-05-17 19:12:01 +00:00
|
|
|
"@repo/shadcn-ui": "workspace:*",
|
2026-04-12 10:06:32 +00:00
|
|
|
"@tanstack/react-query": "^5.98.0",
|
2025-07-07 18:25:13 +00:00
|
|
|
"@tanstack/react-table": "^8.21.3",
|
2025-10-08 13:11:26 +00:00
|
|
|
"class-variance-authority": "^0.7.1",
|
2026-04-12 10:06:32 +00:00
|
|
|
"dinero.js": "1.9.1",
|
|
|
|
|
"express": "^4.22.1",
|
|
|
|
|
"libphonenumber-js": "^1.12.41",
|
|
|
|
|
"lucide-react": "^1.8.0",
|
2025-11-04 20:54:35 +00:00
|
|
|
"pg-hstore": "^2.3.4",
|
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",
|
2025-11-21 18:42:17 +00:00
|
|
|
"react-qr-code": "^2.0.18",
|
2026-04-12 10:06:32 +00:00
|
|
|
"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
|
|
|
}
|