Uecko_ERP/apps/client/package.json

32 lines
754 B
JSON
Raw Normal View History

2025-01-27 17:12:26 +00:00
{
"name": "web",
"private": true,
2025-01-28 14:01:02 +00:00
"version": "0.0.0",
"type": "module",
2025-01-27 17:12:26 +00:00
"scripts": {
2025-01-28 14:01:02 +00:00
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
2025-01-27 17:12:26 +00:00
},
"dependencies": {
2025-01-28 14:01:02 +00:00
"react": "^18.3.1",
"react-dom": "^18.3.1"
2025-01-27 17:12:26 +00:00
},
"devDependencies": {
2025-04-22 15:09:57 +00:00
"@repo/eslint-config": "workspace:*",
"@repo/tsconfig": "workspace:*",
2025-01-28 14:01:02 +00:00
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
2025-04-22 15:09:57 +00:00
"typescript": "^5.7.3",
2025-01-28 14:01:02 +00:00
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
2025-01-27 17:12:26 +00:00
}
}