Updated ui dockerfile/package.json

This commit is contained in:
2023-12-19 16:46:11 -05:00
parent c2e9f4dad0
commit 8438acc68b
4 changed files with 271 additions and 335 deletions

View File

@@ -9,39 +9,38 @@
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "^7.1.2",
"@mantine/form": "^7.1.2",
"@mantine/hooks": "^7.1.2",
"@mantine/modals": "^7.1.2",
"@mantine/notifications": "^7.1.2",
"axios": "^1.5.1",
"@mantine/core": "^7.3.2",
"@mantine/form": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@mantine/modals": "^7.3.2",
"@mantine/notifications": "^7.3.2",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.4",
"next": "^13.5.4",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-leaflet": "^4.2.1",
"recharts": "^2.8.0",
"recharts": "^2.10.3",
"recoil": "^0.7.7"
},
"devDependencies": {
"@types/js-cookie": "^3.0.5",
"@types/leaflet": "^1.9.6",
"@types/node": "20.8.2",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/js-cookie": "^3.0.6",
"@types/leaflet": "^1.9.8",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"autoprefixer": "^10.4.16",
"eslint": "8.50.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"postcss": "^8.4.31",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.0",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-preset-mantine": "^1.8.0",
"prettier": "^3.0.3",
"typescript": "5.2.2"
"postcss-preset-mantine": "^1.12.0",
"prettier": "^3.1.1",
"typescript": "5.3.3"
}
}