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

49 lines
1.2 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",
2025-09-15 10:33:11 +02:00
"@mantine/code-highlight": "^8.3.1",
"@mantine/core": "^8.3.1",
"@mantine/form": "^8.3.1",
"@mantine/hooks": "^8.3.1",
"@mantine/modals": "^8.3.1",
"@mantine/notifications": "^8.3.1",
"@tanstack/react-query": "^4.41.0",
"@vitejs/plugin-react-swc": "^4.0.1",
2022-06-12 12:09:50 +02:00
"buffer": "^6.0.3",
2025-09-15 10:33:11 +02:00
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
2025-09-15 10:33:11 +02:00
"react-router": "^7.9.1",
"shiki": "^3.12.2",
"socket.io-client": "^4.8.1",
2025-09-15 10:33:11 +02:00
"typescript": "^5.9.2",
"zustand": "^5.0.8"
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"
]
},
2023-06-05 00:55:38 +02:00
"devDependencies": {
2025-09-15 10:33:11 +02:00
"@tanstack/react-query-devtools": "^4.41.0",
"@vitejs/plugin-react": "^4.7.0",
2025-09-15 10:33:11 +02:00
"vite": "^7.1.5",
2024-10-13 01:50:52 +02:00
"vite-plugin-svgr": "^3.3.0",
2025-07-28 19:07:41 +02:00
"vite-tsconfig-paths": "^4.3.2",
"@types/jest": "^27.5.2",
2025-09-15 10:33:11 +02:00
"@types/node": "^20.19.14",
"@types/react": "^18.3.24",
2025-07-28 19:07:41 +02:00
"@types/react-dom": "^18.3.7"
2022-06-11 21:57:50 +02:00
}
}