44 lines
1.2 KiB
JSON
44 lines
1.2 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-react": "^33.3.0",
|
|
"ag-grid-community": "^33.3.0",
|
|
"i18next": "^25.1.1",
|
|
"react": "^18 || ^19",
|
|
"react-dom": "^18 || ^19",
|
|
"react-router-dom": "^6.26.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.3",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@erp/core": "workspace:*",
|
|
"@repo/rdx-ui": "workspace:*",
|
|
"@repo/shadcn-ui": "workspace:*",
|
|
"ag-grid-community": "^33.3.0",
|
|
"ag-grid-react": "^33.3.0",
|
|
"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"
|
|
}
|
|
}
|