Files
firegex-traffic-viewer/frontend/package.json

59 lines
1.3 KiB
JSON
Raw Normal View History

2022-06-11 21:57:50 +02:00
{
"name": "firegex-frontend",
2024-10-12 20:15:18 +02:00
"type": "module",
2022-06-11 21:57:50 +02:00
"version": "0.1.0",
"private": true,
"dependencies": {
2024-10-13 01:50:52 +02:00
"@hello-pangea/dnd": "^16.6.0",
"@mantine/core": "^7.16.2",
"@mantine/form": "^7.16.2",
"@mantine/hooks": "^7.16.2",
"@mantine/modals": "^7.16.2",
"@mantine/notifications": "^7.16.2",
2024-10-13 01:50:52 +02:00
"@tanstack/react-query": "^4.36.1",
2022-06-11 21:57:50 +02:00
"@types/jest": "^27.5.2",
"@types/node": "^20.17.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
2022-06-12 12:09:50 +02:00
"buffer": "^6.0.3",
2025-02-02 20:42:01 +01:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
2025-02-02 20:42:01 +01:00
"react-router-dom": "^7.1.5",
"socket.io-client": "^4.8.1",
2025-02-02 20:42:01 +01:00
"typescript": "^5.7.3",
2024-10-13 01:50:52 +02:00
"web-vitals": "^2.1.4",
"zustand": "^5.0.3"
2022-06-15 16:34:55 +02:00
},
2022-06-11 21:57:50 +02:00
"scripts": {
2024-10-13 01:50:52 +02:00
"dev": "vite",
2023-06-05 00:55:38 +02:00
"build": "tsc && vite build",
2024-10-13 01:50:52 +02:00
"preview": "vite preview"
2022-06-11 21:57:50 +02:00
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2023-06-05 00:55:38 +02:00
},
"devDependencies": {
2024-10-13 01:50:52 +02:00
"@tanstack/react-query-devtools": "^4.36.1",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^4.5.9",
2024-10-13 01:50:52 +02:00
"vite-plugin-svgr": "^3.3.0",
"vite-tsconfig-paths": "^4.3.2"
2022-06-11 21:57:50 +02:00
}
}