itender/web/package.json
2025-05-21 10:27:20 +02:00

41 lines
1.0 KiB
JSON

{
"name": "itender-web",
"private": true,
"version": "0.0.1",
"type": "module",
"author": "Tobias Hopp <tobi@gaminggeneration.de>",
"license": "UNLICENSED",
"proxy": "http://localhost:3000",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.2.5",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.5.3"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/node": "^22.15.3",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@types/react-router": "^5.1.20",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.3.1"
}
}