All checks were successful
continuous-integration/drone/push Build is passing
Closes !2 Added review dashboard button as well. <img width="1313" alt="image.png" src="attachments/a2abd430-7ff6-431a-9261-82e026de58f5">  Reviewed-on: #304 Reviewed-by: Rhys Lloyd <quaternions@noreply@itzana.me> Co-authored-by: itzaname <me@sliving.io> Co-committed-by: itzaname <me@sliving.io>
36 lines
881 B
JSON
36 lines
881 B
JSON
{
|
|
"name": "map-service-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --ext ts,tsx"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@mui/icons-material": "^7.3.6",
|
|
"@mui/material": "^7.3.6",
|
|
"@tanstack/react-query": "^5.90.12",
|
|
"date-fns": "^4.1.0",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1",
|
|
"react-router-dom": "^7.1.3",
|
|
"sass": "^1.94.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.39.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.0.7"
|
|
}
|
|
}
|