Uecko_ERP/apps/web/package.json

52 lines
1.6 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,
2025-12-15 18:21:09 +00:00
"version": "0.1.1",
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",
"lint": "biome lint --fix",
"format": "biome format --write"
2025-05-02 21:43:51 +00:00
},
2025-05-27 17:47:03 +00:00
"devDependencies": {
2025-10-28 18:29:08 +00:00
"@biomejs/biome": "^2.3.1",
2025-05-27 17:47:03 +00:00
"@tanstack/react-query-devtools": "^5.74.11",
2025-07-02 08:57:09 +00:00
"@types/dinero.js": "^1.9.4",
2025-05-27 17:47:03 +00:00
"@types/node": "^22.15.12",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@vitejs/plugin-react": "^4.4.1",
2025-11-04 20:53:50 +00:00
"react": "^19.1.0",
"react-dom": "^19.1.0",
2025-05-27 17:47:03 +00:00
"typescript": "~5.8.3",
"vite": "^6.3.5"
},
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:*",
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:*",
2025-07-07 18:25:13 +00:00
"@tailwindcss/vite": "^4.1.11",
2025-11-04 20:53:50 +00:00
"@tanstack/react-query": "^5.90.6",
2025-05-05 09:27:00 +00:00
"axios": "^1.9.0",
2025-07-02 08:57:09 +00:00
"dinero.js": "^1.9.1",
2025-08-24 10:14:20 +00:00
"react-error-boundary": "^6.0.0",
2025-06-24 18:38:57 +00:00
"react-hook-form": "^7.56.4",
2025-05-05 09:27:00 +00:00
"react-i18next": "^15.0.1",
2025-05-05 17:11:44 +00:00
"react-router-dom": "^6.26.0",
2025-05-28 14:21:09 +00:00
"react-secure-storage": "^1.3.2",
2025-05-27 17:47:03 +00:00
"sequelize": "^6.37.5",
2025-07-07 18:25:13 +00:00
"tailwindcss": "^4.1.10",
2025-05-10 08:40:40 +00:00
"tw-animate-css": "^1.2.9",
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
}