54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "stupa-pdf-frontend",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "Frontend für die STUPA PDF API",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"lint:fix": "eslint . --ext ts,tsx --fix"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@hookform/resolvers": "^3.3.2",
|
|
"@mui/icons-material": "^5.15.0",
|
|
"@mui/material": "^5.15.0",
|
|
"@mui/x-data-grid": "^6.18.1",
|
|
"@mui/x-date-pickers": "^6.18.1",
|
|
"axios": "^1.6.2",
|
|
"dayjs": "^1.11.10",
|
|
"notistack": "^3.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-hook-form": "^7.48.2",
|
|
"react-pdf": "^7.5.1",
|
|
"react-query": "^3.39.3",
|
|
"react-router-dom": "^6.20.1",
|
|
"yup": "^1.4.0",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/node": "^24.3.0",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"@vitejs/plugin-react": "^4.1.1",
|
|
"eslint": "^8.53.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"file-saver": "^2.0.5",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.0",
|
|
"vite-plugin-pwa": "^0.17.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|