Uecko_ERP/apps/web/package.json

58 lines
1.7 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
},
"dependencies": {
2025-05-09 10:45:32 +00:00
"@erp/auth": "workspace:*",
"@erp/core": "workspace:*",
"@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",
"react-hook-form": "^7.55.0",
"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",
"react-secure-storage": "^1.3.2",
2025-05-10 08:40:40 +00:00
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.6",
2025-05-09 10:45:32 +00:00
"tailwindcss-animate": "^1.0.7",
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
},
"devDependencies": {
2025-05-05 09:27:00 +00:00
"@biomejs/biome": "1.9.4",
"@hookform/devtools": "^4.4.0",
2025-05-02 21:43:51 +00:00
"@repo/typescript-config": "workspace:*",
2025-05-10 08:40:40 +00:00
"@tailwindcss/postcss": "^4.1.5",
"@tailwindcss/vite": "^4.1.6",
2025-05-05 09:27:00 +00:00
"@tanstack/react-query-devtools": "^5.74.11",
2025-05-09 10:45:32 +00:00
"@types/axios": "^0.14.4",
"@types/node": "^22.15.12",
2025-05-02 21:43:51 +00:00
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@vitejs/plugin-react": "^4.4.1",
2025-05-09 10:45:32 +00:00
"autoprefixer": "^10.4.20",
2025-05-02 21:43:51 +00:00
"globals": "^16.0.0",
2025-05-05 09:27:00 +00:00
"typescript": "~5.8.3",
2025-05-09 10:45:32 +00:00
"vite": "^6.3.5",
2025-05-05 17:11:44 +00:00
"vite-plugin-robots": "^1.0.5",
"vite-plugin-static-copy": "^2.3.1"
2025-05-02 21:43:51 +00:00
}
}