Facturas de cliente
This commit is contained in:
parent
34d23c05ca
commit
84c1bc918e
@ -4,12 +4,10 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"typecheck": "tsc -p tsconfig.json --noEmit",
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
||||||
"clean": "rimraf .turbo node_modules dist"
|
"clean": "rimraf .turbo node_modules dist"
|
||||||
},
|
},
|
||||||
|
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./src/common/index.ts",
|
".": "./src/common/index.ts",
|
||||||
"./common": "./src/common/index.ts",
|
"./common": "./src/common/index.ts",
|
||||||
@ -17,22 +15,6 @@
|
|||||||
"./client": "./src/web/manifest.ts",
|
"./client": "./src/web/manifest.ts",
|
||||||
"./globals.css": "./src/web/globals.css"
|
"./globals.css": "./src/web/globals.css"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
|
||||||
"@tanstack/react-query": "^5.74.11",
|
|
||||||
"ag-grid-community": "^33.3.0",
|
|
||||||
"dinero.js": "^1.9.1",
|
|
||||||
"express": "^4.18.2",
|
|
||||||
"handlebars": "^4.7.8",
|
|
||||||
"i18next": "^25.1.1",
|
|
||||||
"puppeteer": "^24.20.0",
|
|
||||||
"puppeteer-report": "^3.2.0",
|
|
||||||
"react": "^19.1.0",
|
|
||||||
"react-dom": "^19.1.0",
|
|
||||||
"react-hook-form": "^7.58.1",
|
|
||||||
"react-i18next": "^15.5.1",
|
|
||||||
"sequelize": "^6.37.5",
|
|
||||||
"zod": "^4.1.11"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@hookform/devtools": "^4.4.0",
|
"@hookform/devtools": "^4.4.0",
|
||||||
"@types/dinero.js": "^1.9.4",
|
"@types/dinero.js": "^1.9.4",
|
||||||
@ -57,12 +39,25 @@
|
|||||||
"@repo/rdx-ui": "workspace:*",
|
"@repo/rdx-ui": "workspace:*",
|
||||||
"@repo/rdx-utils": "workspace:*",
|
"@repo/rdx-utils": "workspace:*",
|
||||||
"@repo/shadcn-ui": "workspace:*",
|
"@repo/shadcn-ui": "workspace:*",
|
||||||
|
"@tanstack/react-query": "^5.74.11",
|
||||||
"@tanstack/react-table": "^8.21.3",
|
"@tanstack/react-table": "^8.21.3",
|
||||||
|
"ag-grid-community": "^33.3.0",
|
||||||
"ag-grid-react": "^33.3.0",
|
"ag-grid-react": "^33.3.0",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
|
"dinero.js": "^1.9.1",
|
||||||
|
"express": "^4.18.2",
|
||||||
|
"handlebars": "^4.7.8",
|
||||||
|
"i18next": "^25.1.1",
|
||||||
"libphonenumber-js": "^1.12.7",
|
"libphonenumber-js": "^1.12.7",
|
||||||
"lucide-react": "^0.503.0",
|
"lucide-react": "^0.503.0",
|
||||||
"react-router-dom": "^6.26.0"
|
"puppeteer": "^24.20.0",
|
||||||
|
"puppeteer-report": "^3.2.0",
|
||||||
|
"react": "^19.1.0",
|
||||||
|
"react-dom": "^19.1.0",
|
||||||
|
"react-hook-form": "^7.58.1",
|
||||||
|
"react-i18next": "^15.5.1",
|
||||||
|
"react-router-dom": "^6.26.0",
|
||||||
|
"zod": "^4.1.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user