Uecko_ERP/modules/invoices/package.json
2025-05-26 12:38:45 +02:00

57 lines
1.6 KiB
JSON

{
"name": "@erp/invoices",
"version": "0.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./api": "./src/api/index.ts",
"./dto": "./src/common/dto/index.ts",
"./manifest": "./src/web/manifest.ts",
"./hooks/*": ["./src/web/hooks/*.tsx", "./src/hooks/*.ts"],
"./components": "./src/web/components/index.tsx",
"./components/*": "./src/web/components/*.tsx",
"./locales": "./src/common/locales/index.tsx"
},
"peerDependencies": {
"ag-grid-community": "^33.3.0",
"ag-grid-react": "^33.3.0",
"express": "^4.18.2",
"i18next": "^25.1.1",
"lucide-react": "^0.503.0",
"react": "^18 || ^19",
"react-dom": "^18 || ^19",
"react-i18next": "^15.5.1",
"react-router-dom": "^6.26.0",
"sequelize": "^6.37.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/express": "^4.17.21",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@types/react-i18next": "^8.1.0",
"sequelize": "^6.37.5",
"typescript": "^5.8.3"
},
"dependencies": {
"@erp/core": "workspace:*",
"@repo/rdx-criteria": "workspace:*",
"@repo/rdx-ddd": "workspace:*",
"@repo/rdx-utils": "workspace:*",
"@repo/rdx-ui": "workspace:*",
"@repo/shadcn-ui": "workspace:*",
"ag-grid-community": "^33.3.0",
"ag-grid-react": "^33.3.0",
"express": "^4.18.2",
"i18next": "^25.1.1",
"lucide-react": "^0.503.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.5.1",
"react-router-dom": "^6.26.0",
"slugify": "^1.6.6",
"zod": "^3.24.4"
}
}