Skip to content

Commit

Permalink
Merge pull request #195 from inowas/dev
Browse files Browse the repository at this point in the history
Merge dev to master
  • Loading branch information
rabbl authored May 24, 2018
2 parents 7e64007 + 989fd00 commit 4baa30e
Show file tree
Hide file tree
Showing 402 changed files with 15,673 additions and 11,528 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ COPY . .
RUN yarn install
RUN yarn run build

RUN \
VERSION=$(git describe --tags --always --dirty=+) && \
DATE=$(date +%Y-%m-%dT%H:%M:%S) && \
sed -i "s/@@__VERSION__@@/${VERSION}/g;s/@@__BUILT__@@/${DATE}/g" ./dist/index.html


# Install `serve` to run the application.
RUN npm install -g serve

Expand Down
3,863 changes: 3,863 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 17 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,32 @@
"dependencies": {
"@turf/turf": "^5.0.4",
"axios": "^0.15.3",
"bessel": "^1.0.2",
"classnames": "^2.2.5",
"gwflowjs": "https://github.com/inowas/gwflowjs.git#master",
"incomplete-gamma": "^1.0.1",
"js-md5": "^0.6.0",
"leaflet": "^1.2.0",
"leaflet-control-geocoder": "^1.5.8",
"leaflet-draw": "^0.4.10",
"leaflet-geometryutil": "^0.8.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"normalizr": "^3.2.2",
"npm": "^5.8.0",
"papaparse": "^4.3.6",
"percentile": "^1.2.0",
"prop-types": "latest",
"radium": "^0.18.1",
"rainbowvis.js": "https://github.com/inowas/RainbowVis-JS.git#master",
"raw-loader": "^0.5.1",
"react": "^15.4.2",
"react-c3js": "<=0.1.13",
"react-dom": "^15.4.2",
"react-edit": "^6.3.0",
"react-iframe": "^0.0.4",
"react-leaflet": "^1.5.0",
"react-leaflet-draw": "^0.16.0",
"react-leaflet-fullscreen": "^0.0.5",
"react-list": "^0.8.6",
"react-paginate": "^4.4.3",
Expand All @@ -47,17 +57,23 @@
"reactabular-sticky": "^8.9.0",
"reactabular-table": "^8.9.0",
"reactabular-virtualized": "^8.10.1",
"recharts": "^0.21.2",
"recompose": "^0.26.0",
"redbox-react": "^1.5.0",
"redux": "^3.6.0",
"redux-persist": "^4.5.0",
"redux-promise-middleware": "^4.2.0",
"redux-saga": "^0.15.4",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"searchtabular": "^1.5.1",
"selectabular": "^2.0.1",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.75.1",
"sortabular": "^1.4.1",
"table-resolver": "^3.1.1"
"table-resolver": "^3.1.1",
"uglifyjs-webpack-plugin": "^1.2.3",
"uuid": "^3.1.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
Expand Down Expand Up @@ -86,36 +102,24 @@
"html-webpack-plugin": "^2.28.0",
"imagemin-webpack-plugin": "^1.4.4",
"json-loader": "^0.5.4",
"leaflet": "^1.2.0",
"leaflet-draw": "^0.4.10",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"levenshtein": "^1.0.5",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"postcss-loader": "^1.3.3",
"radium": "^0.18.1",
"radium-plugin-linter": "^1.0.1",
"radium-plugin-prefix-all": "^1.0.1",
"radium-plugin-validity-pseudos": "^1.0.0",
"react-addons-transition-group": "^15.4.2",
"react-autocomplete-cli": "^0.0.3",
"react-c3js": "<=0.1.13",
"react-hot-loader": "next",
"react-iframe": "^0.0.4",
"react-leaflet": "^1.5.0",
"react-leaflet-draw": "^0.16.0",
"react-svg-loader": "^1.1.1",
"recharts": "^0.21.2",
"redux-devtools-extension": "2.13",
"redux-logger": "^3.0.1",
"redux-persist": "^4.5.0",
"rimraf": "^2.6.0",
"semantic-ui-css": "^2.2.12",
"source-map-loader": "^0.2.1",
"stats-webpack-plugin": "^0.4.3",
"style-loader": "^0.16.1",
"url-loader": "^0.5.7",
"uuid": "^3.1.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.5.1"
}
Expand Down
6 changes: 0 additions & 6 deletions src/actions/T06.js

This file was deleted.

Loading

0 comments on commit 4baa30e

Please sign in to comment.