2025-09-26 15:00:11 +00:00
|
|
|
{
|
|
|
|
|
"name": "@erp/doc-numbering",
|
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-09-26 15:00:11 +00:00
|
|
|
"exports": {
|
|
|
|
|
"./api": "./src/api/index.ts"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2025-11-04 20:54:35 +00:00
|
|
|
"react": "^19.1.0",
|
|
|
|
|
"react-dom": "^19.1.0"
|
2025-09-26 15:00:11 +00:00
|
|
|
},
|
2025-10-30 18:26:57 +00:00
|
|
|
"devDependencies": {
|
2025-11-04 20:54:35 +00:00
|
|
|
"@types/express": "^4.17.21",
|
|
|
|
|
"react": "^19.1.0",
|
|
|
|
|
"react-dom": "^19.1.0",
|
|
|
|
|
"typescript": "^5.9.3"
|
2025-10-30 18:26:57 +00:00
|
|
|
},
|
2025-09-26 15:00:11 +00:00
|
|
|
"dependencies": {
|
|
|
|
|
"@erp/auth": "workspace:*",
|
|
|
|
|
"@erp/core": "workspace:*",
|
|
|
|
|
"@repo/rdx-ddd": "workspace:*",
|
|
|
|
|
"@repo/rdx-criteria": "workspace:*",
|
|
|
|
|
"@repo/rdx-utils": "workspace:*",
|
|
|
|
|
"@repo/rdx-logger": "workspace:*"
|
|
|
|
|
}
|
2025-11-27 19:07:30 +00:00
|
|
|
}
|