task_receipts/client/package.json

37 lines
1.0 KiB
JSON

{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.9.5",
"@mui/material": "^7.1.1",
"@mui/icons-material": "^7.1.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@task-receipts/shared": "file:../shared",
"graphql": "^16.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^5.0.5"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.1.0"
}
}