Skip to content

Commit

Permalink
Merge pull request #22 from julianrojas87/dev
Browse files Browse the repository at this point in the history
v1.4.0
  • Loading branch information
julianrojas87 authored Mar 1, 2021
2 parents 1d349d5 + f6350d1 commit 5a3df03
Show file tree
Hide file tree
Showing 12 changed files with 734 additions and 76 deletions.
294 changes: 281 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 3 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "era-compatibility-check",
"version": "1.3.0",
"version": "1.4.0",
"description": "ERA's route compatibility check application",
"scripts": {
"start": "webpack-dev-server --open --mode development",
Expand All @@ -12,18 +12,6 @@
"type": "git",
"url": "git+https://github.com/julianrojas87/era-compatibility-check.git"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
Expand All @@ -49,11 +37,13 @@
"@rdfjs/data-model": "^1.1.2",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"d3": "^5.16.0",
"jsonld-streaming-parser": "^2.0.2",
"mapbox-gl": "^1.11.0",
"n3": "^1.5.0",
"rdf-string": "^1.4.2",
"react": "^16.13.1",
"react-d3-graph": "^2.6.0",
"react-dom": "^16.13.1",
"react-mapbox-gl": "^4.8.6",
"react-markdown": "^5.0.3",
Expand Down
Loading

0 comments on commit 5a3df03

Please sign in to comment.