Uecko_ERP/apps/web/package.json

56 lines
1.6 KiB
JSON
Raw Normal View History

2025-05-02 21:43:51 +00:00
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --clearScreen false",
"build": "tsc && vite build",
"preview": "vite preview",
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": {
"@biomejs/biome": "1.9.4",
"@hookform/devtools": "^4.4.0",
"@repo/typescript-config": "workspace:*",
"@tailwindcss/postcss": "^4.1.5",
"@tailwindcss/vite": "^4.1.6",
"@tanstack/react-query-devtools": "^5.74.11",
"@types/node": "^22.15.12",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.20",
"globals": "^16.0.0",
"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-05-17 19:12:01 +00:00
"@erp/invoices": "workspace:*",
2025-05-09 10:45:32 +00:00
"@repo/rdx-criteria": "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-05-05 09:27:00 +00:00
"@tanstack/react-query": "^5.74.11",
"axios": "^1.9.0",
"i18next": "^25.0.2",
"i18next-browser-languagedetector": "^8.1.0",
2025-05-02 21:43:51 +00:00
"react": "^19.1.0",
2025-05-05 09:27:00 +00:00
"react-dom": "^19.1.0",
2025-05-29 11:15:28 +00:00
"react-hook-form": "^7.56.2",
2025-05-05 09:27:00 +00:00
"react-hook-form-persist": "^3.0.0",
"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-05-10 08:40:40 +00:00
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.6",
"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
}
}