Skip to content

Commit fbdb4fe

Browse files
committed
Stability improvements
1 parent 5f4826a commit fbdb4fe

18 files changed

+830
-22
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@
3939
"jquery": "^3.5.1",
4040
"materialize-css": "^1.0.0",
4141
"neo4j-driver": "latest",
42+
"leaflet": "latest",
4243
"react": "^16.13.1",
4344
"react-dom": "^16.13.1",
4445
"react-markdown": "^5.0.3",
4546
"react-materialize": "^3.9.2",
4647
"react-scripts": "3.4.1",
48+
"react-leaflet": ">=3.1.0 <3.2.0 || ^3.2.1",
49+
"@react-leaflet/core": ">=1.0.0 <1.1.0 || ^1.1.1",
4750
"remark-gfm": "^1.0.0"
4851
},
4952
"scripts": {

public/Neo4j-logo_color.png

12.7 KB
Loading

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>NeoDash - Neo4j Dashboard Builder</title>
77
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
88
<link href="materialize/css/materialize.min.css" rel="stylesheet" type="text/css" media="screen"/>
9+
<link href="leaflet/css/leaflet.css" rel="stylesheet" type="text/css" media="screen"/>
910
<link href="style.css" rel="stylesheet" type="text/css" media="screen"/>
1011
<link rel="manifest" href="manifest.json">
1112
<link rel="shortcut icon" href="favicon.ico">
1.23 KB
Loading
696 Bytes
Loading
2.41 KB
Loading
1.43 KB
Loading
618 Bytes
Loading

0 commit comments

Comments
 (0)