Uecko_ERP/apps/web/package.json

58 lines
1.8 KiB
JSON
Raw Normal View History

2025-05-02 21:43:51 +00:00
{
2025-11-03 19:45:03 +00:00
"name": "@erp/factuges-web",
2025-05-02 21:43:51 +00:00
"private": true,
2026-05-05 11:34:36 +00:00
"version": "0.6.5",
2025-05-02 21:43:51 +00:00
"type": "module",
"scripts": {
2025-07-02 08:57:09 +00:00
"dev": "vite --host --clearScreen false",
2025-05-02 21:43:51 +00:00
"build": "tsc && vite build",
2025-11-27 19:07:30 +00:00
"build:rodax": "tsc && vite build --mode rodax",
"build:acana": "tsc && vite build --mode acana",
2025-12-01 18:51:25 +00:00
"preview": "vite preview --host --debug --mode production",
2025-05-05 09:27:00 +00:00
"clean": "rm -rf dist && rm -rf node_modules && rm -rf .turbo",
"check:deps": "pnpm exec depcheck",
2026-05-05 11:34:36 +00:00
"check": "biome check .",
"lint": "biome lint .",
2025-05-05 09:27:00 +00:00
"format": "biome format --write"
2025-05-02 21:43:51 +00:00
},
2025-05-27 17:47:03 +00:00
"devDependencies": {
2026-04-12 10:07:15 +00:00
"@biomejs/biome": "^2.4.11",
"@tanstack/react-query-devtools": "^5.98.0",
"@tailwindcss/postcss": "^4.1.5",
2026-04-29 15:02:08 +00:00
"@types/dinero.js": "1.9.1",
2026-04-12 10:07:15 +00:00
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"date-fns": "^4.1.0",
"typescript": "~6.0.2",
"vite": "^8.0.8"
2025-05-27 17:47:03 +00:00
},
2025-05-02 21:43:51 +00:00
"dependencies": {
2025-05-27 17:47:03 +00:00
"@erp/auth": "workspace:*",
2025-05-28 14:21:09 +00:00
"@erp/core": "workspace:*",
2025-06-11 15:13:44 +00:00
"@erp/customer-invoices": "workspace:*",
2025-07-07 18:25:13 +00:00
"@erp/customers": "workspace:*",
2026-04-12 10:07:15 +00:00
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/geist-mono": "^5.2.7",
2025-11-28 15:00:18 +00:00
"@repo/i18next": "workspace:*",
2025-05-05 17:11:44 +00:00
"@repo/rdx-ui": "workspace:*",
2025-05-10 08:40:40 +00:00
"@repo/shadcn-ui": "workspace:*",
2026-04-12 10:07:15 +00:00
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-query": "^5.98.0",
"axios": "^1.15.0",
"dinero.js": "1.9.1",
"lucide-react": "^1.8.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-error-boundary": "^6.1.1",
2026-04-03 16:15:25 +00:00
"react-hook-form": "^7.72.1",
2026-04-12 10:07:15 +00:00
"react-i18next": "^17.0.2",
"react-router-dom": "^7.14.0",
2025-05-28 14:21:09 +00:00
"react-secure-storage": "^1.3.2",
2026-04-03 16:15:25 +00:00
"sequelize": "^6.37.8",
2026-04-12 10:07:15 +00:00
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
2025-05-05 17:11:44 +00:00
"vite-plugin-html": "^3.2.2"
2025-05-02 21:43:51 +00:00
}
2025-11-27 19:07:30 +00:00
}