-
- Downloads
add more curvity to links
Showing
- .eslintrc.js 5 additions, 5 deletions.eslintrc.js
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- .husky/pre-commit 2 additions, 2 deletions.husky/pre-commit
- components/NetworkMap/LeafletMap.tsx 12 additions, 12 deletionscomponents/NetworkMap/LeafletMap.tsx
- package-lock.json 114 additions, 1905 deletionspackage-lock.json
- package.json 2 additions, 2 deletionspackage.json
This diff is collapsed.
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
"lint": "next lint", | "lint": "next lint", | ||
"prettier": "prettier --write \"{components,configuration,contexts,pages,translations,public}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | "prettier": "prettier --write \"{components,configuration,contexts,pages,translations,public}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | ||
"prettier:check": "prettier --check \"{components,configuration,contexts,pages,translations,public}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | "prettier:check": "prettier --check \"{components,configuration,contexts,pages,translations,public}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | ||
"prepare": "husky install" | "prepare": "husky" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@elastic/datemath": "^5.0.3", | "@elastic/datemath": "^5.0.3", | ||
... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
"@types/react-dom": "^18.2.18", | "@types/react-dom": "^18.2.18", | ||
"@types/react-leaflet-markercluster": "^3.0.4", | "@types/react-leaflet-markercluster": "^3.0.4", | ||
"@types/react-no-ssr": "^1.1.7", | "@types/react-no-ssr": "^1.1.7", | ||
"esbuild-jest": "^0.5.0", | "esbuild-jest": "^0.4.0", | ||
"eslint-config-prettier": "^8.3.0", | "eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | "eslint-plugin-prettier": "^3.4.0", | ||
"husky": "^9.0.11", | "husky": "^9.0.11", | ||
... | ... |
Please register or sign in to comment