52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "@erp/factuges-web",
|
|
"private": true,
|
|
"version": "0.1.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host --clearScreen false",
|
|
"build": "tsc && vite build",
|
|
"build:rodax": "tsc && vite build --mode rodax",
|
|
"build:acana": "tsc && vite build --mode acana",
|
|
"preview": "vite preview --host --debug --mode production",
|
|
"clean": "rm -rf dist && rm -rf node_modules && rm -rf .turbo",
|
|
"check:deps": "pnpm exec depcheck",
|
|
"lint": "biome lint --fix",
|
|
"format": "biome format --write"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.1",
|
|
"@tanstack/react-query-devtools": "^5.74.11",
|
|
"@types/dinero.js": "^1.9.4",
|
|
"@types/node": "^22.15.12",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.3",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^6.3.5"
|
|
},
|
|
"dependencies": {
|
|
"@erp/auth": "workspace:*",
|
|
"@erp/core": "workspace:*",
|
|
"@erp/customer-invoices": "workspace:*",
|
|
"@erp/customers": "workspace:*",
|
|
"@repo/i18next": "workspace:*",
|
|
"@repo/rdx-ui": "workspace:*",
|
|
"@repo/shadcn-ui": "workspace:*",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@tanstack/react-query": "^5.90.6",
|
|
"axios": "^1.9.0",
|
|
"dinero.js": "^1.9.1",
|
|
"react-error-boundary": "^6.0.0",
|
|
"react-hook-form": "^7.56.4",
|
|
"react-i18next": "^15.0.1",
|
|
"react-router-dom": "^6.26.0",
|
|
"react-secure-storage": "^1.3.2",
|
|
"sequelize": "^6.37.5",
|
|
"tailwindcss": "^4.1.10",
|
|
"tw-animate-css": "^1.2.9",
|
|
"vite-plugin-html": "^3.2.2"
|
|
}
|
|
} |